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.
This commit is contained in:
parent
373b3d2444
commit
956faa50cc
@ -311,11 +311,11 @@ class Trilinos(CMakePackage):
|
|||||||
depends_on('swig', when='+python')
|
depends_on('swig', when='+python')
|
||||||
|
|
||||||
patch('umfpack_from_suitesparse.patch', when='@11.14.1:12.8.1')
|
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:12.12.1 %xl')
|
||||||
patch('xlf_seacas.patch', when='@12.10.1:%xl_r')
|
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')
|
||||||
patch('xlf_tpetra.patch', when='@12.12.1:%xl_r')
|
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')
|
patch('xlf_tpetra.patch', when='@12.12.1:%clang')
|
||||||
|
|
||||||
def url_for_version(self, version):
|
def url_for_version(self, version):
|
||||||
|
Loading…
Reference in New Issue
Block a user