summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-12-15 12:53:37 +0100
committerDavid Seifert <soap@gentoo.org>2020-12-15 12:53:37 +0100
commitb48a18cd0223531c540dd380929b3baa2155caf9 (patch)
tree871a6a953c1e07dcbf800859e56a732d858234e6 /sci-libs/adolc/files
parentsci-libs/adolc: Remove USE="static-libs" (diff)
downloadgentoo-b48a18cd0223531c540dd380929b3baa2155caf9.tar.gz
gentoo-b48a18cd0223531c540dd380929b3baa2155caf9.tar.bz2
gentoo-b48a18cd0223531c540dd380929b3baa2155caf9.zip
sci-libs/adolc: Remove old
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/adolc/files')
-rw-r--r--sci-libs/adolc/files/adolc-2.4.0-no-colpack.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-libs/adolc/files/adolc-2.4.0-no-colpack.patch b/sci-libs/adolc/files/adolc-2.4.0-no-colpack.patch
deleted file mode 100644
index e3b5a4a2ca5f..000000000000
--- a/sci-libs/adolc/files/adolc-2.4.0-no-colpack.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-do not test colpack when user says no even when it is installed
-
---- configure.ac.orig 2012-07-19 13:04:37.426461811 -0700
-+++ configure.ac 2012-07-19 13:06:06.477916144 -0700
-@@ -281,7 +281,7 @@
- COLPACK_LIBDIR=""
- COLPACK_LIBS="-lColPack"
- ])
--
-+if test x$colpack != xno; then
- AC_LANG_PUSH([C++])
- save_CPPFLAGS="$CPPFLAGS"
- save_LIBS="$LIBS"
-@@ -301,7 +301,9 @@
- CPPFLAGS="$save_CPPFLAGS"
- LIBS="$save_LIBS"
- AC_LANG_POP([C++])
--
-+else
-+ have_colpack=no
-+fi
- AM_CONDITIONAL(HAVE_LIBCOLPACK,[test x$have_colpack = xyes])
- if test x$have_colpack = xyes; then
- sparse=yes