Skip to content
Snippets Groups Projects
Commit 956faa50 authored by Jon Rood's avatar Jon Rood Committed by Adam J. Stewart
Browse files

Confine the xlf_seacas.patch for trilinos to version 12.12.1 (#8725)

* The xlf_seacas.patch fails on the latest trilinos develop branch so confine it up to version 12.12.1.

* Fixing likely mistak in seacas patch version range.
parent 373b3d24
No related branches found
No related tags found
No related merge requests found
......@@ -311,11 +311,11 @@ class Trilinos(CMakePackage):
depends_on('swig', when='+python')
patch('umfpack_from_suitesparse.patch', when='@11.14.1:12.8.1')
patch('xlf_seacas.patch', when='@12.10.1:%xl')
patch('xlf_seacas.patch', when='@12.10.1:%xl_r')
patch('xlf_seacas.patch', when='@12.10.1:12.12.1 %xl')
patch('xlf_seacas.patch', when='@12.10.1:12.12.1 %xl_r')
patch('xlf_seacas.patch', when='@12.10.1:12.12.1 %clang')
patch('xlf_tpetra.patch', when='@12.12.1:%xl')
patch('xlf_tpetra.patch', when='@12.12.1:%xl_r')
patch('xlf_seacas.patch', when='@12.12.1:%clang')
patch('xlf_tpetra.patch', when='@12.12.1:%clang')
def url_for_version(self, version):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment