Author: qboosh Date: Sat Apr 23 18:00:34 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 3.3.1 (manpages too) - updated automake_support patch
---- Files affected: packages/lapack: lapack-automake_support.patch (1.17 -> 1.18) , lapack.spec (1.46 -> 1.47) ---- Diffs: ================================================================ Index: packages/lapack/lapack-automake_support.patch diff -u packages/lapack/lapack-automake_support.patch:1.17 packages/lapack/lapack-automake_support.patch:1.18 --- packages/lapack/lapack-automake_support.patch:1.17 Sat Jan 8 18:59:45 2011 +++ packages/lapack/lapack-automake_support.patch Sat Apr 23 20:00:28 2011 @@ -1,8 +1,10 @@ diff -Nur lapack-3.1.1.orig/BLAS/Makefile.am lapack-3.1.1/BLAS/Makefile.am --- lapack-3.1.1.orig/BLAS/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ lapack-3.1.1/BLAS/Makefile.am 2007-08-06 22:04:22.000000000 +0100 -@@ -0,0 +1 @@ +@@ -0,0 +1,3 @@ +SUBDIRS=SRC ++pkgconfigdir = $(libdir)/pkgconfig ++pkgconfig_DATA = blas.pc --- lapack-3.3.0.orig/BLAS/SRC/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ lapack-3.3.0/BLAS/SRC/Makefile.am 2007-08-06 22:05:32.000000000 +0100 @@ -0,0 +1,31 @@ @@ -47,8 +49,8 @@ +dnl [email protected] + +AC_INIT -+AM_INIT_AUTOMAKE(lapack, 3.3.0) -+LIBVERSION="6:0:4" ++AM_INIT_AUTOMAKE(lapack, 3.3.1) ++LIBVERSION="6:1:4" +AC_SUBST([LIBVERSION]) +AM_CONFIG_HEADER(config.h) + @@ -58,15 +60,17 @@ +AC_PROG_F77 +AC_PROG_LIBTOOL + -+AC_OUTPUT([Makefile SRC/Makefile BLAS/Makefile BLAS/SRC/Makefile]) ++AC_OUTPUT([Makefile SRC/Makefile BLAS/Makefile BLAS/SRC/Makefile BLAS/blas.pc lapack.pc]) diff -Nur lapack-3.1.1.orig/Makefile.am lapack-3.1.1/Makefile.am --- lapack-3.1.1.orig/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ lapack-3.1.1/Makefile.am 2007-08-06 22:04:22.000000000 +0100 -@@ -0,0 +1 @@ +@@ -0,0 +1,3 @@ +SUBDIRS=BLAS SRC ++pkgconfigdir = $(libdir)/pkgconfig ++pkgconfig_DATA = lapack.pc --- lapack-3.3.0.orig/SRC/Makefile.am 1970-01-01 01:00:00.000000000 +0100 +++ lapack-3.3.0/SRC/Makefile.am 2007-08-06 22:06:57.000000000 +0100 -@@ -0,0 +1,311 @@ +@@ -0,0 +1,313 @@ +LIBTOOL = $(SHELL) $(top_builddir)/libtool --tag=F77 +lib_LTLIBRARIES = liblapack.la +liblapack_la_LDFLAGS = -version-info @LIBVERSION@ @@ -178,7 +182,8 @@ + checon.f cheev.f cheevd.f cheevr.f cheevx.f chegs2.f chegst.f \ + chegv.f chegvd.f chegvx.f cherfs.f chesv.f chesvx.f chetd2.f \ + chetf2.f chetrd.f \ -+ chetrf.f chetri.f chetrs.f chetrs2.f chgeqz.f chpcon.f chpev.f chpevd.f \ ++ chetrf.f chetri.f chetri2.f chetri2x.f cheswapr.f \ ++ chetrs.f chetrs2.f chgeqz.f chpcon.f chpev.f chpevd.f \ + chpevx.f chpgst.f chpgv.f chpgvd.f chpgvx.f chprfs.f chpsv.f \ + chpsvx.f \ + chptrd.f chptrf.f chptri.f chptrs.f chsein.f chseqr.f clabrd.f \ @@ -292,7 +297,8 @@ + zhecon.f zheev.f zheevd.f zheevr.f zheevx.f zhegs2.f zhegst.f \ + zhegv.f zhegvd.f zhegvx.f zherfs.f zhesv.f zhesvx.f zhetd2.f \ + zhetf2.f zhetrd.f \ -+ zhetrf.f zhetri.f zhetrs.f zhetrs2.f zhgeqz.f zhpcon.f zhpev.f zhpevd.f \ ++ zhetrf.f zhetri.f zhetri2.f zhetri2x.f zheswapr.f \ ++ zhetrs.f zhetrs2.f zhgeqz.f zhpcon.f zhpev.f zhpevd.f \ + zhpevx.f zhpgst.f zhpgv.f zhpgvd.f zhpgvx.f zhprfs.f zhpsv.f \ + zhpsvx.f \ + zhptrd.f zhptrf.f zhptri.f zhptrs.f zhsein.f zhseqr.f zlabrd.f \ ================================================================ Index: packages/lapack/lapack.spec diff -u packages/lapack/lapack.spec:1.46 packages/lapack/lapack.spec:1.47 --- packages/lapack/lapack.spec:1.46 Sun Feb 6 17:50:38 2011 +++ packages/lapack/lapack.spec Sat Apr 23 20:00:28 2011 @@ -2,15 +2,15 @@ Summary: The LAPACK libraries for numerical linear algebra Summary(pl.UTF-8): Biblioteki numeryczne LAPACK do algebry liniowej Name: lapack -Version: 3.3.0 -%define man_ver 3.2.0 +Version: 3.3.1 +%define man_ver 3.3.1 Release: 1 License: freely distributable Group: Libraries Source0: http://www.netlib.org/lapack/%{name}-%{version}.tgz -# Source0-md5: 84213fca70936cc5f1b59a7b1bf71697 +# Source0-md5: d0d533ec9a5b74933c2a1e84eedc58b4 Source1: http://www.netlib.org/lapack/manpages-%{man_ver}.tgz -# Source1-md5: 145007cab915504caec382289462a166 +# Source1-md5: 0f88dbcf41bb53ef98890ee834da913e Patch0: %{name}-automake_support.patch Patch1: blas-nan.patch URL: http://www.netlib.org/lapack/ @@ -126,7 +126,6 @@ %setup -q -a1 %patch0 -p1 %patch1 -p1 -mv -f lapack-%{man_ver}/manpages . # directory INSTALL conflicts with file INSTALL needed by automake mv -f INSTALL INSTALLSRC # copy selected routines; use INT_ETIME versions of second @@ -180,6 +179,7 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/liblapack.so %{_libdir}/liblapack.la +%{_pkgconfigdir}/lapack.pc %files static %defattr(644,root,root,755) @@ -194,6 +194,7 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libblas.so %{_libdir}/libblas.la +%{_pkgconfigdir}/blas.pc %files -n blas-static %defattr(644,root,root,755) @@ -205,6 +206,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.47 2011/04/23 18:00:28 qboosh +- updated to 3.3.1 (manpages too) +- updated automake_support patch + Revision 1.46 2011/02/06 16:50:38 sparky - unified %clean section ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lapack/lapack-automake_support.patch?r1=1.17&r2=1.18&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lapack/lapack.spec?r1=1.46&r2=1.47&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
