Opencv eigen (#6014)
* Added a package for the MDAnalysis toolkit. * Changed dependency for the eigen library to not include support for multiple-precision (arbitrary-precision) floating point arithmetic, since OpenCV does not support these data types. * Fixed incorrect implementation
This commit is contained in:
parent
165e6bfe5f
commit
0c075b4923
@ -76,7 +76,7 @@ class Opencv(CMakePackage):
|
|||||||
variant('tiff', default=False, description='Include TIFF support')
|
variant('tiff', default=False, description='Include TIFF support')
|
||||||
variant('zlib', default=False, description='Build zlib from source')
|
variant('zlib', default=False, description='Build zlib from source')
|
||||||
|
|
||||||
depends_on('eigen', when='+eigen', type='build')
|
depends_on('eigen~mpfr', when='+eigen', type='build')
|
||||||
|
|
||||||
depends_on('zlib', when='+zlib')
|
depends_on('zlib', when='+zlib')
|
||||||
depends_on('libpng', when='+png')
|
depends_on('libpng', when='+png')
|
||||||
|
Loading…
Reference in New Issue
Block a user