Browse Source

Update cgns to v4.4.0 (#3288)

ruki 1 year ago
parent
commit
0921188148
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/c/cgns/xmake.lua

+ 1 - 0
packages/c/cgns/xmake.lua

@@ -4,6 +4,7 @@ package("cgns")
     set_description("CFD General Notation System")
     set_description("CFD General Notation System")
 
 
     add_urls("https://github.com/CGNS/CGNS/archive/refs/tags/$(version).tar.gz")
     add_urls("https://github.com/CGNS/CGNS/archive/refs/tags/$(version).tar.gz")
+    add_versions("v4.4.0", "3b0615d1e6b566aa8772616ba5fd9ca4eca1a600720e36eadd914be348925fe2")
     add_versions("v4.2.0", "090ec6cb0916d90c16790183fc7c2bd2bd7e9a5e3764b36c8196ba37bf1dc817")
     add_versions("v4.2.0", "090ec6cb0916d90c16790183fc7c2bd2bd7e9a5e3764b36c8196ba37bf1dc817")
 
 
     add_configs("hdf5", {description = "Enable HDF5 interface.", default = false, type = "boolean"})
     add_configs("hdf5", {description = "Enable HDF5 interface.", default = false, type = "boolean"})