1 # Copyright 1999-2026 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit cmake flag
-o-matic
8 DESCRIPTION
="Parallel Presolve for Integer and Linear Optimization"
9 HOMEPAGE
="https://www.scipopt.org"
10 SRC_URI
="https://github.com/scipopt/papilo/archive/refs/tags/v${PV}.tar.gz"
15 IUSE
="boost gmp highs +tbb soplex quadmath"
18 boost? ( dev-libs/boost )
20 highs? ( sci-mathematics/highs )
22 soplex? ( sci-mathematics/soplex )
33 -DGMP=$(usex gmp "ON" "OFF")
34 -DHIGHS=$(usex highs "ON" "OFF")
35 -DSOPLEX=$(usex soplex "ON" "OFF")
36 -DTBB=$(usex tbb "ON" "OFF")
37 -DQUADMATH=$(usex quadmath "ON" "OFF")