1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Update to 3.3.0.

This commit is contained in:
Maho Nakata 2010-11-30 08:41:56 +00:00
parent 03704358c2
commit d32cc93f8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265440
3 changed files with 24 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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 \