pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/arpack-ng



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Nov 30 13:23:56 UTC 2020

Modified Files:
        pkgsrc/math/arpack-ng: Makefile

Log Message:
arpack-ng: Hack around build failure with gcc<10.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/arpack-ng/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/arpack-ng/Makefile
diff -u pkgsrc/math/arpack-ng/Makefile:1.3 pkgsrc/math/arpack-ng/Makefile:1.4
--- pkgsrc/math/arpack-ng/Makefile:1.3  Thu Nov 19 19:58:27 2020
+++ pkgsrc/math/arpack-ng/Makefile      Mon Nov 30 13:23:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/11/19 19:58:27 mcf Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/30 13:23:55 nia Exp $
 
 DISTNAME=      arpack-ng-3.7.0
 PKGREVISION=   1
@@ -15,7 +15,9 @@ USE_CMAKE=    yes
 
 # Required to build with gfortran 10. Fixed upstream in
 # https://github.com/opencollab/arpack-ng/commit/9418632214
+.if !empty(POSSIBLE_GFORTRAN_VERSION:M1*)
 FFLAGS+=       -fallow-argument-mismatch
+.endif
 
 OBJDIR=                obj
 



Home | Main Index | Thread Index | Old Index