Update to latest upstream release (bz 1461031, 1603677).
Also:
- Update project URL.
- Change License from EPL to EPL-1.0.
- Eliminate unnecessary BRs and Rs.
- Build with Cbc, MUMPS, nauty, and suitesparse.
- Build in bootstrap mode.
- Add -bad-cast, -badcolumn, -param, -catch, -sprintf, -overflow,
and -signed patches.
- Eliminate rpath from the library.
- Force libtool to not defeat -Wl,--as-needed.
- Be explicit about library versions as required by latest guidelines.
- Filter out unnecessary Libs values from pkgconfig files.
- Package doxygen tag file to enable cross-linking.
2019-06-28 01:42:00 +00:00
|
|
|
diff -up Clp-1.17.3/configure.orig Clp-1.17.3/configure
|
|
|
|
--- Clp-1.17.3/configure.orig 2019-06-14 15:45:20.000000000 -0600
|
|
|
|
+++ Clp-1.17.3/configure 2019-06-21 10:41:48.445343096 -0600
|
|
|
|
@@ -32184,7 +32184,7 @@ echo "${ECHO_T}$doxysrcdir (src)" >&6
|
|
|
|
fi
|
|
|
|
# Not built, fall back to installed tag file
|
|
|
|
if test $doxyfound = no ; then
|
|
|
|
- eval doxydir="${datadir}/coin/doc/${proj}/doxydoc"
|
|
|
|
+ eval doxydir="${datadir}/doc/coin-or-${proj}"
|
|
|
|
# AC_MSG_NOTICE([Considering $doxydir (install)])
|
|
|
|
# AC_MSG_NOTICE([Subdirs: $coin_subdirs)])
|
|
|
|
coin_doxy_tagfiles="$coin_doxy_tagfiles $doxydir/$doxytag=$doxydir/html"
|
|
|
|
diff -up Clp-1.17.3/Makefile.in.orig Clp-1.17.3/Makefile.in
|
|
|
|
--- Clp-1.17.3/Makefile.in.orig 2016-02-01 21:31:08.000000000 -0700
|
|
|
|
+++ Clp-1.17.3/Makefile.in 2019-06-21 10:40:52.417258808 -0600
|
2015-04-12 16:09:14 +00:00
|
|
|
@@ -420,7 +420,7 @@ EXTRA_DIST = doc/authors.xml doc/basicmo
|
2013-11-04 18:54:43 +00:00
|
|
|
########################################################################
|
|
|
|
pkgconfiglibdir = $(libdir)/pkgconfig
|
2014-07-16 15:43:13 +00:00
|
|
|
pkgconfiglib_DATA = clp.pc $(am__append_3)
|
2013-11-04 18:54:43 +00:00
|
|
|
-addlibsdir = $(DESTDIR)$(datadir)/coin/doc/Clp
|
|
|
|
+addlibsdir = $(DESTDIR)$(datadir)/doc/coin-or-$(PACKAGE_NAME)
|
|
|
|
|
|
|
|
########################################################################
|
|
|
|
# Maintainer Stuff #
|
2015-04-12 16:09:14 +00:00
|
|
|
@@ -430,7 +430,7 @@ CLEANFILES =
|
2013-11-04 18:54:43 +00:00
|
|
|
# Files that are generated and should be cleaned with make distclean
|
2014-07-16 15:43:13 +00:00
|
|
|
DISTCLEANFILES = $(am__append_5) $(VPATH_DISTCLEANFILES)
|
2015-04-12 16:09:14 +00:00
|
|
|
DocFiles = README AUTHORS LICENSE
|
2013-11-04 18:54:43 +00:00
|
|
|
-DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME)
|
|
|
|
+DocInstallDir = $(datadir)/doc/coin-or-$(PACKAGE_NAME)
|
2015-04-12 16:09:14 +00:00
|
|
|
COIN_HAS_DOXYGEN = @COIN_HAS_DOXYGEN_TRUE@TRUE
|
|
|
|
COIN_HAS_LATEX = @COIN_HAS_LATEX_TRUE@TRUE
|
2013-11-04 18:54:43 +00:00
|
|
|
all: all-recursive
|