diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-01-29 16:22:30 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-01-29 16:22:30 +0000 |
commit | 0f2512491cba9cd96cf98aeefe367977a0c97079 (patch) | |
tree | c56b2f60ed67ceb5671f64c3063936512b403181 /sci-libs/blas-reference | |
parent | sonypid url fix and modular x deps (diff) | |
download | gentoo-2-0f2512491cba9cd96cf98aeefe367977a0c97079.tar.gz gentoo-2-0f2512491cba9cd96cf98aeefe367977a0c97079.tar.bz2 gentoo-2-0f2512491cba9cd96cf98aeefe367977a0c97079.zip |
no need to gzip smallish files
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sci-libs/blas-reference')
-rw-r--r-- | sci-libs/blas-reference/ChangeLog | 9 | ||||
-rw-r--r-- | sci-libs/blas-reference/blas-reference-19940131-r1.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/blas-reference/blas-reference-19940131-r2.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/blas-reference/blas-reference-19940131.ebuild | 7 | ||||
-rw-r--r-- | sci-libs/blas-reference/files/Makefile | 44 | ||||
-rw-r--r-- | sci-libs/blas-reference/files/Makefile.gz | bin | 986 -> 0 bytes |
6 files changed, 60 insertions, 14 deletions
diff --git a/sci-libs/blas-reference/ChangeLog b/sci-libs/blas-reference/ChangeLog index d6e90e733aec..765c3d2297dc 100644 --- a/sci-libs/blas-reference/ChangeLog +++ b/sci-libs/blas-reference/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/blas-reference -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/ChangeLog,v 1.6 2005/11/13 16:54:03 markusle Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/ChangeLog,v 1.7 2006/01/29 16:22:30 blubb Exp $ + + 29 Jan 2006; Simon Stelling <blubb@gentoo.org> +files/Makefile, + -files/Makefile.gz, blas-reference-19940131.ebuild, + blas-reference-19940131-r1.ebuild, blas-reference-19940131-r2.ebuild: + no need to gzip smallish files 13 Nov 2005; Markus Dittrich <markusle@gentoo.org> blas-reference-19940131-r2.ebuild: diff --git a/sci-libs/blas-reference/blas-reference-19940131-r1.ebuild b/sci-libs/blas-reference/blas-reference-19940131-r1.ebuild index 56e2b703a4fe..8764004daba5 100644 --- a/sci-libs/blas-reference/blas-reference-19940131-r1.ebuild +++ b/sci-libs/blas-reference/blas-reference-19940131-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-19940131-r1.ebuild,v 1.4 2005/05/05 02:44:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-19940131-r1.ebuild,v 1.5 2006/01/29 16:22:30 blubb Exp $ inherit eutils fortran @@ -58,8 +58,7 @@ pkg_setup() { src_unpack() { unpack ${A} cd ${S} - cp ${FILESDIR}/Makefile.gz . - gunzip Makefile.gz + cp ${FILESDIR}/Makefile . } src_compile() { diff --git a/sci-libs/blas-reference/blas-reference-19940131-r2.ebuild b/sci-libs/blas-reference/blas-reference-19940131-r2.ebuild index 9432d0b09b6b..848c880641f0 100644 --- a/sci-libs/blas-reference/blas-reference-19940131-r2.ebuild +++ b/sci-libs/blas-reference/blas-reference-19940131-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-19940131-r2.ebuild,v 1.2 2005/11/13 16:54:03 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-19940131-r2.ebuild,v 1.3 2006/01/29 16:22:30 blubb Exp $ inherit eutils fortran @@ -47,8 +47,7 @@ ifc_info() { src_unpack() { unpack ${A} cd "${S}" - cp "${FILESDIR}"/Makefile.gz . - gunzip Makefile.gz + cp "${FILESDIR}"/Makefile . } src_compile() { diff --git a/sci-libs/blas-reference/blas-reference-19940131.ebuild b/sci-libs/blas-reference/blas-reference-19940131.ebuild index 65fadea782f6..47324d042f8e 100644 --- a/sci-libs/blas-reference/blas-reference-19940131.ebuild +++ b/sci-libs/blas-reference/blas-reference-19940131.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-19940131.ebuild,v 1.4 2005/04/22 13:49:16 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-reference/blas-reference-19940131.ebuild,v 1.5 2006/01/29 16:22:30 blubb Exp $ inherit eutils @@ -54,8 +54,7 @@ pkg_setup() { src_unpack() { unpack ${A} cd ${S} - cp ${FILESDIR}/Makefile.gz . - gunzip Makefile.gz + cp ${FILESDIR}/Makefile . } src_compile() { diff --git a/sci-libs/blas-reference/files/Makefile b/sci-libs/blas-reference/files/Makefile new file mode 100644 index 000000000000..12add987b54d --- /dev/null +++ b/sci-libs/blas-reference/files/Makefile @@ -0,0 +1,44 @@ +OBJS = caxpy.o ccopy.o cdotc.o cdotu.o cgbmv.o cgemm.o cgemv.o cgerc.o \ + cgeru.o chbmv.o chemm.o chemv.o cher.o cher2.o cher2k.o cherk.o \ + chpmv.o chpr.o chpr2.o crotg.o cscal.o csrot.o csscal.o cswap.o \ + csymm.o csyr2k.o csyrk.o ctbmv.o ctbsv.o ctpmv.o ctpsv.o \ + ctrmm.o ctrmv.o ctrsm.o ctrsv.o dasum.o daxpy.o dcabs1.o \ + dcopy.o ddot.o dgbmv.o dgemm.o dgemv.o dger.o dnrm2.o drot.o \ + drotg.o drotm.o drotmg.o dsbmv.o dscal.o dsdot.o dspmv.o dspr.o \ + dspr2.o dswap.o dsymm.o dsymv.o dsyr.o dsyr2.o dsyr2k.o dsyrk.o \ + dtbmv.o dtbsv.o dtpmv.o dtpsv.o dtrmm.o dtrmv.o dtrsm.o dtrsv.o \ + dzasum.o dznrm2.o icamax.o idamax.o isamax.o izamax.o lsame.o \ + sasum.o saxpy.o scasum.o scnrm2.o scopy.o sdot.o sdsdot.o \ + sgbmv.o sgemm.o sgemv.o sger.o snrm2.o srot.o srotg.o srotm.o \ + srotmg.o ssbmv.o sscal.o sspmv.o sspr.o sspr2.o sswap.o ssymm.o \ + ssymv.o ssyr.o ssyr2.o ssyr2k.o ssyrk.o stbmv.o stbsv.o stpmv.o \ + stpsv.o strmm.o strmv.o strsm.o strsv.o xerbla.o zaxpy.o \ + zcopy.o zdotc.o zdotu.o zdrot.o zdscal.o zgbmv.o zgemm.o \ + zgemv.o zgerc.o zgeru.o zhbmv.o zhemm.o zhemv.o zher.o zher2.o \ + zher2k.o zherk.o zhpmv.o zhpr.o zhpr2.o zrotg.o zscal.o zswap.o \ + zsymm.o zsyr2k.o zsyrk.o ztbmv.o ztbsv.o ztpmv.o ztpsv.o \ + ztrmm.o ztrmv.o ztrsm.o ztrsv.o + +# libg2c is part of GNU gcc. It is listed here as a dependency for the F77 +# BLAS libraries in case the user wants to link with the libraries using +# the Intel Fortran Compiler. The issue is with xerbla.f, which calls the +# STOP instrinsic. Linking with ifc will result in undefined symbols like +# e_wsfe and others. These symbols are contained in libg2c. If you are not +# using gcc, you most likely want to remove the '-lg2c' from libf77blas.so +# and possibly libptf77blas.so. Of course, you can just remove -lg2c, and +# specify it explicitly when using ifc. +libs: $(OBJS) + libtool --tag=F77 --mode=link $(FC) $(FFLAGS) -o libblas.la *.lo $(LIBTOOL_FLAGS) + +shared: $(OBJS) + $(FC) -shared $(FFLAGS) -Wl,-soname,libblas.so.0 -o libblas.so.0.0.0 *.lo $(DEP_LIBS) + +static: $(OBJS) + ar cru libblas.a $(OBJS) + ranlib libblas.a + +clean: + rm -f *.o libblas* + +%.o : %.f + libtool --tag=F77 --mode=compile $(FC) $(FFLAGS) -o $@ -c $^ diff --git a/sci-libs/blas-reference/files/Makefile.gz b/sci-libs/blas-reference/files/Makefile.gz Binary files differdeleted file mode 100644 index 24da9f337be1..000000000000 --- a/sci-libs/blas-reference/files/Makefile.gz +++ /dev/null |