summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2016-05-23 05:00:19 +0000
committerbsiegert <bsiegert@pkgsrc.org>2016-05-23 05:00:19 +0000
commit2df3f4c5ab32e880733ed0b0635e53109e308cc4 (patch)
treee2f11951faec79f1f7fe98d04ca29c9abadd46d9 /math
parentcc060d2ef1a90ae0ca0d4cef2deff3c9cc12295b (diff)
downloadpkgsrc-2df3f4c5ab32e880733ed0b0635e53109e308cc4.tar.gz
Pullup ticket #4995 - requested by joerg
math/superlu: build fix Revisions pulled up: - math/superlu/Makefile 1.25 --- Module Name: pkgsrc Committed By: joerg Date: Sat May 7 10:04:14 UTC 2016 Modified Files: pkgsrc/math/superlu: Makefile Log Message: Not MAKE_JOBS_SAFE.
Diffstat (limited to 'math')
-rw-r--r--math/superlu/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile
index aa2b47778a1..aa652001cb7 100644
--- a/math/superlu/Makefile
+++ b/math/superlu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2015/11/25 12:51:42 jperkin Exp $
+# $NetBSD: Makefile,v 1.24.4.1 2016/05/23 05:00:19 bsiegert Exp $
DISTNAME= superlu_3.0
PKGNAME= superlu-3.0.1
@@ -10,6 +10,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://crd.lbl.gov/~xiaoye/SuperLU/
COMMENT= ANSI C routine library for the solution of sparse linear systems
+# /usr/bin/ar: ../libsuperlu.a: Error reading dlamch.o: File truncated
+MAKE_JOBS_SAFE= no
+
DEPENDS+= blas-[0-9]*:../../math/blas
DIST_SUBDIR= ${PKGNAME_NOREV}