Restrict ibmisc to proj@:4 (#11753)
* Restrict ibmisc to proj@:5 * Restrict ibmisc to proj@:4
This commit is contained in:
parent
cdf4ba81e5
commit
a558de117a
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@ class Ibmisc(CMakePackage):
|
||||||
homepage = "https://github.com/citibeth/ibmisc"
|
homepage = "https://github.com/citibeth/ibmisc"
|
||||||
url = "https://github.com/citibeth/ibmisc/archive/v0.1.0.tar.gz"
|
url = "https://github.com/citibeth/ibmisc/archive/v0.1.0.tar.gz"
|
||||||
|
|
||||||
|
maintainers = ['citibeth']
|
||||||
|
|
||||||
version('0.1.0', '18c63db3e466c5a6fc2db3f903d06ecb')
|
version('0.1.0', '18c63db3e466c5a6fc2db3f903d06ecb')
|
||||||
|
|
||||||
variant('everytrace', default=False,
|
variant('everytrace', default=False,
|
||||||
|
@ -35,7 +37,7 @@ class Ibmisc(CMakePackage):
|
||||||
|
|
||||||
depends_on('eigen')
|
depends_on('eigen')
|
||||||
depends_on('everytrace', when='+everytrace')
|
depends_on('everytrace', when='+everytrace')
|
||||||
depends_on('proj', when='+proj')
|
depends_on('proj@:4', when='+proj')
|
||||||
depends_on('blitz', when='+blitz')
|
depends_on('blitz', when='+blitz')
|
||||||
depends_on('netcdf-cxx4', when='+netcdf')
|
depends_on('netcdf-cxx4', when='+netcdf')
|
||||||
depends_on('udunits2', when='+udunits2')
|
depends_on('udunits2', when='+udunits2')
|
||||||
|
|
Loading…
Reference in a new issue