sci-libs/HiGHS - 1.11.0 (ambasta)

Search

Package Information

Description:
high performance software for linear optimization
Homepage:
https://highs.dev/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.11.0 8 ~amd64 0
View Raw Ebuild
EAPI=8

inherit cmake

DESCRIPTION="high performance software for linear optimization"
HOMEPAGE="https://highs.dev/"
SRC_URI="https://github.com/ERGO-Code/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"

KEYWORDS="~amd64"
IUSE="cxx fortran python zlib static-libs threads test"

SLOT="0"

BDEPEND="
	fortran? ( virtual/fortran )
	python? ( dev-lang/python )
	zlib? ( sys-libs/zlib )"

DEPEND="${BDEPEND}"

src_configure() {
	local -a mycmakeargs=(
		-DFAST_BUILD=ON
		-DBUILD_TESTING=$(usex test)
		-DFORTRAN=$(usex fortran)
		-DPYTHON_BUILD_SETUP=$(usex python)
		-DZLIB=$(usex zlib)
		-DEMSCRIPTEN_HTML=OFF
		-DBUILD_SHARED_LIBS=$(usex !static-libs)
	)
	cmake_src_configure
}

USE Flags

cxx

Dependencies

DEPEND

	fortran? ( virtual/fortran )
	python? ( dev-lang/python )
	zlib? ( sys-libs/zlib )

BDEPEND

	fortran? ( virtual/fortran )
	python? ( dev-lang/python )
	zlib? ( sys-libs/zlib )

Manifest for 1.11.0

Type File Size Source URLs
DIST HiGHS-1.11.0.tar.gz 2459820 bytes https://github.com/ERGO-Code/HiGHS/archive/refs/tags/v1.11.0.tar.gz