Skip to content

Commit 5fedf82

Browse files
authored
Added the lapack installation
1 parent c1cc7e5 commit 5fedf82

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

travis_config.sh

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ function bdist_wheel_cmd {
2626
if [ -n "$USE_CCACHE" -a -z "$BREW_BOOTSTRAP_MODE" ]; then ccache -s; fi
2727
}
2828

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+
2936
if [ -n "$IS_OSX" ]; then
3037
echo " > OSX environment "
3138
export MAKEFLAGS="-j$(sysctl -n hw.ncpu)"

0 commit comments

Comments
 (0)