pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/arpack/files



Module Name:    pkgsrc
Committed By:   plunky
Date:           Mon Feb 24 08:14:34 UTC 2020

Modified Files:
        pkgsrc/math/arpack/files: Makefile

Log Message:
fix build error if PKGSRC_FORTRAN=gfortran: add --tag=FC to libtool


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/arpack/files/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/files/Makefile
diff -u pkgsrc/math/arpack/files/Makefile:1.2 pkgsrc/math/arpack/files/Makefile:1.3
--- pkgsrc/math/arpack/files/Makefile:1.2       Fri Apr 14 17:49:28 2017
+++ pkgsrc/math/arpack/files/Makefile   Mon Feb 24 08:14:34 2020
@@ -54,9 +54,9 @@ UTIL= cmout.lo cvout.lo dmout.lo dvout.l
 .PATH: BLAS LAPACK SRC UTIL
 
 .f.lo:
-       libtool --mode=compile ${FC} -o $@ -c ${FFLAGS} $<
+       libtool --mode=compile --tag=FC ${FC} -o $@ -c ${FFLAGS} $<
 
 all: libarpack.la
 
 libarpack.la: ${BLAS} ${LAPACK} ${ARPACK} ${UTIL}
-       libtool --mode=link ${FC} -o libarpack.la ${BLAS} ${LAPACK} ${ARPACK} ${UTIL} -version-info 1 -rpath ${PREFIX}/lib
+       libtool --mode=link --tag=FC ${FC} -o libarpack.la ${BLAS} ${LAPACK} ${ARPACK} ${UTIL} -version-info 1 -rpath ${PREFIX}/lib



Home | Main Index | Thread Index | Old Index