summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMicK7 <mickey.phy@gmail.com>2022-03-29 20:36:05 +0200
committerGitHub <noreply@github.com>2022-03-29 20:36:05 +0200
commitef23c3b12229e01b929545a1dad621060196589e (patch)
treef4334f21d09fae709d600a37532c9fffe46f16d5 /var
parent078ee48c4bf8ca6526ced35a3ae982f41eae29e3 (diff)
downloadspack-ef23c3b12229e01b929545a1dad621060196589e.tar.gz
spack-ef23c3b12229e01b929545a1dad621060196589e.tar.bz2
spack-ef23c3b12229e01b929545a1dad621060196589e.tar.xz
spack-ef23c3b12229e01b929545a1dad621060196589e.zip
Update cgns for new release (#29709)
Add CGNS 4.3.0 version
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/cgns/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/cgns/package.py b/var/spack/repos/builtin/packages/cgns/package.py
index 42ee877d4b..bfbd3d72fa 100644
--- a/var/spack/repos/builtin/packages/cgns/package.py
+++ b/var/spack/repos/builtin/packages/cgns/package.py
@@ -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')