diff options
author | Bert Wesarg <Bert.Wesarg@googlemail.com> | 2018-12-04 14:49:20 +0100 |
---|---|---|
committer | Axel Huebl <axel.huebl@plasma.ninja> | 2018-12-04 14:49:20 +0100 |
commit | 262b3f859e5eca94e8040c04e78cb21f4392cab1 (patch) | |
tree | bc9c7d2823a7e8c7c8ed6da68039d5ba106c7601 | |
parent | 34f64f1f3fa1ffbf58f9f8617c677e567554ba9f (diff) | |
download | spack-262b3f859e5eca94e8040c04e78cb21f4392cab1.tar.gz spack-262b3f859e5eca94e8040c04e78cb21f4392cab1.tar.bz2 spack-262b3f859e5eca94e8040c04e78cb21f4392cab1.tar.xz spack-262b3f859e5eca94e8040c04e78cb21f4392cab1.zip |
boost: 1.68 also needs `boost_1.67.0_pgi.patch` (#9980)
Its in upstream with the upcoming 1.69 release though.
-rw-r--r-- | var/spack/repos/builtin/packages/boost/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/boost/package.py b/var/spack/repos/builtin/packages/boost/package.py index 17feb25fc3..29b7bf1d12 100644 --- a/var/spack/repos/builtin/packages/boost/package.py +++ b/var/spack/repos/builtin/packages/boost/package.py @@ -151,7 +151,7 @@ class Boost(Package): patch('call_once_variadic.patch', when='@1.54.0:1.55.9999%gcc@5.0:5.9') # Patch fix for PGI compiler - patch('boost_1.67.0_pgi.patch', when='@1.67.0%pgi') + patch('boost_1.67.0_pgi.patch', when='@1.67.0:1.68.9999%pgi') patch('boost_1.63.0_pgi.patch', when='@1.63.0%pgi') patch('boost_1.63.0_pgi_17.4_workaround.patch', when='@1.63.0%pgi@17.4') |