We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cc7e5 commit 5fedf82Copy full SHA for 5fedf82
travis_config.sh
@@ -26,6 +26,13 @@ function bdist_wheel_cmd {
26
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache -s; fi
27
}
28
29
+if [ -n "$IS_OSX" ]; then
30
+ brew install lapack
31
+else
32
+ yum install -y atlas-devel blas-devel lapack-devel
33
+ cp /usr/include/lapacke/lapacke*.h /usr/include/
34
+fi
35
+
36
if [ -n "$IS_OSX" ]; then
37
echo " > OSX environment "
38
export MAKEFLAGS="-j$(sysctl -n hw.ncpu)"
0 commit comments