From 46eedbedafdb0040c37884982d4c775ce277fb7b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 20 Oct 2021 10:22:14 +0100 Subject: gentoo resync : 20.10.2021 --- sci-libs/sundials/sundials-5.8.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sci-libs/sundials/sundials-5.8.0.ebuild') diff --git a/sci-libs/sundials/sundials-5.8.0.ebuild b/sci-libs/sundials/sundials-5.8.0.ebuild index 894e7ef201cf..9d6837a1479e 100644 --- a/sci-libs/sundials/sundials-5.8.0.ebuild +++ b/sci-libs/sundials/sundials-5.8.0.ebuild @@ -11,13 +11,13 @@ FORTRAN_STANDARD="77 90 2003" inherit cmake flag-o-matic fortran-2 toolchain-funcs DESCRIPTION="Suite of nonlinear solvers" -HOMEPAGE="https://computation.llnl.gov/projects/sundials" +HOMEPAGE="https://computing.llnl.gov/projects/sundials" SRC_URI="https://github.com/LLNL/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/$(ver_cut 1)" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples fortran hypre lapack mpi openmp sparse +static-libs superlumt threads" +IUSE="doc examples fortran hypre +int64 lapack mpi openmp sparse +static-libs superlumt threads" REQUIRED_USE=" fortran? ( static-libs ) hypre? ( mpi ) @@ -31,7 +31,7 @@ RDEPEND=" virtual/mpi[fortran?] ) sparse? ( sci-libs/klu ) - superlumt? ( sci-libs/superlu_mt:= ) + superlumt? ( sci-libs/superlu_mt:=[int64=] ) " DEPEND="${RDEPEND}" @@ -69,6 +69,7 @@ src_configure() { -DENABLE_SUPERLUMT=$(usex superlumt) -DEXAMPLES_INSTALL=ON -DEXAMPLES_INSTALL_PATH="/usr/share/doc/${PF}/examples" + -DSUNDIALS_INDEX_SIZE="$(usex int64 64 32)" -DSUPERLUMT_INCLUDE_DIR="${EPREFIX}/usr/include/superlu_mt" -DSUPERLUMT_LIBRARY="-lsuperlu_mt" -DUSE_GENERIC_MATH=ON -- cgit v1.2.3