eigen variants have been removed (#15392)
* eigen variants have been removed ref: https://github.com/spack/spack/pull/15357 * opencv ^eigen is ('build', 'run') dependency
This commit is contained in:
parent
49ec260a9a
commit
2beefc6bfe
@ -79,10 +79,7 @@ class Libmesh(AutotoolsPackage):
|
|||||||
'variant.')
|
'variant.')
|
||||||
|
|
||||||
depends_on('boost', when='+boost')
|
depends_on('boost', when='+boost')
|
||||||
# The Scotch dependency of Eigen is not used by libMesh. Since Scotch can
|
depends_on('eigen', when='+eigen')
|
||||||
# only be used with certain versions of flex it conflicts with several
|
|
||||||
# versions of GCC, so explicitly disable it.
|
|
||||||
depends_on('eigen~scotch', when='+eigen')
|
|
||||||
depends_on('hdf5+mpi', when='+hdf5+mpi')
|
depends_on('hdf5+mpi', when='+hdf5+mpi')
|
||||||
depends_on('mpi', when='+mpi')
|
depends_on('mpi', when='+mpi')
|
||||||
depends_on('mpi', when='+slepc')
|
depends_on('mpi', when='+slepc')
|
||||||
|
@ -105,8 +105,7 @@ class Opencv(CMakePackage, CudaPackage):
|
|||||||
# the current development branch of OpenCV. See #8461 for more information.
|
# the current development branch of OpenCV. See #8461 for more information.
|
||||||
patch('dnn_cuda.patch', when='@3.3.0:3.4.1+cuda+dnn')
|
patch('dnn_cuda.patch', when='@3.3.0:3.4.1+cuda+dnn')
|
||||||
|
|
||||||
depends_on('eigen~mpfr', when='+eigen', type='build')
|
depends_on('eigen', when='+eigen')
|
||||||
|
|
||||||
depends_on('zlib', when='+zlib')
|
depends_on('zlib', when='+zlib')
|
||||||
depends_on('libpng', when='+png')
|
depends_on('libpng', when='+png')
|
||||||
depends_on('jpeg', when='+jpeg')
|
depends_on('jpeg', when='+jpeg')
|
||||||
|
Loading…
Reference in New Issue
Block a user