summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-29 10:05:53 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-29 21:09:36 +0100
commite6be9419689e8cf7e09e2b6f5aa0ebceb6075adf (patch)
tree62c7c6d6da3b322f79acba049188c6c7246ee34e /sci-libs
parentsci-libs/cdf: remove unused patch (diff)
downloadgentoo-e6be9419689e8cf7e09e2b6f5aa0ebceb6075adf.tar.gz
gentoo-e6be9419689e8cf7e09e2b6f5aa0ebceb6075adf.tar.bz2
gentoo-e6be9419689e8cf7e09e2b6f5aa0ebceb6075adf.zip
sci-libs/colamd: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/3709
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/colamd/files/colamd-2.7.1-autotools.patch58
-rw-r--r--sci-libs/colamd/files/colamd-2.7.4-autotools.patch58
2 files changed, 0 insertions, 116 deletions
diff --git a/sci-libs/colamd/files/colamd-2.7.1-autotools.patch b/sci-libs/colamd/files/colamd-2.7.1-autotools.patch
deleted file mode 100644
index 5778d20e2f05..000000000000
--- a/sci-libs/colamd/files/colamd-2.7.1-autotools.patch
+++ /dev/null
@@ -1,58 +0,0 @@
---- Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ Makefile.am 2008-01-29 19:06:31.000000000 +0000
-@@ -0,0 +1,3 @@
-+SUBDIRS = Source Demo
-+include_HEADERS = $(top_srcdir)/Include/colamd.h
-+EXTRA_DIST = README.txt
---- configure.ac 1970-01-01 01:00:00.000000000 +0100
-+++ configure.ac 2008-01-29 19:06:31.000000000 +0000
-@@ -0,0 +1,12 @@
-+# -*- Autoconf -*-
-+AC_PREREQ(2.59)
-+AC_INIT(colamd, 2.7.1, davis@cise.ufl.edu)
-+AM_INIT_AUTOMAKE([foreign])
-+AC_PROG_INSTALL
-+AC_PROG_LIBTOOL
-+AC_CHECK_LIB(m, sqrt)
-+AC_CHECK_HEADER( UFconfig.h )
-+AC_OUTPUT(
-+ Makefile \
-+ Demo/Makefile \
-+ Source/Makefile)
---- Source/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ Source/Makefile.am 2008-01-29 19:06:31.000000000 +0000
-@@ -0,0 +1,11 @@
-+AM_CFLAGS = -I$(top_builddir)/Include
-+lib_LTLIBRARIES = libcolamd.la
-+noinst_LTLIBRARIES = libcolamdi.la libcolamdl.la
-+
-+libcolamdl_la_SOURCES = colamd.c
-+libcolamdl_la_CPPFLAGS = -DDLONG
-+
-+libcolamdi_la_SOURCES = colamd.c
-+
-+libcolamd_la_SOURCES = colamd_global.c
-+libcolamd_la_LIBADD = libcolamdi.la libcolamdl.la
---- Demo/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ Demo/Makefile.am 2008-01-29 19:06:31.000000000 +0000
-@@ -0,0 +1,20 @@
-+LDADD = $(top_builddir)/Source/libcolamd.la
-+AM_CPPFLAGS = -I$(top_srcdir)/Include
-+
-+check_PROGRAMS = colamd_example colamd_l_example
-+colamd_example_SOURCES = colamd_example.c
-+colamd_l_example_SOURCES = colamd_l_example.c
-+colamd_l_example_CPPFLAGS = $(AM_CPPFLAGS) -DDLONG
-+
-+check-local: $(check_PROGRAMS)
-+ @for i in $(check_PROGRAMS); do \
-+ echo "Testing $$i"; \
-+ ./$$i > my_$$i.out; \
-+ if ! diff $(srcdir)/$$i.out my_$$i.out; then \
-+ echo "Testing $$i failed"; \
-+ exit 1; \
-+ fi \
-+ done;
-+
-+clean-local:
-+ rm -f my*.out
diff --git a/sci-libs/colamd/files/colamd-2.7.4-autotools.patch b/sci-libs/colamd/files/colamd-2.7.4-autotools.patch
deleted file mode 100644
index f58464cd987f..000000000000
--- a/sci-libs/colamd/files/colamd-2.7.4-autotools.patch
+++ /dev/null
@@ -1,58 +0,0 @@
---- Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ Makefile.am 2008-01-29 19:06:31.000000000 +0000
-@@ -0,0 +1,3 @@
-+SUBDIRS = Source Demo
-+include_HEADERS = $(top_srcdir)/Include/colamd.h
-+EXTRA_DIST = README.txt
---- configure.ac 1970-01-01 01:00:00.000000000 +0100
-+++ configure.ac 2008-01-29 19:06:31.000000000 +0000
-@@ -0,0 +1,12 @@
-+# -*- Autoconf -*-
-+AC_PREREQ(2.59)
-+AC_INIT(colamd, 2.7.1, davis@cise.ufl.edu)
-+AM_INIT_AUTOMAKE([foreign])
-+AC_PROG_INSTALL
-+AC_PROG_LIBTOOL
-+AC_CHECK_LIB(m, sqrt)
-+AC_CHECK_HEADER( UFconfig.h )
-+AC_OUTPUT(
-+ Makefile \
-+ Demo/Makefile \
-+ Source/Makefile)
---- Source/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ Source/Makefile.am 2008-01-29 19:06:31.000000000 +0000
-@@ -0,0 +1,11 @@
-+AM_CFLAGS = -I$(top_srcdir)/Include
-+lib_LTLIBRARIES = libcolamd.la
-+noinst_LTLIBRARIES = libcolamdi.la libcolamdl.la
-+
-+libcolamdl_la_SOURCES = colamd.c
-+libcolamdl_la_CPPFLAGS = -DDLONG
-+
-+libcolamdi_la_SOURCES = colamd.c
-+
-+libcolamd_la_SOURCES = colamd_global.c
-+libcolamd_la_LIBADD = libcolamdi.la libcolamdl.la
---- Demo/Makefile.am 1970-01-01 01:00:00.000000000 +0100
-+++ Demo/Makefile.am 2008-01-29 19:06:31.000000000 +0000
-@@ -0,0 +1,20 @@
-+LDADD = $(top_builddir)/Source/libcolamd.la
-+AM_CPPFLAGS = -I$(top_srcdir)/Include
-+
-+check_PROGRAMS = colamd_example colamd_l_example
-+colamd_example_SOURCES = colamd_example.c
-+colamd_l_example_SOURCES = colamd_l_example.c
-+colamd_l_example_CPPFLAGS = $(AM_CPPFLAGS) -DDLONG
-+
-+check-local: $(check_PROGRAMS)
-+ @for i in $(check_PROGRAMS); do \
-+ echo "Testing $$i"; \
-+ ./$$i > my_$$i.out; \
-+ if ! diff $(srcdir)/$$i.out my_$$i.out; then \
-+ echo "Testing $$i failed"; \
-+ exit 1; \
-+ fi \
-+ done;
-+
-+clean-local:
-+ rm -f my*.out