Update cgns for new release (#29709)

Add CGNS 4.3.0 version
This commit is contained in:
MicK7 2022-03-29 20:36:05 +02:00 committed by GitHub
parent 078ee48c4b
commit ef23c3b122
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ class Cgns(CMakePackage):
fluid dynamics (CFD) analysis data."""
homepage = "https://cgns.github.io/"
url = "https://github.com/CGNS/CGNS/archive/v3.3.0.tar.gz"
url = "https://github.com/CGNS/CGNS/archive/v4.3.0.tar.gz"
git = "https://github.com/CGNS/CGNS"
parallel = False
@ -44,6 +44,7 @@ class Cgns(CMakePackage):
variant('legacy', default=False, description='Enable legacy options')
variant('mem_debug', default=False, description='Enable memory debugging option')
depends_on('cmake@3.12:', when='@4.3:', type='build')
depends_on('cmake@3.8:', when='@4.2:', type='build')
depends_on('cmake@2.8:', when='@:4.1', type='build')
depends_on('hdf5~mpi', when='+hdf5~mpi')