1 # Copyright 1999-2026 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION
="Sequential object-oriented simPlex"
9 HOMEPAGE
="https://soplex.zib.de"
10 EGIT_REPO_URI
="https://github.com/scipopt/soplex"
15 IUSE
="boost gmp lto mpfr papilo quadmath zlib"
18 boost? ( >=dev-libs/boost-1.65.0 )
20 mpfr? ( dev-libs/mpfr )
21 papilo? ( sci-mathematics/papilo )
22 zlib? ( sys-libs/zlib )
29 -DBOOST=$(usex boost "ON" "OFF")
30 -DGMP=$(usex gmp "ON" "OFF")
31 -DLTO=$(usex lto "ON" "OFF")
32 -DMPFR=$(usex mpfr "ON" "OFF")
33 -DPAPILO=$(usex papilo "ON" "OFF")
34 -DQUADMATH=$(usex quadmath "ON" "OFF")
35 -DZLIB=$(usex zlib "ON" "OFF")