update to lapack 3.1.1
ok martynas@
This commit is contained in:
parent
006ffc4a18
commit
a3b2d2af2f
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2007/01/27 07:17:55 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2007/03/24 14:06:54 steven Exp $
|
||||
|
||||
COMMENT= "library of Fortran 77 linear algebra subroutines"
|
||||
|
||||
DISTNAME= lapack-3.1.0
|
||||
DISTNAME= lapack-3.1.1
|
||||
|
||||
SHARED_LIBS= lapack 4.0
|
||||
SHARED_LIBS= lapack 5.0
|
||||
|
||||
CATEGORIES= math
|
||||
|
||||
@ -26,7 +26,8 @@ EXTRACT_SUFX= .tgz
|
||||
LIB_DEPENDS= blas.>=1::math/blas
|
||||
|
||||
MAKE_ENV= SHLIB_MAJOR=${LIBlapack_VERSION:R} \
|
||||
SHLIB_MINOR=${LIBlapack_VERSION:E}
|
||||
SHLIB_MINOR=${LIBlapack_VERSION:E} \
|
||||
TIMER=EXT_ETIME
|
||||
FAKE_FLAGS= LIBDIR=${LOCALBASE}/lib DEBUGLIBS=no
|
||||
REGRESS_FLAGS= PLAT= OPTS= FORTRAN=${FC} \
|
||||
LAPACKLIB=SRC/liblapack.a \
|
||||
|
@ -1,4 +1,5 @@
|
||||
MD5 (lapack-3.1.0.tgz) = d75d849fd034cf49c188931a4ab42e87
|
||||
RMD160 (lapack-3.1.0.tgz) = 881faa91bf729cd25b55d2f66167505e33c60523
|
||||
SHA1 (lapack-3.1.0.tgz) = 6acf1483951cdcf16fc0e670ae1bc066ac1d185d
|
||||
SIZE (lapack-3.1.0.tgz) = 10299236
|
||||
MD5 (lapack-3.1.1.tgz) = 00b21551a899bcfbaa7b8443e1faeef9
|
||||
RMD160 (lapack-3.1.1.tgz) = ba864e7a2b759ba1337ea9a452e12a7ab5494cdc
|
||||
SHA1 (lapack-3.1.1.tgz) = be1a3d53d761935703a7be88c3dd1164daa79554
|
||||
SHA256 (lapack-3.1.1.tgz) = e4c335b30b4394f9620d60818319ff12af2aea63827515e9f7e62b88dff7a02a
|
||||
SIZE (lapack-3.1.1.tgz) = 10407595
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2007/01/27 07:17:55 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2007/03/24 14:06:54 steven Exp $
|
||||
|
||||
LIB= lapack
|
||||
|
||||
@ -20,7 +20,7 @@ SCLAUX = \
|
||||
slaset.f slasq1.f slasq2.f slasq3.f slazq3.f slasq4.f slazq4.f slasq5.f slasq6.f \
|
||||
slasr.f slasrt.f slassq.f slasv2.f spttrf.f sstebz.f sstedc.f \
|
||||
ssteqr.f ssterf.f slaisnan.f sisnan.f \
|
||||
../INSTALL/slamch.f ../INSTALL/second.f
|
||||
../INSTALL/slamch.f ../INSTALL/second_${TIMER}.f
|
||||
|
||||
DZLAUX = \
|
||||
dbdsdc.f \
|
||||
@ -37,7 +37,7 @@ DZLAUX = \
|
||||
dlaset.f dlasq1.f dlasq2.f dlasq3.f dlazq3.f dlasq4.f dlazq4.f dlasq5.f dlasq6.f \
|
||||
dlasr.f dlasrt.f dlassq.f dlasv2.f dpttrf.f dstebz.f dstedc.f \
|
||||
dsteqr.f dsterf.f dlaisnan.f disnan.f \
|
||||
../INSTALL/dlamch.f ../INSTALL/dsecnd.f
|
||||
../INSTALL/dlamch.f ../INSTALL/dsecnd_${TIMER}.f
|
||||
|
||||
SLASRC = \
|
||||
sgbbrd.f sgbcon.f sgbequ.f sgbrfs.f sgbsv.f \
|
||||
@ -129,7 +129,7 @@ CLASRC = \
|
||||
cppequ.f cpprfs.f cppsv.f cppsvx.f cpptrf.f cpptri.f cpptrs.f \
|
||||
cptcon.f cpteqr.f cptrfs.f cptsv.f cptsvx.f cpttrf.f cpttrs.f cptts2.f \
|
||||
crot.f cspcon.f cspmv.f cspr.f csprfs.f cspsv.f \
|
||||
cspsvx.f csptrf.f csptri.f csptrs.f csrot.f csrscl.f cstedc.f \
|
||||
cspsvx.f csptrf.f csptri.f csptrs.f csrscl.f cstedc.f \
|
||||
cstegr.f cstein.f csteqr.f csycon.f csymv.f \
|
||||
csyr.f csyrfs.f csysv.f csysvx.f csytf2.f csytrf.f csytri.f \
|
||||
csytrs.f ctbcon.f ctbrfs.f ctbtrs.f ctgevc.f ctgex2.f \
|
||||
@ -237,7 +237,7 @@ ZLASRC = \
|
||||
zppequ.f zpprfs.f zppsv.f zppsvx.f zpptrf.f zpptri.f zpptrs.f \
|
||||
zptcon.f zpteqr.f zptrfs.f zptsv.f zptsvx.f zpttrf.f zpttrs.f zptts2.f \
|
||||
zrot.f zspcon.f zspmv.f zspr.f zsprfs.f zspsv.f \
|
||||
zspsvx.f zsptrf.f zsptri.f zsptrs.f zdrot.f zdrscl.f zstedc.f \
|
||||
zspsvx.f zsptrf.f zsptri.f zsptrs.f zdrscl.f zstedc.f \
|
||||
zstegr.f zstein.f zsteqr.f zsycon.f zsymv.f \
|
||||
zsyr.f zsyrfs.f zsysv.f zsysvx.f zsytf2.f zsytrf.f zsytri.f \
|
||||
zsytrs.f ztbcon.f ztbrfs.f ztbtrs.f ztgevc.f ztgex2.f \
|
||||
|
23
math/lapack/patches/patch-manpages_man_manl_ilaver_l
Normal file
23
math/lapack/patches/patch-manpages_man_manl_ilaver_l
Normal file
@ -0,0 +1,23 @@
|
||||
$OpenBSD: patch-manpages_man_manl_ilaver_l,v 1.1 2007/03/24 14:06:54 steven Exp $
|
||||
--- manpages/man/manl/ilaver.l.orig Sat Mar 24 15:33:05 2007
|
||||
+++ manpages/man/manl/ilaver.l Sat Mar 24 15:34:24 2007
|
||||
@@ -1,7 +1,18 @@
|
||||
.TH ILAVER 1 "February 2007" " LAPACK routine (version 3.1.1) " " LAPACK routine (version 3.1.1) "
|
||||
.SH NAME
|
||||
-ILAVER - return the Lapack version Arguments ========= VERS_MAJOR (output) INTEGER return the lapack major version VERS_MINOR (output) INTEGER return the lapack minor version from the major version VERS_PATCH (output) INTEGER return the lapack patch version from the minor version ===================================================================== ===================================================================== =====================================================================
|
||||
+ILAVER - return the Lapack version
|
||||
.SH SYNOPSIS
|
||||
+Arguments
|
||||
+
|
||||
+VERS_MAJOR (output) INTEGER
|
||||
+ return the lapack major version
|
||||
+
|
||||
+VERS_MINOR (output) INTEGER
|
||||
+ return the lapack minor version from the major version
|
||||
+
|
||||
+VERS_PATCH (output) INTEGER
|
||||
+ return the lapack patch version from the minor version
|
||||
+
|
||||
.TP 19
|
||||
SUBROUTINE ILAVER(
|
||||
VERS_MAJOR, VERS_MINOR, VERS_PATCH )
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2007/01/27 07:17:55 steven Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/03/24 14:06:54 steven Exp $
|
||||
%%SHARED%%
|
||||
lib/liblapack.a
|
||||
lib/liblapack_p.a
|
||||
@ -252,7 +252,6 @@ lib/liblapack_pic.a
|
||||
@man man/man3/csptrf.3
|
||||
@man man/man3/csptri.3
|
||||
@man man/man3/csptrs.3
|
||||
@man man/man3/csrot.3
|
||||
@man man/man3/csrscl.3
|
||||
@man man/man3/cstedc.3
|
||||
@man man/man3/cstegr.3
|
||||
@ -603,6 +602,11 @@ lib/liblapack_pic.a
|
||||
@man man/man3/dsbgvx.3
|
||||
@man man/man3/dsbtrd.3
|
||||
@man man/man3/dsecnd.3
|
||||
@man man/man3/dsecnd_EXT_ETIME.3
|
||||
@man man/man3/dsecnd_EXT_ETIME_.3
|
||||
@man man/man3/dsecnd_INT_CPU_TIME.3
|
||||
@man man/man3/dsecnd_INT_ETIME.3
|
||||
@man man/man3/dsecnd_NONE.3
|
||||
@man man/man3/dsgesv.3
|
||||
@man man/man3/dspcon.3
|
||||
@man man/man3/dspev.3
|
||||
@ -691,6 +695,11 @@ lib/liblapack_pic.a
|
||||
@man man/man3/scsum1.3
|
||||
@man man/man3/sdisna.3
|
||||
@man man/man3/second.3
|
||||
@man man/man3/second_EXT_ETIME.3
|
||||
@man man/man3/second_EXT_ETIME_.3
|
||||
@man man/man3/second_INT_CPU_TIME.3
|
||||
@man man/man3/second_INT_ETIME.3
|
||||
@man man/man3/second_NONE.3
|
||||
@man man/man3/sgbbrd.3
|
||||
@man man/man3/sgbcon.3
|
||||
@man man/man3/sgbequ.3
|
||||
@ -1044,7 +1053,6 @@ lib/liblapack_pic.a
|
||||
@man man/man3/xerbla.3
|
||||
@man man/man3/zbdsqr.3
|
||||
@man man/man3/zcgesv.3
|
||||
@man man/man3/zdrot.3
|
||||
@man man/man3/zdrscl.3
|
||||
@man man/man3/zgbbrd.3
|
||||
@man man/man3/zgbcon.3
|
||||
|
Loading…
Reference in New Issue
Block a user