diff options
author | George Shapovalov <george@gentoo.org> | 2003-10-01 10:53:30 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-10-01 10:53:30 +0000 |
commit | df4fea51aa93afb54e1db375480b8609a8537be0 (patch) | |
tree | 18f4fd844b5ca9b47fab7a5433972a6d7e354884 /dev-libs/atlas | |
parent | epatch, sed and changelog fixes (diff) | |
download | historical-df4fea51aa93afb54e1db375480b8609a8537be0.tar.gz historical-df4fea51aa93afb54e1db375480b8609a8537be0.tar.bz2 historical-df4fea51aa93afb54e1db375480b8609a8537be0.zip |
moved 3.4.2 to stable, added latest development version (to stay keymasked)
Diffstat (limited to 'dev-libs/atlas')
-rw-r--r-- | dev-libs/atlas/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/atlas/Manifest | 8 | ||||
-rw-r--r-- | dev-libs/atlas/atlas-3.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/atlas/atlas-3.5.11.ebuild | 79 | ||||
-rw-r--r-- | dev-libs/atlas/files/digest-atlas-3.5.11 | 1 |
5 files changed, 96 insertions, 6 deletions
diff --git a/dev-libs/atlas/ChangeLog b/dev-libs/atlas/ChangeLog index 589589fb23fa..d1ac70a6ff06 100644 --- a/dev-libs/atlas/ChangeLog +++ b/dev-libs/atlas/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-libs/atlas # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/ChangeLog,v 1.7 2003/08/13 04:28:38 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/ChangeLog,v 1.8 2003/10/01 10:53:22 george Exp $ + +*atlas-3.5.11 (30 Sep 2003) + + 30 Sep 2003; George Shapovalov <george@gentoo.org> atlas-3.5.11.ebuild : + added latest development version. + Note to possible maintainers: this ebuild apparently should stay keymasked! + Moved 3.4.2 to stable. + *atlas-3.4.2 (12 Aug 2003) diff --git a/dev-libs/atlas/Manifest b/dev-libs/atlas/Manifest index 2085e2aa476e..cea0870d1978 100644 --- a/dev-libs/atlas/Manifest +++ b/dev-libs/atlas/Manifest @@ -1,10 +1,12 @@ -MD5 2e814af09893f40622ba56e442b20c45 ChangeLog 1274 MD5 48c2ff20b8889ba44834c0d01dd6250a atlas-3.2.1-r1.ebuild 1897 MD5 d94c26fbab5e2e5d4e09fcdea783190c atlas-3.2.1.ebuild 1902 +MD5 486d845b8582b487cafd75b97ad36bb0 atlas-3.4.2.ebuild 1865 +MD5 278e1a6ae8b5aab427497c5eb3d0e610 atlas-3.5.11.ebuild 1868 MD5 e3feaec5bfd0ce662a659fa2f5bc907c atlas-3.4.1.ebuild 1856 -MD5 b16ad5206cc2b8556dc234acbd777a41 atlas-3.4.2.ebuild 1867 +MD5 f76d77e148058a39ab7328aa6a26d91e ChangeLog 1519 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 +MD5 122116eaa0dea87473680f693552d2df files/digest-atlas-3.5.11 65 MD5 99e22e655a340b245ed25e144a5f07af files/digest-atlas-3.2.1 60 -MD5 99e22e655a340b245ed25e144a5f07af files/digest-atlas-3.2.1-r1 60 MD5 ab8ce0151b53d1da05325b0f7294da48 files/digest-atlas-3.4.1 64 MD5 e4430c91578bb055dad2d25c1d880cfa files/digest-atlas-3.4.2 64 +MD5 99e22e655a340b245ed25e144a5f07af files/digest-atlas-3.2.1-r1 60 diff --git a/dev-libs/atlas/atlas-3.4.2.ebuild b/dev-libs/atlas/atlas-3.4.2.ebuild index f91fbdfce24c..032a41bf7d8d 100644 --- a/dev-libs/atlas/atlas-3.4.2.ebuild +++ b/dev-libs/atlas/atlas-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.4.2.ebuild,v 1.1 2003/08/13 04:28:38 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.4.2.ebuild,v 1.2 2003/10/01 10:53:22 george Exp $ IUSE="" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/math-atlas/${PN}${PV}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 sparc" DEPEND="virtual/glibc" diff --git a/dev-libs/atlas/atlas-3.5.11.ebuild b/dev-libs/atlas/atlas-3.5.11.ebuild new file mode 100644 index 000000000000..958e5f4186c5 --- /dev/null +++ b/dev-libs/atlas/atlas-3.5.11.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atlas/atlas-3.5.11.ebuild,v 1.1 2003/10/01 10:53:22 george Exp $ + +IUSE="" + +DESCRIPTION="Automatically Tuned Linear Algebra Software (BLAS implementation)" +HOMEPAGE="http://math-atlas.sourceforge.net/" +SRC_URI="mirror://sourceforge/math-atlas/${PN}${PV}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86 ~sparc" + +DEPEND="virtual/glibc" + +S=${WORKDIR}/ATLAS + +src_compile() { + # create a file answer to be redirected to make + echo "023" > answer + echo "" >> answer + echo "" >> answer + echo "" >> answer + echo "" >> answer + # the architecture of the processor is determined from the CFLAGS + case $CFLAGS in + *athlon*) + echo "AMD Athlon Processor Identified" + echo 2 >> answer;; + *pentiumpro*) + echo "Pentium Pro Processor Identified" + echo 3 >> answer;; + *pentium2*) + echo "Pentium II Processor Identified" + echo 4 >> answer;; + *pentium3*) + echo "Pentium III Processor Identified" + echo 5 >> answer;; + *pentium4*) + echo "Pentium IV Processor Identified" + echo 6 >> answer;; + *) + echo "Unknown Processor" + echo 1 >> answer;; + esac + echo "" >> answer + echo "" >> answer + echo "" >> answer + echo "" >> answer + echo "" >> answer + echo "" >> answer + echo "" >> answer + + make < answer || die + TMPSTR=$(ls Make.Linux*) + ATLAS_ARCH=${TMPSTR#'Make.'} + make install arch=${ATLAS_ARCH} || die +} + +src_install () { + # almost completely copied from the atlas-3.2.1-r1 ebuild + cd ${S}/lib/${ATLAS_ARCH} + + insinto /usr/lib + dolib.a libatlas.a libcblas.a libf77blas.a liblapack.a + + cd ${S}/include + insinto /usr/include + doins cblas.h clapack.h + + cd ${S} + + dodoc README INSTALL.txt + dodoc doc/*.txt + insinto /usr/share/doc/${PN}-${PV} + doins doc/*.ps + dodoc bin/${ATLAS_ARCH}/INSTALL_LOG/SUMMARY.LOG +} diff --git a/dev-libs/atlas/files/digest-atlas-3.5.11 b/dev-libs/atlas/files/digest-atlas-3.5.11 new file mode 100644 index 000000000000..69d75b463fa3 --- /dev/null +++ b/dev-libs/atlas/files/digest-atlas-3.5.11 @@ -0,0 +1 @@ +MD5 8d8e5ac75c1d17acca8586d5fe78d26e atlas3.5.11.tar.bz2 1715299 |