diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-12-02 11:14:45 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-12-02 11:14:45 +0000 |
commit | c66f9830e4e11943dd3925473894b09da9d114d2 (patch) | |
tree | 9d147c860db926330b6421d74f2919f065f4f438 /sci-libs/amd/files | |
parent | Remove last bits of apbs (diff) | |
download | gentoo-2-c66f9830e4e11943dd3925473894b09da9d114d2.tar.gz gentoo-2-c66f9830e4e11943dd3925473894b09da9d114d2.tar.bz2 gentoo-2-c66f9830e4e11943dd3925473894b09da9d114d2.zip |
Fixes for tests, 343821
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/amd/files')
-rw-r--r-- | sci-libs/amd/files/2.2.1-test.patch | 13 | ||||
-rw-r--r-- | sci-libs/amd/files/amd-2.2.0-tests.patch | 49 |
2 files changed, 20 insertions, 42 deletions
diff --git a/sci-libs/amd/files/2.2.1-test.patch b/sci-libs/amd/files/2.2.1-test.patch new file mode 100644 index 000000000000..f3bb66b0d9fb --- /dev/null +++ b/sci-libs/amd/files/2.2.1-test.patch @@ -0,0 +1,13 @@ +diff --git a/Demo/amd_f77cross.out b/Demo/amd_f77cross.out +index 6d8a670..79496d1 100644 +--- a/Demo/amd_f77cross.out ++++ b/Demo/amd_f77cross.out +@@ -15,7 +15,7 @@ Column: 4 number of entries: 2 with row indices in AI ( 11 ... 12) + Column: 5 number of entries: 2 with row indices in AI ( 13 ... 14) + row indices: 2 5 + +-amd: approximate minimum degree ordering, results: ++AMD version 2.2.1, Nov 30, 2009, results: + status: OK + n, dimension of A: 5 + nz, number of nonzeros in A: 14 diff --git a/sci-libs/amd/files/amd-2.2.0-tests.patch b/sci-libs/amd/files/amd-2.2.0-tests.patch index 36455bdec8bc..e188a5ea3ac0 100644 --- a/sci-libs/amd/files/amd-2.2.0-tests.patch +++ b/sci-libs/amd/files/amd-2.2.0-tests.patch @@ -1,48 +1,13 @@ ---- Demo/amd_f77cross.out.orig 2008-03-15 15:36:15.767078743 +0000 -+++ Demo/amd_f77cross.out 2008-03-15 15:35:35.496783869 +0000 -@@ -1,21 +1,5 @@ --Input matrix: 5-by- 5 with 14 entries -- --Column: 1 number of entries: 2 with row indices in AI ( 1 ... 2) -- row indices: 1 2 -- --Column: 2 number of entries: 4 with row indices in AI ( 3 ... 6) -- row indices: 1 2 3 5 -- --Column: 3 number of entries: 4 with row indices in AI ( 7 ... 10) -- row indices: 2 3 4 5 -- --Column: 4 number of entries: 2 with row indices in AI ( 11 ... 12) -- row indices: 3 4 -- --Column: 5 number of entries: 2 with row indices in AI ( 13 ... 14) -- row indices: 2 5 +diff --git a/Demo/amd_f77cross.out b/Demo/amd_f77cross.out +index 6d8a670..5e92f32 100644 +--- a/Demo/amd_f77cross.out ++++ b/Demo/amd_f77cross.out +@@ -15,7 +15,7 @@ Column: 4 number of entries: 2 with row indices in AI ( 11 ... 12) + Column: 5 number of entries: 2 with row indices in AI ( 13 ... 14) + row indices: 2 5 -amd: approximate minimum degree ordering, results: +AMD version 2.2.0, May 31, 2007, results: status: OK n, dimension of A: 5 nz, number of nonzeros in A: 14 -@@ -44,6 +28,22 @@ - LU flop count for real A (with no pivoting): 19 - LU flop count for complex A (with no pivoting): 101 - -+Input matrix: 5-by- 5 with 14 entries -+ -+Column: 1 number of entries: 2 with row indices in AI ( 1 ... 2) -+ row indices: 1 2 -+ -+Column: 2 number of entries: 4 with row indices in AI ( 3 ... 6) -+ row indices: 1 2 3 5 -+ -+Column: 3 number of entries: 4 with row indices in AI ( 7 ... 10) -+ row indices: 2 3 4 5 -+ -+Column: 4 number of entries: 2 with row indices in AI ( 11 ... 12) -+ row indices: 3 4 -+ -+Column: 5 number of entries: 2 with row indices in AI ( 13 ... 14) -+ row indices: 2 5 - PERM ( 1) = 1 - PERM ( 2) = 4 - PERM ( 3) = 3 |