diff options
author | Sam James <sam@gentoo.org> | 2024-07-15 01:05:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-15 01:05:36 +0100 |
commit | 7b10d2622895f3f5e09c9ca65aaf33d39d3af2c7 (patch) | |
tree | bdb9e6d50825485e4fdcd1d43ad6e77b0b7da302 /sci-libs/symengine | |
parent | sci-libs/linbox: Stabilize 1.7.0-r1 amd64, #936070 (diff) | |
download | gentoo-7b10d2622895f3f5e09c9ca65aaf33d39d3af2c7.tar.gz gentoo-7b10d2622895f3f5e09c9ca65aaf33d39d3af2c7.tar.bz2 gentoo-7b10d2622895f3f5e09c9ca65aaf33d39d3af2c7.zip |
sci-libs/symengine: Stabilize 0.12.0 arm64, #935988
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/symengine')
-rw-r--r-- | sci-libs/symengine/symengine-0.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/symengine/symengine-0.12.0.ebuild b/sci-libs/symengine/symengine-0.12.0.ebuild index 8511224ebba8..5cec962ff902 100644 --- a/sci-libs/symengine/symengine-0.12.0.ebuild +++ b/sci-libs/symengine/symengine-0.12.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/symengine/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" # BUILD_FOR_DISTRIBUTION enables threads by default so do it here IUSE="benchmarks boost debug doc ecm +flint llvm +mpc +mpfr openmp test tcmalloc +threads" RESTRICT="!test? ( test )" |