Skip to content

Commit

Permalink
Merge 597d98e into f3ee1f4
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Mar 14, 2019
2 parents f3ee1f4 + 597d98e commit 11ea794
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis/linux/OpenBLAS/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@ if [ ! -e ${CACHE_DIR}/last_commit_id ]; then
git clone --depth=1 git://github.com/xianyi/OpenBLAS

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

# Instrument the build state
echo OpenBLAS version:$(cat ${CACHE_DIR}/last_commit_id)
cat /proc/cpuinfo

# copy the cache files into /usr
sudo cp -r ${CACHE_DIR}/* /usr/

Expand Down

0 comments on commit 11ea794

Please sign in to comment.