mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
math/openblas: actually add libopenblas library to the package on powerpc64 head
On powerpc64 head, libopenblas_ppc970p-r0.3.7.* weren't added to the package, even though the package itself built succesfully. This problem doesn't exist on 12. Lack of libopenblas_ppc970p-r0.3.7.* made many packages fail. Add DYNAMIC_ARCH option everywhere since it will cause the post-install target dependent on this option to run and include libopenblas_ppc970p-r0.3.7.* in the package. This is only to get the necessary libs in the package, the option only works on ppc64le, which we don't support. Bump PORTREVISION because of package change.
This commit is contained in:
parent
a6318479d7
commit
2c35691e5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525231
@ -4,7 +4,7 @@
|
||||
PORTNAME= openblas
|
||||
PORTVERSION= 0.3.7
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= NL/lapack/timing/:lapack_tmg
|
||||
@ -39,9 +39,9 @@ TEST_TARGET= tests
|
||||
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
|
||||
OPTIONS_DEFINE= INTERFACE64 OPENMP
|
||||
OPTIONS_DEFINE_i386= AVX AVX2 DYNAMIC_ARCH
|
||||
OPTIONS_DEFINE_amd64= AVX AVX2 DYNAMIC_ARCH
|
||||
OPTIONS_DEFINE= DYNAMIC_ARCH INTERFACE64 OPENMP
|
||||
OPTIONS_DEFINE_i386= AVX AVX2
|
||||
OPTIONS_DEFINE_amd64= AVX AVX2
|
||||
OPTIONS_DEFINE_powerpc64= POWER6
|
||||
OPTIONS_EXCLUDE_powerpc64= OPENMP
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user