bacio: add v2.5.0 (#26851)
This commit is contained in:
parent
f78e5383cc
commit
88591536c8
1 changed files with 7 additions and 1 deletions
|
@ -16,4 +16,10 @@ class Bacio(CMakePackage):
|
|||
|
||||
maintainers = ['t-brown', 'edwardhartnett', 'kgerheiser', 'Hang-Lei-NOAA']
|
||||
|
||||
version('2.4.1', sha256='7b9b6ba0a288f438bfba6a08b6e47f8133f7dba472a74ac56a5454e2260a7200')
|
||||
version('2.5.0', sha256='540a0ed73941d70dbf5d7b21d5d0a441e76fad2bfe37dfdfea0db3e98fc0fbfb')
|
||||
|
||||
# Prefer version 2.4.1 because the library and include directory
|
||||
# names changed in verion 2.5.0 (dropping the "_4" they used to
|
||||
# contain.) We need some time to let all the using packages adjust
|
||||
# to the new names.
|
||||
version('2.4.1', sha256='7b9b6ba0a288f438bfba6a08b6e47f8133f7dba472a74ac56a5454e2260a7200', preferred=True)
|
||||
|
|
Loading…
Reference in a new issue