diff options
author | maho <maho@FreeBSD.org> | 2010-11-30 16:41:56 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2010-11-30 16:41:56 +0800 |
commit | e977237996b85e204d44be35005aed308bb82bda (patch) | |
tree | 73f2cb1cf1f016471d6347b0ef2c88747a987f01 /math | |
parent | de116ea37b9a175fb2ff4521117672ea1c070df0 (diff) | |
download | freebsd-ports-gnome-e977237996b85e204d44be35005aed308bb82bda.tar.gz freebsd-ports-gnome-e977237996b85e204d44be35005aed308bb82bda.tar.zst freebsd-ports-gnome-e977237996b85e204d44be35005aed308bb82bda.zip |
Update to 3.3.0.
Diffstat (limited to 'math')
-rw-r--r-- | math/lapack/Makefile | 4 | ||||
-rw-r--r-- | math/lapack/distinfo | 6 | ||||
-rw-r--r-- | math/lapack/files/shared-patch-SRC+Makefile | 20 |
3 files changed, 24 insertions, 6 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index a76e96b564b8..b273239c08ee 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lapack -PORTVERSION= 3.2.2 -PORTREVISION= 1 +PORTVERSION= 3.3.0 CATEGORIES= math MASTER_SITES= ftp://ftp.netlib.org/lapack/ \ http://netlib.org/lapack/ \ @@ -77,6 +76,7 @@ post-patch: -e 's;%%BLAS%%;${BLAS};g' \ ${WRKSRC}/make.inc @${CP} -r ${WRKSRC} ${WRKSRC_SHARED} + @(cd ${WRKSRC_SHARED}; ${PATCH} <${FILESDIR}/shared-patch-SRC+Makefile) .if !(defined(NOPROFILE) || defined(NO_PROFILE) || defined(WITHOUT_PROFILE)) @${CP} -r ${WRKSRC} ${WRKSRC_PROFILE} .endif diff --git a/math/lapack/distinfo b/math/lapack/distinfo index 4db73b0df164..531b46ff7575 100644 --- a/math/lapack/distinfo +++ b/math/lapack/distinfo @@ -1,6 +1,4 @@ -MD5 (lapack/lapack-3.2.2.tgz) = 10832891c9e8100f81108c1ec7da0da4 -SHA256 (lapack/lapack-3.2.2.tgz) = 880d89249cb0a6e7adc0b18daf56a41796c6f214bf5eeaccc0c0d231cd00094e -SIZE (lapack/lapack-3.2.2.tgz) = 4819849 -MD5 (lapack/manpages-3.2.0.tgz) = 145007cab915504caec382289462a166 +SHA256 (lapack/lapack-3.3.0.tgz) = bc531761287156e17476395c42664a15373723f54a6f80f192cda47771ec1225 +SIZE (lapack/lapack-3.3.0.tgz) = 6064824 SHA256 (lapack/manpages-3.2.0.tgz) = cac234e597f2b9388bf3d3c0549b8a56bf3867c6c554d844bb839039973861f6 SIZE (lapack/manpages-3.2.0.tgz) = 1016997 diff --git a/math/lapack/files/shared-patch-SRC+Makefile b/math/lapack/files/shared-patch-SRC+Makefile new file mode 100644 index 000000000000..2b18de2c8b9e --- /dev/null +++ b/math/lapack/files/shared-patch-SRC+Makefile @@ -0,0 +1,20 @@ +--- SRC/Makefile.org 2009-04-13 15:49:29.000000000 +0900 ++++ SRC/Makefile 2009-04-13 15:49:36.000000000 +0900 +@@ -146,7 +146,7 @@ + sgeequb.o ssyequb.o spoequb.o sgbequb.o \ + sbbcsd.o slapmr.o sorbdb.o sorcsd.o + +-DSLASRC = spotrs.o sgetrs.o spotrf.o sgetrf.o ++DSLASRC = #spotrs.o sgetrs.o spotrf.o sgetrf.o + + SXLASRC = sgesvxx.o sgerfsx.o sla_gerfsx_extended.o sla_geamv.o \ + sla_gercond.o sla_rpvgrw.o ssysvxx.o ssyrfsx.o \ +@@ -227,7 +227,7 @@ + cla_hercond_c.o cla_hercond_x.o cla_herpvgrw.o \ + cla_lin_berr.o clarscl2.o clascl2.o cla_wwaddw.o + +-ZCLASRC = cpotrs.o cgetrs.o cpotrf.o cgetrf.o ++ZCLASRC = #cpotrs.o cgetrs.o cpotrf.o cgetrf.o + + DLASRC = \ + dgbbrd.o dgbcon.o dgbequ.o dgbrfs.o dgbsv.o \ |