2013-11-04 18:54:43 +00:00
|
|
|
%global module Clp
|
|
|
|
|
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
|
|
|
# Avoid circular dependencies on first build
|
2020-04-13 17:45:02 +00:00
|
|
|
%bcond_with bootstrap
|
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
|
|
|
|
2013-11-04 18:54:43 +00:00
|
|
|
Name: coin-or-%{module}
|
|
|
|
Summary: Coin-or linear programming
|
2020-04-13 17:45:02 +00:00
|
|
|
Version: 1.17.6
|
|
|
|
Release: 1%{?dist}
|
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
|
|
|
License: EPL-1.0
|
|
|
|
URL: https://github.com/coin-or/%{module}
|
2020-02-21 19:42:47 +00:00
|
|
|
Source0: %{url}/archive/releases/%{version}/%{module}-%{version}.tar.gz
|
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
|
|
|
BuildRequires: coin-or-Data-Netlib
|
|
|
|
BuildRequires: coin-or-Osi-doc
|
|
|
|
BuildRequires: gcc-c++
|
2013-11-04 18:54:43 +00:00
|
|
|
BuildRequires: doxygen
|
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
|
|
|
BuildRequires: MUMPS-devel
|
|
|
|
%if %{without bootstrap}
|
2020-02-21 19:42:47 +00:00
|
|
|
BuildRequires: pkgconfig(cbc)
|
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
|
|
|
%endif
|
2020-02-21 19:42:47 +00:00
|
|
|
BuildRequires: pkgconfig(osi)
|
|
|
|
BuildRequires: pkgconfig(readline)
|
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
|
|
|
BuildRequires: suitesparse-devel
|
2013-11-04 18:54:43 +00:00
|
|
|
|
|
|
|
# Install documentation in standard rpm directory
|
2015-02-09 16:15:09 +00:00
|
|
|
Patch0: %{name}-docdir.patch
|
2013-11-04 18:54:43 +00:00
|
|
|
|
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
|
|
|
# Fix a bad static cast
|
|
|
|
Patch1: %{name}-bad-cast.patch
|
|
|
|
|
|
|
|
# Fix a parameter which is not defined when building with Cbc support.
|
2020-04-13 17:45:02 +00:00
|
|
|
Patch2: %{name}-param.patch
|
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
|
|
|
|
|
|
|
# Catch polymorphic errors by reference rathern than by value
|
2020-04-13 17:45:02 +00:00
|
|
|
Patch3: %{name}-catch.patch
|
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
|
|
|
|
|
|
|
# Fix a bad sprintf that overwrites its own output
|
2020-04-13 17:45:02 +00:00
|
|
|
Patch4: %{name}-sprintf.patch
|
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
|
|
|
|
|
|
|
# Increase buffer sizes to avoid sprintf overflow
|
2020-04-13 17:45:02 +00:00
|
|
|
Patch5: %{name}-overflow.patch
|
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
|
|
|
|
|
|
|
# Fix mixed signed-unsigned comparisons
|
2020-04-13 17:45:02 +00:00
|
|
|
Patch6: %{name}-signed.patch
|
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
|
|
|
|
2019-06-28 02:14:21 +00:00
|
|
|
# Do not use the AVX2 instructions
|
2020-04-13 17:45:02 +00:00
|
|
|
Patch7: %{name}-no-avx.patch
|
2019-06-28 02:14:21 +00:00
|
|
|
|
2013-11-04 18:54:43 +00:00
|
|
|
%description
|
|
|
|
Clp (Coin-or linear programming) is an open-source linear programming
|
|
|
|
solver written in C++. It is primarily meant to be used as a callable
|
|
|
|
library, but a basic, stand-alone executable version is also available.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
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
|
|
|
%if %{without bootstrap}
|
|
|
|
Requires: coin-or-Cbc-devel%{?_isa}
|
|
|
|
%endif
|
|
|
|
Requires: coin-or-Osi-devel%{?_isa}
|
|
|
|
Requires: readline-devel%{?_isa}
|
2013-11-04 18:54:43 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
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
|
|
|
%description devel
|
2013-11-04 18:54:43 +00:00
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Documentation files for %{name}
|
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
|
|
|
Requires: coin-or-Osi-doc
|
2013-11-04 18:54:43 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
This package contains the documentation for %{name}.
|
|
|
|
|
|
|
|
%prep
|
2020-02-21 19:42:47 +00:00
|
|
|
%setup -q -n %{module}-releases-%{version}
|
2013-11-04 18:54:43 +00:00
|
|
|
%patch0 -p1
|
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
|
|
|
%patch1 -p1
|
|
|
|
%if %{without bootstrap}
|
2020-04-13 17:45:02 +00:00
|
|
|
%patch2 -p1
|
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
|
|
|
%endif
|
2020-04-13 17:45:02 +00:00
|
|
|
%patch3 -p1
|
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
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
|
|
|
%patch6 -p1
|
|
|
|
%patch7 -p1
|
2013-11-04 18:54:43 +00:00
|
|
|
|
|
|
|
%build
|
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
|
|
|
%if %{without bootstrap}
|
|
|
|
export CPPFLAGS="-DCOIN_HAS_CBC -DCOIN_HAS_NTY -I$PWD/src/OsiClp"
|
|
|
|
%endif
|
|
|
|
%configure \
|
|
|
|
--with-amd-incdir=%{_includedir}/suitesparse \
|
|
|
|
--with-amd-lib=-lamd \
|
|
|
|
--with-cholmod-incdir=%{_includedir}/suitesparse \
|
|
|
|
--with-cholmod-lib=-lcholmod \
|
|
|
|
--with-glpk_incdir=%{_includedir} \
|
|
|
|
--with-glpk-lib=-lglpk \
|
|
|
|
--with-mumps-incdir=%{_includedir}/MUMPS \
|
|
|
|
--with-mumps-lib="-ldmumps -lmpiseq" \
|
2020-02-21 19:42:47 +00:00
|
|
|
%if %{without bootstrap}
|
|
|
|
LIBS="-lCbc"
|
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
|
|
|
%endif
|
|
|
|
|
|
|
|
# Get rid of undesirable hardcoded rpaths; workaround libtool reordering
|
|
|
|
# -Wl,--as-needed after all the libraries.
|
|
|
|
sed -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
|
|
|
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
|
|
|
-e 's|CC="\(g..\)"|CC="\1 -Wl,--as-needed"|' \
|
|
|
|
-i libtool
|
|
|
|
|
|
|
|
%make_build all doxydoc
|
2013-11-04 18:54:43 +00:00
|
|
|
|
|
|
|
%install
|
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
|
|
|
%make_install
|
2013-11-04 18:54:43 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
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
|
|
|
rm -f %{buildroot}%{_docdir}/%{name}/{LICENSE,clp_addlibs.txt}
|
|
|
|
cp -a doxydoc/{html,*.tag} %{buildroot}%{_docdir}/%{name}
|
|
|
|
|
|
|
|
# The pkgconfig file lists transitive dependencies. Those are necessary when
|
|
|
|
# using static libraries, but not with shared libraries.
|
|
|
|
sed -i 's/ -ldmumps.*//' %{buildroot}%{_libdir}/pkgconfig/clp.pc
|
2013-11-04 18:54:43 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
LD_LIBRARY_PATH=%{buildroot}%{_libdir} make test
|
|
|
|
|
2019-01-22 17:38:41 +00:00
|
|
|
%ldconfig_scriptlets
|
2013-11-04 18:54:43 +00:00
|
|
|
|
|
|
|
%files
|
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
|
|
|
%license LICENSE
|
2013-11-04 18:54:43 +00:00
|
|
|
%dir %{_docdir}/%{name}
|
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
|
|
|
%{_docdir}/%{name}/AUTHORS
|
|
|
|
%{_docdir}/%{name}/README
|
2013-11-04 18:54:43 +00:00
|
|
|
%{_bindir}/clp
|
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
|
|
|
%{_libdir}/libClp.so.1
|
|
|
|
%{_libdir}/libClp.so.1.*
|
|
|
|
%{_libdir}/libClpSolver.so.1
|
|
|
|
%{_libdir}/libClpSolver.so.1.*
|
|
|
|
%{_libdir}/libOsiClp.so.1
|
|
|
|
%{_libdir}/libOsiClp.so.1.*
|
2013-11-04 18:54:43 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/coin/*
|
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
|
|
|
%{_libdir}/libClp.so
|
|
|
|
%{_libdir}/libClpSolver.so
|
|
|
|
%{_libdir}/libOsiClp.so
|
|
|
|
%{_libdir}/pkgconfig/clp.pc
|
|
|
|
%{_libdir}/pkgconfig/osi-clp.pc
|
2013-11-04 18:54:43 +00:00
|
|
|
|
|
|
|
%files doc
|
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
|
|
|
%{_docdir}/%{name}/html
|
|
|
|
%{_docdir}/%{name}/clp_doxy.tag
|
2013-11-04 18:54:43 +00:00
|
|
|
|
|
|
|
%changelog
|
2020-04-13 17:45:02 +00:00
|
|
|
* Mon Apr 13 2020 Jerry James <loganjerry@gmail.com> - 1.17.6-1
|
|
|
|
- Version 1.17.6
|
|
|
|
|
2020-04-12 07:27:49 +00:00
|
|
|
* Sun Apr 12 2020 Nicolas Chauvet <kwizart@gmail.com> - 1.17.5-2
|
|
|
|
- Rebuilt for MUMPS 5.3
|
|
|
|
|
2020-02-21 19:42:47 +00:00
|
|
|
* Fri Feb 21 2020 Jerry James <loganjerry@gmail.com> - 1.17.5-1
|
|
|
|
- Version 1.17.5
|
|
|
|
- Drop unnecessary libnauty BR
|
|
|
|
|
2020-01-28 14:27:16 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-30 17:58:37 +00:00
|
|
|
* Tue Jul 30 2019 Adam Williamson <awilliam@redhat.com> - 1.17.3-3
|
|
|
|
- Rebuild in non-bootstrap mode
|
|
|
|
|
2019-07-30 17:36:37 +00:00
|
|
|
* Tue Jul 30 2019 Adam Williamson <awilliam@redhat.com> - 1.17.3-2
|
|
|
|
- Bootstrap build for mumps soname bump
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org>
|
2019-07-24 20:38:21 +00:00
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-28 02:32:46 +00:00
|
|
|
* Thu Jun 27 2019 Jerry James <loganjerry@gmail.com> - 1.17.3-1
|
|
|
|
- Rebuild in non-bootstrap mode
|
|
|
|
|
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
|
|
|
* Thu Jun 27 2019 Jerry James <loganjerry@gmail.com> - 1.17.3-0
|
|
|
|
- Update to latest upstream release (bz 1461031, 1603677)
|
|
|
|
- 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
|
2019-06-28 02:14:21 +00:00
|
|
|
- Add -bad-cast, -badcolumn, -param, -catch, -sprintf, -overflow, -signed,
|
|
|
|
and -no-avx patches
|
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
|
|
|
- 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-01-31 15:57:00 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.10-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-12 22:01:37 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.10-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 05:21:48 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.10-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-02 18:59:47 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.10-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 05:10:46 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.10-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-05-15 21:18:18 +00:00
|
|
|
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16.10-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 07:42:30 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-03-11 18:38:55 +00:00
|
|
|
* Fri Mar 11 2016 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.16.10-1
|
|
|
|
- Update to latest upstream release (#1308278)
|
|
|
|
|
2016-02-03 17:54:28 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-10-11 18:41:31 +00:00
|
|
|
* Sun Oct 11 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.16.9-1
|
|
|
|
- Update to latest upstream release (#1270497)
|
|
|
|
|
2015-09-25 22:53:16 +00:00
|
|
|
* Fri Sep 25 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.16.8-1
|
|
|
|
- Update to latest upstream release (#1257923)
|
|
|
|
- Remove no longer needed patch to prevent coin-or-OS crash in %%check
|
|
|
|
|
2015-06-23 01:37:34 +00:00
|
|
|
* Mon Jun 22 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.16.6-5
|
|
|
|
- Correct crash on coin-or-OS check
|
|
|
|
|
2015-06-20 19:30:54 +00:00
|
|
|
* Sat Jun 20 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.16.6-4
|
|
|
|
- Bump release.
|
|
|
|
|
2015-06-20 17:49:35 +00:00
|
|
|
* Sat Jun 20 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.16.6-3
|
|
|
|
- Full rebuild or coin-or stack.
|
|
|
|
|
2015-06-17 02:59:08 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-12 16:09:14 +00:00
|
|
|
* Sun Apr 12 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.16.6-1
|
|
|
|
- Update to latest upstream release (#1201068)
|
|
|
|
|
2015-02-21 19:54:48 +00:00
|
|
|
* Sat Feb 21 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.16.3-2
|
|
|
|
- Rebuild to ensure using latest C++ abi changes.
|
|
|
|
|
2015-02-09 16:15:09 +00:00
|
|
|
* Mon Feb 9 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.16.3-1
|
|
|
|
- Update to latest upstream release (#1190729).
|
|
|
|
|
2015-02-09 13:27:21 +00:00
|
|
|
* Sat Feb 07 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.16.1-1
|
|
|
|
- Update to latest upstream release (#1159475).
|
|
|
|
|
2014-08-31 17:23:21 +00:00
|
|
|
* Sun Aug 31 2014 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.15.10-2
|
|
|
|
- Rebuild to ensure packages are built in proper order.
|
|
|
|
|
2014-08-30 19:48:03 +00:00
|
|
|
* Sat Aug 30 2014 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.15.10-1
|
|
|
|
- Update to latest upstream release (#1133195#c2).
|
|
|
|
|
2014-08-16 00:48:24 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-16 15:43:13 +00:00
|
|
|
* Wed Jul 16 2014 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.15.7-1
|
|
|
|
- Update to latest upstream release (#1089923).
|
|
|
|
|
2014-06-07 05:23:31 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-11-04 18:54:43 +00:00
|
|
|
* Mon Nov 4 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.15.3-3
|
|
|
|
- Correct source url path (#894587#c7).
|
|
|
|
- Add coin-or-CoinUtils-devel requires to the devel package (#894587#c7).
|
|
|
|
|
|
|
|
* Fri Nov 1 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.15.3-2
|
|
|
|
- Use proper _smp_flags macro (#894586#c6).
|
|
|
|
|
|
|
|
* Fri Nov 1 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.15.3-1
|
|
|
|
- Update to latest upstream release.
|
|
|
|
|
|
|
|
* Mon Jan 14 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.14.8-1
|
|
|
|
- Update to latest upstream release.
|
|
|
|
|
|
|
|
* Sat Jan 12 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.14.7-3
|
|
|
|
- Rename repackaged tarball.
|
|
|
|
|
|
|
|
* Sun Nov 18 2012 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.14.7-2
|
|
|
|
- Rename package to coin-or-Clp.
|
|
|
|
- Do not package Thirdy party data or data without clean license.
|
|
|
|
|
|
|
|
* Thu Sep 27 2012 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.14.7-1
|
|
|
|
- Initial coinor-Clp spec.
|