diff options
author | adam <adam> | 2014-03-31 20:53:22 +0000 |
---|---|---|
committer | adam <adam> | 2014-03-31 20:53:22 +0000 |
commit | c3dc1d4d8717465adb83c364c6711b1f9189ae6a (patch) | |
tree | 84f566b944cae8a402a1d09c65794b30a3cd1659 /math/lapack | |
parent | 4ea971e43c6d566db9e8db5f89469e53be84874d (diff) | |
download | pkgsrc-c3dc1d4d8717465adb83c364c6711b1f9189ae6a.tar.gz |
Fix linking with gfortran
Diffstat (limited to 'math/lapack')
-rw-r--r-- | math/lapack/distinfo | 4 | ||||
-rw-r--r-- | math/lapack/patches/patch-BLAS_SRC_Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/lapack/distinfo b/math/lapack/distinfo index 5199361655c..b0192edf24b 100644 --- a/math/lapack/distinfo +++ b/math/lapack/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.15 2014/02/28 09:39:56 adam Exp $ +$NetBSD: distinfo,v 1.16 2014/03/31 20:53:22 adam Exp $ SHA1 (lapack-3.5.0.tgz) = 5870081889bf5d15fd977993daab29cf3c5ea970 RMD160 (lapack-3.5.0.tgz) = d803308ef28f3c6cffb051850823395e2cb29b6a Size (lapack-3.5.0.tgz) = 6313139 bytes -SHA1 (patch-BLAS_SRC_Makefile) = 40e9074efe9eb6ff231ff2600b7c0630e37f1ca7 +SHA1 (patch-BLAS_SRC_Makefile) = 12cd125251976f93cf0f1625415f49d029c51451 SHA1 (patch-aa) = 134069fa2e7d252fef50f18d2d2652aea1d6f8a6 SHA1 (patch-ac) = 14945f2d5d18a6e310a2237ca413967dc5bdf4ff SHA1 (patch-ad) = 6805d2b7cb4485200e4ee4646df2a0bd4588a131 diff --git a/math/lapack/patches/patch-BLAS_SRC_Makefile b/math/lapack/patches/patch-BLAS_SRC_Makefile index cce1248155c..44524bbf0f3 100644 --- a/math/lapack/patches/patch-BLAS_SRC_Makefile +++ b/math/lapack/patches/patch-BLAS_SRC_Makefile @@ -1,4 +1,4 @@ -$NetBSD: patch-BLAS_SRC_Makefile,v 1.1 2014/02/28 09:39:56 adam Exp $ +$NetBSD: patch-BLAS_SRC_Makefile,v 1.2 2014/03/31 20:53:22 adam Exp $ Use LIBTOOL. @@ -10,7 +10,7 @@ Use LIBTOOL. $(BLASLIB): $(ALLOBJ) - $(ARCH) $(ARCHFLAGS) $@ $(ALLOBJ) - $(RANLIB) $@ -+ ${LIBTOOL} --mode=link --tag=F77 ${FC} ${LDFLAGS} -o libblas.la \ ++ ${LIBTOOL} --mode=link --tag=CC ${FC} ${LDFLAGS} -o libblas.la \ + $(ALLOBJ:.o=.lo) -rpath ${PREFIX}/lib -version-info 4:0 single: $(SBLAS1) $(ALLBLAS) $(SBLAS2) $(SBLAS3) |