diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-09-24 21:01:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-09-24 21:01:55 +0000 |
commit | 464d40e0d0e7465dff5229553e9081df4b9ca76f (patch) | |
tree | 810da095af5fc5834485d485961700e22250e57d /math | |
parent | 4f618ea04e3ef98c59047125825af724a7ce1724 (diff) | |
download | ports-464d40e0d0e7465dff5229553e9081df4b9ca76f.tar.gz ports-464d40e0d0e7465dff5229553e9081df4b9ca76f.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/libflame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libflame/Makefile b/math/libflame/Makefile index b5ac7e1b19ab..94d69b50a328 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -10,7 +10,7 @@ COMMENT= FLAME dense linear algebra library LICENSE= BSD3CLAUSE -ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le powerpcspe ONLY_FOR_ARCHS_REASON= make system does not support other architectures yet BUILD_DEPENDS= bash:shells/bash |