Skip to content

Commit

Permalink
Build multiple architecture kernels for openblas.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Jun 4, 2020
1 parent 047f29a commit 44cb672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/openblas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tar xzf ${src} \
&& make USE_OPENMP=1 \
FC="@FC@" \
MAKE_NB_JOBS="@MAKEJ@" \
CC="@CC@" \
CC="@CC@" DYNAMIC_ARCH=1 \
CROSS=$(if [ "x@CROSS@" = x ]; then echo "0"; else echo "1"; fi) \
COMMON_OPT="@CFLAGS@" \
FCOMMON_OPT="@FCFLAGS@" \
Expand Down

0 comments on commit 44cb672

Please sign in to comment.