pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-scipy
Module Name: pkgsrc
Committed By: jperkin
Date: Sat May 12 21:21:46 UTC 2018
Modified Files:
pkgsrc/math/py-scipy: Makefile
Log Message:
py-scipy: GFORTRAN_VERSION might not be defined.
Fixes bulk builds.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/py-scipy/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-scipy/Makefile
diff -u pkgsrc/math/py-scipy/Makefile:1.31 pkgsrc/math/py-scipy/Makefile:1.32
--- pkgsrc/math/py-scipy/Makefile:1.31 Fri May 11 14:18:47 2018
+++ pkgsrc/math/py-scipy/Makefile Sat May 12 21:21:46 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2018/05/11 14:18:47 minskim Exp $
+# $NetBSD: Makefile,v 1.32 2018/05/12 21:21:46 jperkin Exp $
DISTNAME= scipy-1.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -22,7 +22,7 @@ PLIST_VARS+= dsym
PYSETUPBUILDARGS+= --fcompiler=g95
.elif defined(PKGSRC_FORTRAN) && !empty(PKGSRC_FORTRAN:Mgfortran)
PYSETUPBUILDARGS+= --fcompiler=gnu95
-. if ${GFORTRAN_VERSION} == "7"
+. if defined(GFORTRAN_VERSION) && ${GFORTRAN_VERSION} == "7"
PLIST.dsym= yes
. endif
LDFLAGS.Darwin+= -undefined dynamic_lookup
Home |
Main Index |
Thread Index |
Old Index