diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 15:50:01 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-04 15:50:01 +0200 |
commit | cf3fb040420ced3e4f5e7ef9b050a238b9094ca0 (patch) | |
tree | 6bdcfb453a1e4e39370b28a84ec59ee2f29f8e0c /sci-libs/sundials | |
parent | sys-apps/diffutils: Stabilize 3.9-r1 ppc, #899322 (diff) | |
download | gentoo-cf3fb040420ced3e4f5e7ef9b050a238b9094ca0.tar.gz gentoo-cf3fb040420ced3e4f5e7ef9b050a238b9094ca0.tar.bz2 gentoo-cf3fb040420ced3e4f5e7ef9b050a238b9094ca0.zip |
sci-libs/sundials: Stabilize 6.5.0 amd64, #899438
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs/sundials')
-rw-r--r-- | sci-libs/sundials/sundials-6.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/sundials/sundials-6.5.0.ebuild b/sci-libs/sundials/sundials-6.5.0.ebuild index ac6b57bf182b..3c5b1fe76979 100644 --- a/sci-libs/sundials/sundials-6.5.0.ebuild +++ b/sci-libs/sundials/sundials-6.5.0.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 examples fortran hypre +int64 lapack mpi openmp sparse +static-libs superlumt threads" REQUIRED_USE=" fortran? ( static-libs ) |