Skip to content

Commit

Permalink
Fix OpenBLAS binary installation (multi-build#89)
Browse files Browse the repository at this point in the history
The archives directory was not created. I tested this downstream and the fix worked.
  • Loading branch information
xoviat authored Dec 4, 2017
1 parent 40e677b commit 2aa50c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions _gfortran_utils.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Stripped-down version of bash utilities for use with gfortran

ARCHIVE_SDIR="${ARCHIVE_SDIR:-archives}"

function _mb_get_gf_lib_for_suf {
local suffix=$1
local prefix=$2
Expand Down
1 change: 1 addition & 0 deletions library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function build_openblas {
brew install openblas
brew link --force openblas
else
mkdir -p $ARCHIVE_SDIR
local plat=${1:-$PLAT}
local tar_path=$(abspath $(_mb_get_gf_lib "openblas-${OPENBLAS_VERSION}" "$plat"))
(cd / && tar zxf $tar_path)
Expand Down

0 comments on commit 2aa50c2

Please sign in to comment.