diff options
author | Sam James <sam@gentoo.org> | 2024-11-13 01:49:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-13 01:49:59 +0000 |
commit | 52a8b024eb61ac99693cc2fc5e49fd99ffecb742 (patch) | |
tree | bfac6944a8a399c543217988aad3aa3b30637d79 /sci-libs/sundials | |
parent | media-sound/alsaplayer: Stabilize 0.99.82 amd64, #941106 (diff) | |
download | gentoo-52a8b024eb61ac99693cc2fc5e49fd99ffecb742.tar.gz gentoo-52a8b024eb61ac99693cc2fc5e49fd99ffecb742.tar.bz2 gentoo-52a8b024eb61ac99693cc2fc5e49fd99ffecb742.zip |
sci-libs/sundials: Stabilize 7.1.1 amd64, #942127
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/sundials')
-rw-r--r-- | sci-libs/sundials/sundials-7.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/sundials/sundials-7.1.1.ebuild b/sci-libs/sundials/sundials-7.1.1.ebuild index e3baf22eb43e..3b46e35d136d 100644 --- a/sci-libs/sundials/sundials-7.1.1.ebuild +++ b/sci-libs/sundials/sundials-7.1.1.ebuild @@ -16,7 +16,7 @@ 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 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="doc fortran hypre +int64 lapack mpi openmp sparse +static-libs superlumt threads" REQUIRED_USE=" fortran? ( static-libs ) |