summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2007-07-25 03:04:27 +0000
committerMarkus Dittrich <markusle@gentoo.org>2007-07-25 03:04:27 +0000
commit162ec04b28fec8823228f16d0b071b318abd1cf1 (patch)
treed2493ee305dac996603b09b33760ebbb3ea966db /sci-libs/lapack-reference
parentminor cleanups and redigesting for changed upstream tarball (diff)
downloadgentoo-2-162ec04b28fec8823228f16d0b071b318abd1cf1.tar.gz
gentoo-2-162ec04b28fec8823228f16d0b071b318abd1cf1.tar.bz2
gentoo-2-162ec04b28fec8823228f16d0b071b318abd1cf1.zip
Fixed issues due to missing ETIME intrinsic in >=gcc-4.2.
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'sci-libs/lapack-reference')
-rw-r--r--sci-libs/lapack-reference/ChangeLog10
-rw-r--r--sci-libs/lapack-reference/files/lapack-reference-3.1.1-autotool.patch8
2 files changed, 11 insertions, 7 deletions
diff --git a/sci-libs/lapack-reference/ChangeLog b/sci-libs/lapack-reference/ChangeLog
index ab8ce7992f86..677f72714124 100644
--- a/sci-libs/lapack-reference/ChangeLog
+++ b/sci-libs/lapack-reference/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/lapack-reference
# Copyright 2004-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/ChangeLog,v 1.27 2007/07/14 00:15:25 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/ChangeLog,v 1.28 2007/07/25 03:04:27 markusle Exp $
+
+ 25 Jul 2007; Markus Dittrich <markusle@gentoo.org>
+ files/lapack-reference-3.1.1-autotool.patch:
+ Fixed issues due to missing ETIME intrinsic in >=gcc-4.2.
14 Jul 2007; Steve Arnold <nerdboy@gentoo.org>
lapack-reference-3.1.0.ebuild:
@@ -9,7 +13,7 @@
It seems to be rare and only occurs on 64-bit platforms. Reference:
https://icl.cs.utk.edu/lapack-forum/viewtopic.php?t=299
- 25 Jun 2007; Raúl Porcel <armin76@gentoo.org>
+ 25 Jun 2007; Raúl Porcel <armin76@gentoo.org>
lapack-reference-3.1.1.ebuild:
Add ~alpha wrt #159002
@@ -102,7 +106,7 @@
+files/lapack-reference-3.0-autotool.patch,
+lapack-reference-3.0-r3.ebuild:
Bump to autotool the package, which makes the build work much better in
- parallel and with gcc4. Thanks to Adam Piątyszek for catching an initial
+ parallel and with gcc4. Thanks to Adam Piątyszek for catching an initial
problem; a couple of files cannot be compiled with optimization.
15 May 2006; Donnie Berkholz <dberkholz@gentoo.org>;
diff --git a/sci-libs/lapack-reference/files/lapack-reference-3.1.1-autotool.patch b/sci-libs/lapack-reference/files/lapack-reference-3.1.1-autotool.patch
index d9a9b479bfdb..295cc2b0f4d3 100644
--- a/sci-libs/lapack-reference/files/lapack-reference-3.1.1-autotool.patch
+++ b/sci-libs/lapack-reference/files/lapack-reference-3.1.1-autotool.patch
@@ -15,8 +15,8 @@ diff -Naur lapack-lite-3.1.1/INSTALL/Makefile.am lapack-lite-3.1.1.new/INSTALL/M
+testlsame_SOURCES = lsame.f lsametst.f
+testslamch_SOURCES = slamch.f lsame.f slamchtst.f
+testdlamch_SOURCES = dlamch.f lsame.f dlamchtst.f
-+testsecond_SOURCES = second_EXT_ETIME.f secondtst.f
-+testdsecnd_SOURCES = dsecnd_EXT_ETIME.f dsecndtst.f
++testsecond_SOURCES = second_INT_CPU_TIME.f secondtst.f
++testdsecnd_SOURCES = dsecnd_INT_CPU_TIME.f dsecndtst.f
+testieee_SOURCES = tstiee.f
+
+EXTRA_DIST = \
@@ -64,7 +64,7 @@ diff -Naur lapack-lite-3.1.1/SRC/Makefile.am lapack-lite-3.1.1.new/SRC/Makefile.
+ 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/second_EXT_ETIME.f
++ ../INSTALL/second_INT_CPU_TIME.f
+endif
+
+if DOUBLE
@@ -86,7 +86,7 @@ diff -Naur lapack-lite-3.1.1/SRC/Makefile.am lapack-lite-3.1.1.new/SRC/Makefile.
+ 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/dsecnd_EXT_ETIME.f
++ ../INSTALL/dsecnd_INT_CPU_TIME.f
+endif
+
+if S