diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2022-06-08 16:52:31 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2022-06-09 11:18:36 +0200 |
commit | d82acc20ec713a4d18baa10c0002f2ffe9e7584e (patch) | |
tree | 570f01a3fb3a9a8d0919502e8abf07ae53c9400a /sci-physics | |
parent | dev-db/redis: add 7.0.1 (diff) | |
download | gentoo-d82acc20ec713a4d18baa10c0002f2ffe9e7584e.tar.gz gentoo-d82acc20ec713a4d18baa10c0002f2ffe9e7584e.tar.bz2 gentoo-d82acc20ec713a4d18baa10c0002f2ffe9e7584e.zip |
sci-physics/root: version bump to 6.26.04
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/root/Manifest | 2 | ||||
-rw-r--r-- | sci-physics/root/root-6.26.04.ebuild (renamed from sci-physics/root/root-6.26.02.ebuild) | 10 |
2 files changed, 3 insertions, 9 deletions
diff --git a/sci-physics/root/Manifest b/sci-physics/root/Manifest index 7dd2b0d71af1..2c2111d75879 100644 --- a/sci-physics/root/Manifest +++ b/sci-physics/root/Manifest @@ -1,2 +1,2 @@ DIST root_v6.24.06.source.tar.gz 185205236 BLAKE2B 6b3343ad8d86373de3abd328480eaa89825bca46ebb5ccc16ddcb8c1060fa023eeb8be3d1832e3ce2ad0beaafe66334f20ed8344ffb6df72d89c6622aa1c947a SHA512 356d6287df2900de9e831347d9513f444bf7cbd29c39fbb5841051ae877dac1e22dc255c64166cd3925b82aac860ae67ef6ce171732c16fd23d7919a47e7cb5a -DIST root_v6.26.02.source.tar.gz 193704724 BLAKE2B 31d8e1068b29cac32b45066f487f570f07ccf657d6f45e5750e6c914804444eafea65aec13b40363db0125765a71e29703a9a13a685c658539ceb26319b966a5 SHA512 593022ecac14dc057f69ca18ebffef610f5c6064d6c4a7b658cffd26110110f66da2f11cc935b03eca5e557f18cded43f43bdee984660b4f4db1dbe1787bba9f +DIST root_v6.26.04.source.tar.gz 193717639 BLAKE2B ea8372221a2498c57cef8a23356bff06bae722c105d3ae926fefb6abd09c1d58b070f8784feaa5ad425affea553759ebdb8760dc7ad2a7de655a145a2cd098cb SHA512 d1088f7a6c4f6c00efc3fa57add1e12eb45784934520a1be1aa76442cf526a6d9cb5f69e7fe17b7193c89ff829136842568c00389aa3b9ed9e5638451689ca38 diff --git a/sci-physics/root/root-6.26.02.ebuild b/sci-physics/root/root-6.26.04.ebuild index 304b7de69514..52029f018115 100644 --- a/sci-physics/root/root-6.26.02.ebuild +++ b/sci-physics/root/root-6.26.04.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 # ninja does not work due to fortran CMAKE_MAKEFILE_GENERATOR=emake @@ -209,7 +209,7 @@ src_configure() { -Dcocoa=$(usex aqua) -Dcuda=$(usex cuda) -Dcudnn=$(usex cudnn) - -Dcxxmodules=OFF # requires clang, unstable + -Dcxxmodules=OFF -Ddataframe=ON -Ddavix=$(usex davix) -Ddcache=OFF @@ -282,12 +282,6 @@ src_configure() { cmake_src_configure } -src_compile() { - # needed for hsimple.root - addwrite /dev/random - cmake_src_compile -} - src_install() { cmake_src_install |