diff options
Diffstat (limited to 'math/gotoblas/Makefile')
-rw-r--r-- | math/gotoblas/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile index 444966cdb287..d3f21324aaab 100644 --- a/math/gotoblas/Makefile +++ b/math/gotoblas/Makefile @@ -19,6 +19,8 @@ COMMENT= Fast implementation of Basic Linear Algebra Subprograms LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/00License.txt +BROKEN_powerpc64= Does not build + GOTOBLAS2VER= 1.13 GOTOBLAS2_SRCFILE= GotoBLAS2-${GOTOBLAS2VER}_bsd.tar.gz LAPACKVER= 3.4.0 |