Skip to content
Snippets Groups Projects
Commit 9c221228 authored by Robert Pavel's avatar Robert Pavel Committed by Christoph Junghans
Browse files

Removed gtk dependency from Candle (#9451)

After talks with candle dev, removed unsatisfiable conflict with
candle-benchmark and opencv by disabling gtk in the candle spec
parent f12b42e8
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ class CandleBenchmarks(Package): ...@@ -44,7 +44,7 @@ class CandleBenchmarks(Package):
depends_on('py-matplotlib +image@:2.2.3', type=('build', 'run')) depends_on('py-matplotlib +image@:2.2.3', type=('build', 'run'))
depends_on('py-tqdm', type=('build', 'run')) depends_on('py-tqdm', type=('build', 'run'))
depends_on('py-scikit-learn', type=('build', 'run')) depends_on('py-scikit-learn', type=('build', 'run'))
depends_on('opencv@3.2.0: +core +highgui +imgproc +jpeg +png +tiff +zlib +python -dnn ~eigen') depends_on('opencv@3.2.0: +core +highgui +imgproc +jpeg +png +tiff +zlib +python -dnn ~eigen ~gtk')
depends_on('py-mdanalysis', type=('build', 'run')) depends_on('py-mdanalysis', type=('build', 'run'))
depends_on('py-mpi4py', when='+mpi', type=('build', 'run')) depends_on('py-mpi4py', when='+mpi', type=('build', 'run'))
depends_on('py-h5py~mpi', when='~mpi', type=('build', 'run')) depends_on('py-h5py~mpi', when='~mpi', type=('build', 'run'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment