diff options
author | Maho Nakata <maho@FreeBSD.org> | 2015-05-12 04:48:01 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2015-05-12 04:48:01 +0000 |
commit | b10ffea619fdb9bcc260ce743157941287b71387 (patch) | |
tree | 5934ac1891cc249cea6215bfb1162556171afdef /math/suitesparse | |
parent | fb8e8c5d982c4b67ea616afca137b65c32e6eb9b (diff) |
Notes
Diffstat (limited to 'math/suitesparse')
-rw-r--r-- | math/suitesparse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 79b632445c9e..ab05bcda2e12 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -16,7 +16,7 @@ LICENSE_COMB= multi USES= fortran gmake -OPTIONS_RADIO= OPENBLAS +OPTIONS_RADIO= BLAS OPTIONS_RADIO_BLAS= OPENBLAS NETLIB ATLAS OPTIONS_DEFAULT= OPENBLAS |