mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
sys-cluster/adios2: build testing utils with python
Closes: https://bugs.gentoo.org/850718 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -109,7 +109,7 @@ src_configure() {
|
||||
-DADIOS2_USE_SZ="$(usex szip)"
|
||||
-DADIOS2_USE_ZeroMQ="$(usex zeromq)"
|
||||
-DADIOS2_USE_ZFP="$(usex zfp)"
|
||||
-DBUILD_TESTING=$(usex test)
|
||||
-DBUILD_TESTING="$(usex python)"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
@@ -121,10 +121,6 @@ src_prepare() {
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cmake_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
dodoc ReadMe.md
|
||||
Reference in New Issue
Block a user