Source: soplex
Section: math
Priority: optional
Maintainer: Debian Math Team <team+math@tracker.debian.org>
Uploaders:
 Timo Röhling <roehling@debian.org>,
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 dpkg-dev (>= 1.22.5),
 libboost-dev,
 libfmt-dev,
 libgmp-dev,
 zlib1g-dev,
Homepage: https://github.com/scipopt/soplex
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/math-team/soplex.git
Vcs-Browser: https://salsa.debian.org/math-team/soplex
Description: sequential object-oriented simplex solver
 This package is part of the SCIP Optimization Suite. SoPlex is an optimization
 package for solving linear programming problems (LPs) based on an advanced
 implementation of the primal and dual revised simplex algorithm. It provides
 special support for the exact solution of LPs with rational input data.

Package: soplex
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis}
 ${source:Extended-Description}
 .
 This package provides the standalone solver which can read MPS or LP format
 files.

Package: libsoplex-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libboost-dev,
 libfmt-dev,
 libgmp-dev,
 libsoplexshared7.1 (= ${binary:Version}),
 zlib1g-dev,
 ${misc:Depends},
Description: ${source:Synopsis} (development files)
 ${source:Extended-Description}
 .
 This package provides the necessary files to develop and link against the
 SoPlex library.

Package: libsoplexshared7.1
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: ${source:Synopsis} (shared library)
 ${source:Extended-Description}
 .
 This package provides the SoPlex shared library.
