summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-12-19 15:22:27 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-12-19 15:22:27 +0000
commitc2c18a4975bb8c81d4ca4f528df0fcf4f82ce776 (patch)
treed08844063da9b5cf8adf5adcb4cd841db26f8e3b /math
parentMark BROKEN: fails to build (diff)
Mark BROKEN: fails to build, does not respect DISABLE_MAKE_JOBS
gmake[2]: Entering directory '/wrkdirs/usr/ports/math/gotoblas/work/GotoBLAS2/test' f77 -O2 -Wl,-rpath=/usr/local/lib/gcc48 -m128bit-long-double -Wall -m64 -fPIC -c sblat1.f -o sblat1.o gmake[2]: f77: Command not found f77 -O2 -Wl,-rpath=/usr/local/lib/gcc48 -m128bit-long-double -Wall -m64 -fPIC -c dblat1.f -o dblat1.o gmake[2]: f77: Command not found f77 -O2 -Wl,-rpath=/usr/local/lib/gcc48 -m128bit-long-double -Wall -m64 -fPIC -c cblat1.f -o cblat1.o ../Makefile.system:721: recipe for target 'dblat1.o' failed gmake[2]: *** [dblat1.o] Error 127 gmake[2]: *** Waiting for unfinished jobs.... ../Makefile.system:721: recipe for target 'sblat1.o' failed gmake[2]: *** [sblat1.o] Error 127 gmake[2]: f77: Command not found ../Makefile.system:721: recipe for target 'cblat1.o' failed Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=404023
Diffstat (limited to 'math')
-rw-r--r--math/gotoblas/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/gotoblas/Makefile b/math/gotoblas/Makefile
index b789ba7db279..50244ce0c257 100644
--- a/math/gotoblas/Makefile
+++ b/math/gotoblas/Makefile
@@ -18,6 +18,8 @@ COMMENT= Fast implementation of Basic Linear Algebra Subprograms
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/00License.txt
+BROKEN= fails to build, does not respect DISABLE_MAKE_JOBS
+
DIST_SUBDIR= gotoblas
GOTOBLAS2VER= 1.13
GOTOBLAS2_SRCFILE= GotoBLAS2-${GOTOBLAS2VER}_bsd.tar.gz