diff options
author | Sam James <sam@gentoo.org> | 2020-12-07 15:27:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-07 15:27:13 +0000 |
commit | 0e549f74d0376d1ef6a6a77bb3d4b0040c9424cf (patch) | |
tree | 3b7de9ff22d4f74e1eeede236984bc323978e50d /sci-libs/sundials | |
parent | sci-mathematics/octave: arm64 keyworded (bug #757822) (diff) | |
download | gentoo-0e549f74d0376d1ef6a6a77bb3d4b0040c9424cf.tar.gz gentoo-0e549f74d0376d1ef6a6a77bb3d4b0040c9424cf.tar.bz2 gentoo-0e549f74d0376d1ef6a6a77bb3d4b0040c9424cf.zip |
sci-libs/sundials: arm64 keyworded (bug #757822)
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/sundials')
-rw-r--r-- | sci-libs/sundials/sundials-5.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/sundials/sundials-5.2.0.ebuild b/sci-libs/sundials/sundials-5.2.0.ebuild index dde176d6e86d..9b9ad05f9840 100644 --- a/sci-libs/sundials/sundials-5.2.0.ebuild +++ b/sci-libs/sundials/sundials-5.2.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="https://computation.llnl.gov/projects/sundials/download/${P}.tar.gz" LICENSE="BSD" SLOT="0/$(ver_cut 1)" -KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="cxx doc examples fortran hypre lapack mpi openmp sparse static-libs superlumt threads" REQUIRED_USE="hypre? ( mpi )" |