* [gentoo-commits] gentoo-x86 commit in sci-libs/amd/files: amd-2.2.0-autotools.patch
@ 2010-12-22 18:18 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2010-12-22 18:18 UTC (permalink / raw
To: gentoo-commits
bicatali 10/12/22 18:18:13
Modified: amd-2.2.0-autotools.patch
Log:
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)
Revision Changes Path
1.3 sci-libs/amd/files/amd-2.2.0-autotools.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/amd/files/amd-2.2.0-autotools.patch?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/amd/files/amd-2.2.0-autotools.patch?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/amd/files/amd-2.2.0-autotools.patch?r1=1.2&r2=1.3
Index: amd-2.2.0-autotools.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/files/amd-2.2.0-autotools.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amd-2.2.0-autotools.patch 9 Mar 2009 10:40:40 -0000 1.2
+++ amd-2.2.0-autotools.patch 22 Dec 2010 18:18:13 -0000 1.3
@@ -26,24 +26,24 @@
+ 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 \
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/amd/files: amd-2.2.0-autotools.patch
@ 2011-01-19 20:16 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-01-19 20:16 UTC (permalink / raw
To: gentoo-commits
bicatali 11/01/19 20:16:23
Modified: amd-2.2.0-autotools.patch
Log:
use proper file names in patch
(Portage version: 2.1.9.33/cvs/Linux x86_64)
Revision Changes Path
1.4 sci-libs/amd/files/amd-2.2.0-autotools.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/amd/files/amd-2.2.0-autotools.patch?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/amd/files/amd-2.2.0-autotools.patch?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/amd/files/amd-2.2.0-autotools.patch?r1=1.3&r2=1.4
Index: amd-2.2.0-autotools.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/amd/files/amd-2.2.0-autotools.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- amd-2.2.0-autotools.patch 22 Dec 2010 18:18:13 -0000 1.3
+++ amd-2.2.0-autotools.patch 19 Jan 2011 20:16:23 -0000 1.4
@@ -1,6 +1,5 @@
-diff -Nur ../AMD.orig/configure.ac ./configure.ac
---- ../AMD.orig/configure.ac 1970-01-01 01:00:00.000000000 +0100
-+++ ./configure.ac 2007-08-18 16:31:52.575954410 +0100
+--- configure.ac 1970-01-01 01:00:00.000000000 +0100
++++ configure.ac 2007-08-18 16:31:52.575954410 +0100
@@ -0,0 +1,14 @@
+# -*- Autoconf -*-
+AC_PREREQ(2.59)
@@ -16,9 +15,8 @@
+ Demo/Makefile
+ Makefile])
+AC_OUTPUT
-diff -Nur ../AMD.orig/Demo/Makefile.am ./Demo/Makefile.am
---- ../AMD.orig/Demo/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ ./Demo/Makefile.am 2007-08-18 17:58:28.566755030 +0100
+--- Demo/Makefile.am 1970-01-01 01:00:00.000000000 +0100
++++ Demo/Makefile.am 2007-08-18 17:58:28.566755030 +0100
@@ -0,0 +1,45 @@
+AM_CPPFLAGS = -I$(top_srcdir)/Include
+LDADD = $(top_builddir)/Source/libamd.la -lm
@@ -65,16 +63,14 @@
+
+clean-local:
+ -rm -f my_*.out
-diff -Nur ../AMD.orig/Makefile.am ./Makefile.am
---- ../AMD.orig/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ ./Makefile.am 2007-08-18 14:20:51.230268114 +0100
+--- Makefile.am 1970-01-01 01:00:00.000000000 +0100
++++ Makefile.am 2007-08-18 14:20:51.230268114 +0100
@@ -0,0 +1,3 @@
+SUBDIRS = Demo Source
+EXTRA_DIST = README.txt
+include_HEADERS = Include/amd.h Include/amd_internal.h
-diff -Nur ../AMD.orig/Source/Makefile.am ./Source/Makefile.am
---- ../AMD.orig/Source/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ ./Source/Makefile.am 2007-08-18 16:32:15.237245803 +0100
+--- Source/Makefile.am 1970-01-01 01:00:00.000000000 +0100
++++ Source/Makefile.am 2007-08-18 16:32:15.237245803 +0100
@@ -0,0 +1,26 @@
+AMDCSRC = \
+ amd_1.c \
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/amd/files: amd-2.2.0-autotools.patch
@ 2015-06-21 11:42 Justin Lecher (jlec)
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2015-06-21 11:42 UTC (permalink / raw
To: gentoo-commits
jlec 15/06/21 11:42:43
Removed: amd-2.2.0-autotools.patch
Log:
Clean old; obsoletes bug #261568
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-21 11:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-22 18:18 [gentoo-commits] gentoo-x86 commit in sci-libs/amd/files: amd-2.2.0-autotools.patch Sebastien Fabbro (bicatali)
-- strict thread matches above, loose matches on Subject: below --
2011-01-19 20:16 Sebastien Fabbro (bicatali)
2015-06-21 11:42 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox