diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2022-01-12 09:34:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 09:34:50 +0100 |
commit | 5476e5d035410e228b6978d116551fc8da2486e0 (patch) | |
tree | 8f24477980886439fb802bb515b70596c10454f9 /share | |
parent | 363a565ce3c15e38d07e339eafd5f59370371309 (diff) | |
download | spack-5476e5d035410e228b6978d116551fc8da2486e0.tar.gz spack-5476e5d035410e228b6978d116551fc8da2486e0.tar.bz2 spack-5476e5d035410e228b6978d116551fc8da2486e0.tar.xz spack-5476e5d035410e228b6978d116551fc8da2486e0.zip |
Remove tut since it requires deprecated Python 3.6 (#28360)
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/build_systems/spack.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/build_systems/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/build_systems/spack.yaml index 3aea593747..64806c3c58 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/build_systems/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/build_systems/spack.yaml @@ -13,7 +13,6 @@ spack: - default_specs: - lz4 # MakefilePackage - mpich~fortran # AutotoolsPackage - - tut # WafPackage - py-setuptools # PythonPackage - openjpeg # CMakePackage - r-rcpp # RPackage |