fix build error if PKGSRC_FORTRAN=gfortran: add --tag=FC to libtool
This commit is contained in:
parent
bcb184b9eb
commit
f386100ba7
1 changed files with 2 additions and 2 deletions
|
@ -54,9 +54,9 @@ UTIL= cmout.lo cvout.lo dmout.lo dvout.lo icnteq.lo icopy.lo iset.lo \
|
|||
.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
|
||||
|
|
Loading…
Reference in a new issue