candle-benchmarks: depend_on()s: Fix obsoleted and renamed variants (#26250)
Fix solving/concretizing candle-benchmarks: py-theano: The requested variant +gpu us now named +cuda opencv: The requested variants +python and +zlib are now fixed deps
This commit is contained in:
parent
6ccda81368
commit
5967a10432
@ -20,12 +20,12 @@ class CandleBenchmarks(Package):
|
||||
|
||||
extends('python')
|
||||
depends_on('python@2.7:')
|
||||
depends_on('py-theano +gpu', type=('build', 'run'))
|
||||
depends_on('py-theano +cuda', type=('build', 'run'))
|
||||
depends_on('py-keras', type=('build', 'run'))
|
||||
depends_on('py-matplotlib +image@:2.2.3', type=('build', 'run'))
|
||||
depends_on('py-tqdm', 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 ~gtk')
|
||||
depends_on('opencv@3.2.0: +core +highgui +imgproc +jpeg +png +tiff -dnn ~eigen ~gtk')
|
||||
depends_on('py-mdanalysis', type=('build', 'run'))
|
||||
depends_on('py-mpi4py', when='+mpi', type=('build', 'run'))
|
||||
depends_on('py-h5py~mpi', when='~mpi', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user