seacas: new version, update dependency versions (#23609)
Add new release of SEACAS. Update netcdf-c version to recent release which fixes some issues that have caused problems in past Use release version of CGNS instead of develop
This commit is contained in:
parent
9ed1208650
commit
98cf0f5e07
1 changed files with 5 additions and 4 deletions
|
@ -26,6 +26,7 @@ class Seacas(CMakePackage):
|
||||||
|
|
||||||
# ###################### Versions ##########################
|
# ###################### Versions ##########################
|
||||||
version('master', branch='master')
|
version('master', branch='master')
|
||||||
|
version('2021-05-12', sha256='92663767f0317018d6f6e422e8c687e49f6f7eb2b92e49e837eb7dc0ca0ac33d')
|
||||||
version('2021-04-05', sha256='76f66eec1fec7aba30092c94c7609495e6b90d9dcb6f35b3ee188304d02c6e04')
|
version('2021-04-05', sha256='76f66eec1fec7aba30092c94c7609495e6b90d9dcb6f35b3ee188304d02c6e04')
|
||||||
version('2021-01-20', sha256='7814e81981d03009b6816be3eb4ed3845fd02cc69e006ee008a2cbc85d508246')
|
version('2021-01-20', sha256='7814e81981d03009b6816be3eb4ed3845fd02cc69e006ee008a2cbc85d508246')
|
||||||
version('2021-01-06', sha256='b233502a7dc3e5ab69466054cf358eb033e593b8679c6721bf630b03999bd7e5')
|
version('2021-01-06', sha256='b233502a7dc3e5ab69466054cf358eb033e593b8679c6721bf630b03999bd7e5')
|
||||||
|
@ -80,11 +81,11 @@ class Seacas(CMakePackage):
|
||||||
|
|
||||||
# Everything should be compiled position independent (-fpic)
|
# Everything should be compiled position independent (-fpic)
|
||||||
|
|
||||||
depends_on('netcdf-c@4.6.2:+mpi+parallel-netcdf', when='+mpi')
|
depends_on('netcdf-c@4.8.0:+mpi+parallel-netcdf', when='+mpi')
|
||||||
depends_on('netcdf-c@4.6.2:~mpi', when='~mpi')
|
depends_on('netcdf-c@4.8.0:~mpi', when='~mpi')
|
||||||
depends_on('hdf5+hl~mpi', when='~mpi')
|
depends_on('hdf5+hl~mpi', when='~mpi')
|
||||||
depends_on('cgns@develop+mpi+scoping', when='+cgns +mpi')
|
depends_on('cgns@4.2.0:+mpi+scoping', when='+cgns +mpi')
|
||||||
depends_on('cgns@develop~mpi+scoping', when='+cgns ~mpi')
|
depends_on('cgns@4.2.0:~mpi+scoping', when='+cgns ~mpi')
|
||||||
depends_on('adios2@develop~mpi', when='+adios2 ~mpi')
|
depends_on('adios2@develop~mpi', when='+adios2 ~mpi')
|
||||||
depends_on('adios2@develop+mpi', when='+adios2 +mpi')
|
depends_on('adios2@develop+mpi', when='+adios2 +mpi')
|
||||||
depends_on('matio', when='+matio')
|
depends_on('matio', when='+matio')
|
||||||
|
|
Loading…
Reference in a new issue