libsakura: Change precision for fftw dependency depending on libsakura version (#22924)
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
This commit is contained in:
parent
215d194482
commit
06f291a3cd
@ -21,7 +21,8 @@ class Libsakura(CMakePackage):
|
||||
depends_on('cmake@2.8:', type='build')
|
||||
|
||||
depends_on('eigen@3.2:')
|
||||
depends_on('fftw@3.3.2:')
|
||||
depends_on('fftw@3.3.2: precision=float', when='@:3.99')
|
||||
depends_on('fftw@3.3.2: precision=double', when='@4.0.0:')
|
||||
depends_on('log4cxx')
|
||||
|
||||
patch('cmakelists.patch')
|
||||
|
Loading…
Reference in New Issue
Block a user