diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2021-09-06 10:46:41 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 16:46:41 +0000 |
commit | a358358aa71687dc7b6c9cef100e5eb2116fa5cb (patch) | |
tree | 26cee6f1442f4ef191010d7da772dc73e0b3af24 /share | |
parent | 84d525dbdf3f9509ec5d566b4bbf6c6394d5872e (diff) | |
download | spack-a358358aa71687dc7b6c9cef100e5eb2116fa5cb.tar.gz spack-a358358aa71687dc7b6c9cef100e5eb2116fa5cb.tar.bz2 spack-a358358aa71687dc7b6c9cef100e5eb2116fa5cb.tar.xz spack-a358358aa71687dc7b6c9cef100e5eb2116fa5cb.zip |
Update pinned OpenSSL version to 1.1.1l (#25787)
Update to the latest version of openssl, as the previous one (1.1.1k) is
now deprecated, so spack can no longer rebuild it from source.
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml | 2 | ||||
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml index 6662bd4695..aac6b19094 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-on-power/spack.yaml @@ -143,7 +143,7 @@ spack: variants: threads=openmp openssl: version: - - 1.1.1k + - 1.1.1l perl: version: - 5.34.0 # 5.34.0 diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml index 19366ab4d7..6a068e8f12 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -143,7 +143,7 @@ spack: variants: threads=openmp openssl: version: - - 1.1.1k + - 1.1.1l perl: version: - 5.34.0 |