math/openblas: Unbreak some users because some functions were broken with OPENMP=OFF
Change the default to OPENMP=ON For example, erkale (science/erkale) was breaking: OpenBLAS Warning : Detect OpenMP Loop and this application may hang. Please rebuild the library with USE_OPENMP=1 option. Approved by: portmgr (unbreak)
This commit is contained in:
parent
8dd3a78a25
commit
29d4d693a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534202
@ -4,6 +4,7 @@
|
||||
PORTNAME= openblas
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.3.9
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= NL/lapack/timing/:lapack_tmg
|
||||
@ -36,6 +37,7 @@ TEST_TARGET= tests
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
OPTIONS_DEFINE= DYNAMIC_ARCH INTERFACE64 OPENMP
|
||||
OPTIONS_DEFAULT= OPENMP
|
||||
OPTIONS_DEFINE_i386= AVX AVX2
|
||||
OPTIONS_DEFINE_amd64= AVX AVX2
|
||||
OPTIONS_DEFINE_powerpc64= POWER6
|
||||
|
Loading…
Reference in New Issue
Block a user