Skip to content

Commit

Permalink
Bump openblas to 0.3.7, which has correct detection of ancient compil…
Browse files Browse the repository at this point in the history
…ers like gcc-4.8, found at KPNO.
  • Loading branch information
tskisner committed Oct 2, 2019
1 parent 57525dc commit e909b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/openblas.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
curl -SL https://github.com/xianyi/OpenBLAS/archive/v0.3.5.tar.gz \
curl -SL https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz \
| tar xzf - \
&& cd OpenBLAS-0.3.5 \
&& cd OpenBLAS-0.3.7 \
&& make USE_OPENMP=1 NO_SHARED=0 \
FC="@FC@" FCOMMON_OPT="@FCFLAGS@" \
CC="@CC@" COMMON_OPT="@CFLAGS@" \
Expand Down

0 comments on commit e909b8a

Please sign in to comment.