Skip to content

Commit c8c8ba5

Browse files
committed
Fix OpenBLAS install script
1 parent a51a50a commit c8c8ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/install_OPENBLAS.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ cd OpenBLAS
66

77
make clean
88
mkdir $1/OPENBLAS
9-
make FC=$FC CC=$CC BUILD_WITHOUT_LAPACK=1 USE_OPENMP=0 NOFORTRAN=1 -j $2
9+
make FC=$6 CC=$3 BUILD_WITHOUT_LAPACK=1 USE_OPENMP=0 NOFORTRAN=1 -j $2
1010
make install PREFIX=$1/OPENBLAS

0 commit comments

Comments
 (0)