summaryrefslogtreecommitdiff
path: root/math/arpack
diff options
context:
space:
mode:
authorjoerg <joerg>2014-10-15 22:06:23 +0000
committerjoerg <joerg>2014-10-15 22:06:23 +0000
commit5dee050d29ee9f5ea7cb5117ea282fba9c5574b8 (patch)
treeeba50c336ff084254ec2771f76e9a16e49a96f79 /math/arpack
parent5ad705a09a2b0403bbf4798f82081d6744b294ed (diff)
downloadpkgsrc-5dee050d29ee9f5ea7cb5117ea282fba9c5574b8.tar.gz
Racy build.
Diffstat (limited to 'math/arpack')
-rw-r--r--math/arpack/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile
index c8dc06c115a..ace672effab 100644
--- a/math/arpack/Makefile
+++ b/math/arpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/09/11 23:04:16 asau Exp $
+# $NetBSD: Makefile,v 1.3 2014/10/15 22:06:23 joerg Exp $
DISTNAME= arpack96
PKGNAME= arpack-96
@@ -11,6 +11,9 @@ HOMEPAGE= http://www.caam.rice.edu/software/ARPACK/SRC/
COMMENT= Library of subroutines to solve eigenvalue problems
LICENSE= original-bsd
+# unsafe library creation
+MAKE_JOBS_SAFE= no
+
WRKSRC= ${WRKDIR}/ARPACK
USE_LANGUAGES= fortran77
MAKE_ENV+= WRKSRC=${WRKSRC}