mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-libs/vigra: drop invalid USE=valgrind flag (for test suite)
We don't, in general, run Valgrind for test suites in Gentoo because it's not portable enough and gives inconsistent results, especially under sandbox. Plus it's confusing given USE=valgrind is effectively a global USE flag (even if it isn't in use.desc yet) for meaning "enable annotations to enable better debugging under Valgrind", rather than "run tests under it". Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
<email>printing@gentoo.org</email>
|
||||
<name>Gentoo Printing Project</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="valgrind">Enable valgrind in make check</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">ukoethe/vigra</remote-id>
|
||||
</upstream>
|
||||
|
||||
@@ -20,7 +20,7 @@ fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="doc +fftw +hdf5 +jpeg mpi openexr +png +python test +tiff valgrind +zlib"
|
||||
IUSE="doc +fftw +hdf5 +jpeg mpi openexr +png +python test +tiff +zlib"
|
||||
|
||||
REQUIRED_USE="
|
||||
python? ( hdf5 ${PYTHON_REQUIRED_USE} )
|
||||
@@ -29,7 +29,6 @@ REQUIRED_USE="
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/nose-1.1.2-r1[${PYTHON_USEDEP}]
|
||||
valgrind? ( dev-util/valgrind )
|
||||
)
|
||||
"
|
||||
# runtime dependency on python is required by the vigra-config script
|
||||
@@ -113,7 +112,7 @@ src_configure() {
|
||||
-DDOCINSTALL="share/doc/${PF}/html"
|
||||
-DWITH_HDF5=$(usex hdf5)
|
||||
-DWITH_OPENEXR=$(usex openexr)
|
||||
-DWITH_VALGRIND=$(usex valgrind)
|
||||
-DWITH_VALGRIND=OFF # only used for tests
|
||||
-DWITH_VIGRANUMPY=$(usex python)
|
||||
)
|
||||
cmake_src_configure
|
||||
|
||||
@@ -20,7 +20,7 @@ fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="doc +fftw +hdf5 +jpeg mpi openexr +png +python test +tiff valgrind +zlib"
|
||||
IUSE="doc +fftw +hdf5 +jpeg mpi openexr +png +python test +tiff +zlib"
|
||||
|
||||
REQUIRED_USE="
|
||||
python? ( hdf5 ${PYTHON_REQUIRED_USE} )
|
||||
@@ -29,7 +29,6 @@ REQUIRED_USE="
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/nose-1.1.2-r1[${PYTHON_USEDEP}]
|
||||
valgrind? ( dev-util/valgrind )
|
||||
)
|
||||
"
|
||||
# runtime dependency on python is required by the vigra-config script
|
||||
@@ -114,7 +113,7 @@ src_configure() {
|
||||
-DDOCINSTALL="share/doc/${PF}/html"
|
||||
-DWITH_HDF5=$(usex hdf5)
|
||||
-DWITH_OPENEXR=$(usex openexr)
|
||||
-DWITH_VALGRIND=$(usex valgrind)
|
||||
-DWITH_VALGRIND=OFF # only used for tests
|
||||
-DWITH_VIGRANUMPY=$(usex python)
|
||||
)
|
||||
cmake_src_configure
|
||||
|
||||
@@ -20,7 +20,7 @@ fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="doc +fftw +hdf5 +jpeg mpi openexr +png +python test +tiff valgrind +zlib"
|
||||
IUSE="doc +fftw +hdf5 +jpeg mpi openexr +png +python test +tiff +zlib"
|
||||
|
||||
REQUIRED_USE="
|
||||
python? ( hdf5 ${PYTHON_REQUIRED_USE} )
|
||||
@@ -29,7 +29,6 @@ REQUIRED_USE="
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/nose-1.1.2-r1[${PYTHON_USEDEP}]
|
||||
valgrind? ( dev-util/valgrind )
|
||||
)
|
||||
"
|
||||
# runtime dependency on python is required by the vigra-config script
|
||||
@@ -107,7 +106,7 @@ src_configure() {
|
||||
-DDOCINSTALL="share/doc/${PF}/html"
|
||||
-DWITH_HDF5=$(usex hdf5)
|
||||
-DWITH_OPENEXR=$(usex openexr)
|
||||
-DWITH_VALGRIND=$(usex valgrind)
|
||||
-DWITH_VALGRIND=OFF # only used for tests
|
||||
-DWITH_VIGRANUMPY=$(usex python)
|
||||
)
|
||||
cmake_src_configure
|
||||
|
||||
Reference in New Issue
Block a user