Skip to content

Commit

Permalink
travis: attempt using simple threading
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Mar 16, 2019
1 parent fc220b4 commit 454a3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/linux/OpenBLAS/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ ! -e ${CACHE_DIR}/last_commit_id ]; then
git clone --depth=1 git://github.com/xianyi/OpenBLAS

pushd OpenBLAS
make FC=gfortran &> /dev/null && make PREFIX=${CACHE_DIR} install
make USE_SIMPLE_THREADED_LEVEL3=1 FC=gfortran &> /dev/null && make PREFIX=${CACHE_DIR} install
echo $(git rev-parse HEAD) > ${CACHE_DIR}/last_commit_id
popd
fi
Expand Down

0 comments on commit 454a3db

Please sign in to comment.