diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-02-02 17:02:38 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-02-02 17:02:38 +0000 |
commit | 91d4a4fcd08e68d3a889b8b9905c668c38935da4 (patch) | |
tree | c741cd21899485e221aaf9c89bb375b16c5a2372 /sci-libs/lapack-reference | |
parent | Add epatch_user support (bug #444212). (diff) | |
download | gentoo-2-91d4a4fcd08e68d3a889b8b9905c668c38935da4.tar.gz gentoo-2-91d4a4fcd08e68d3a889b8b9905c668c38935da4.tar.bz2 gentoo-2-91d4a4fcd08e68d3a889b8b9905c668c38935da4.zip |
sci-libs/lapack-reference: Add last missing patch
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/lapack-reference')
-rw-r--r-- | sci-libs/lapack-reference/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/lapack-reference/files/lapack-reference-3.1.1-test-fix.patch | 36 |
2 files changed, 41 insertions, 1 deletions
diff --git a/sci-libs/lapack-reference/ChangeLog b/sci-libs/lapack-reference/ChangeLog index ff37aadd1754..a7c752d5d047 100644 --- a/sci-libs/lapack-reference/ChangeLog +++ b/sci-libs/lapack-reference/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/lapack-reference # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/ChangeLog,v 1.65 2013/02/01 12:06:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/ChangeLog,v 1.66 2013/02/02 17:02:38 jlec Exp $ + + 02 Feb 2013; Justin Lecher <jlec@gentoo.org> + +files/lapack-reference-3.1.1-test-fix.patch: + Add last missing patch 01 Feb 2013; Justin Lecher <jlec@gentoo.org> +files/lapack-reference-3.2.1-parallel-make.patch, diff --git a/sci-libs/lapack-reference/files/lapack-reference-3.1.1-test-fix.patch b/sci-libs/lapack-reference/files/lapack-reference-3.1.1-test-fix.patch new file mode 100644 index 000000000000..e9b754403f3a --- /dev/null +++ b/sci-libs/lapack-reference/files/lapack-reference-3.1.1-test-fix.patch @@ -0,0 +1,36 @@ +diff -Naur lapack-lite-3.1.1/TESTING/ctest.in lapack-lite-3.1.1-new/TESTING/ctest.in +--- lapack-lite-3.1.1/TESTING/ctest.in 2007-02-26 13:20:47.000000000 -0500 ++++ lapack-lite-3.1.1-new/TESTING/ctest.in 2007-07-24 10:19:31.000000000 -0400 +@@ -32,5 +32,4 @@ + CQL 8 List types on next line if 0 < NTYPES < 8 + CQP 6 List types on next line if 0 < NTYPES < 6 + CTZ 3 List types on next line if 0 < NTYPES < 3 +-CLS 6 List types on next line if 0 < NTYPES < 6 + CEQ +diff -Naur lapack-lite-3.1.1/TESTING/dtest.in lapack-lite-3.1.1-new/TESTING/dtest.in +--- lapack-lite-3.1.1/TESTING/dtest.in 2007-02-26 13:20:49.000000000 -0500 ++++ lapack-lite-3.1.1-new/TESTING/dtest.in 2007-07-24 10:19:36.000000000 -0400 +@@ -30,5 +30,4 @@ + DQL 8 List types on next line if 0 < NTYPES < 8 + DQP 6 List types on next line if 0 < NTYPES < 6 + DTZ 3 List types on next line if 0 < NTYPES < 3 +-DLS 6 List types on next line if 0 < NTYPES < 6 + DEQ +diff -Naur lapack-lite-3.1.1/TESTING/stest.in lapack-lite-3.1.1-new/TESTING/stest.in +--- lapack-lite-3.1.1/TESTING/stest.in 2007-02-26 13:20:49.000000000 -0500 ++++ lapack-lite-3.1.1-new/TESTING/stest.in 2007-07-24 10:19:48.000000000 -0400 +@@ -30,5 +30,4 @@ + SQL 8 List types on next line if 0 < NTYPES < 8 + SQP 6 List types on next line if 0 < NTYPES < 6 + STZ 3 List types on next line if 0 < NTYPES < 3 +-SLS 6 List types on next line if 0 < NTYPES < 6 + SEQ +diff -Naur lapack-lite-3.1.1/TESTING/ztest.in lapack-lite-3.1.1-new/TESTING/ztest.in +--- lapack-lite-3.1.1/TESTING/ztest.in 2007-02-26 13:20:49.000000000 -0500 ++++ lapack-lite-3.1.1-new/TESTING/ztest.in 2007-07-24 10:19:42.000000000 -0400 +@@ -32,5 +32,4 @@ + ZQL 8 List types on next line if 0 < NTYPES < 8 + ZQP 6 List types on next line if 0 < NTYPES < 6 + ZTZ 3 List types on next line if 0 < NTYPES < 3 +-ZLS 6 List types on next line if 0 < NTYPES < 6 + ZEQ |