diff options
author | joerg <joerg> | 2014-10-15 22:06:23 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-10-15 22:06:23 +0000 |
commit | cdbeb43d07721045466c07736d6c25753b0df941 (patch) | |
tree | eba50c336ff084254ec2771f76e9a16e49a96f79 /math/arpack | |
parent | dcddbb10493cdf95cc92383c9667885f45456789 (diff) | |
download | pkgsrc-cdbeb43d07721045466c07736d6c25753b0df941.tar.gz |
Racy build.
Diffstat (limited to 'math/arpack')
-rw-r--r-- | math/arpack/Makefile | 5 |
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} |