diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-12-22 18:18:13 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-12-22 18:18:13 +0000 |
commit | 186ee55fb1b940c27ea050629c480a0c763dc687 (patch) | |
tree | 1f4f37b4f6d24089368d0ee575b309cc650716c8 /sci-libs/amd/files | |
parent | Stable for HPPA (bug #349045). (diff) | |
download | gentoo-2-186ee55fb1b940c27ea050629c480a0c763dc687.tar.gz gentoo-2-186ee55fb1b940c27ea050629c480a0c763dc687.tar.bz2 gentoo-2-186ee55fb1b940c27ea050629c480a0c763dc687.zip |
Re-enable a working test and disable the proper failing one in the autotools patch. Added static-libs flag.
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/amd/files')
-rw-r--r-- | sci-libs/amd/files/amd-2.2.0-autotools.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sci-libs/amd/files/amd-2.2.0-autotools.patch b/sci-libs/amd/files/amd-2.2.0-autotools.patch index 8e53f9cf42f4..6ecb39fb3d9e 100644 --- a/sci-libs/amd/files/amd-2.2.0-autotools.patch +++ b/sci-libs/amd/files/amd-2.2.0-autotools.patch @@ -26,24 +26,24 @@ diff -Nur ../AMD.orig/Demo/Makefile.am ./Demo/Makefile.am + amd_simple \ + amd_demo \ + amd_demo2 \ ++ amd_l_demo \ + amd_f77demo \ -+ amd_f77simple \ -+ amd_f77cross ++ amd_f77simple +# buggy demo -+# amd_l_demo ++# amd_f77cross + +amd_demo_SOURCES = amd_demo.c -+#amd_l_demo_SOURCES = amd_l_demo.c ++amd_l_demo_SOURCES = amd_l_demo.c +amd_demo2_SOURCES = amd_demo2.c +amd_simple_SOURCES = amd_simple.c -+amd_f77demo_SOURCES = amd_f77demo.f + ++amd_f77demo_SOURCES = amd_f77demo.f +amd_f77demo_LDADD = $(LDADD) $(top_builddir)/Source/libamdf77.la +amd_f77simple_SOURCES = amd_f77simple.f +amd_f77simple_LDADD = $(LDADD) $(top_builddir)/Source/libamdf77.la +amd_f77wrapper_CPPFLAGS = -DDINT -+amd_f77cross_SOURCES = amd_f77cross.f amd_f77wrapper.f -+amd_f77cross_LDADD = $(LDADD) $(top_builddir)/Source/libamdf77.la ++#amd_f77cross_SOURCES = amd_f77cross.f amd_f77wrapper.f ++#amd_f77cross_LDADD = $(LDADD) $(top_builddir)/Source/libamdf77.la + +check-local: $(check_PROGRAMS) + @for i in $(check_PROGRAMS); do \ |