File tree Expand file tree Collapse file tree
spack_repo/access/nri/packages/fiat Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Fiat(CMakePackage):
2222 license ("Apache-2.0" )
2323
2424 version ("main" , branch = "main" , no_cache = True )
25- version ("um" , branch = "um" , no_cache = True )
25+ version ("um" , branch = "um" , tag = "1.4.1-um" , no_cache = True )
2626 version ("1.2.0" , sha256 = "758147410a4a3c493290b87443b4091660b915fcf29f7c4d565c5168ac67745f" )
2727 version ("1.1.0" , sha256 = "58354e60d29a1b710bfcea9b87a72c0d89c39182cb2c9523ead76a142c695f82" )
2828 version ("1.0.0" , sha256 = "45afe86117142831fdd61771cf59f31131f2b97f52a2bd04ac5eae9b2ab746b8" )
@@ -49,6 +49,7 @@ class Fiat(CMakePackage):
4949
5050 patch ("intel_warnings_v110.patch" , when = "@0:1.1.0" )
5151 patch ("intel_warnings_v120.patch" , when = "@1.2.0:" )
52+ patch ("intel_warnings_v120.patch" , when = "@um" )
5253
5354 def cmake_args (self ):
5455 args = [
You can’t perform that action at this time.
0 commit comments