remove another Python 3.7 requirement & preference, since it was deprecated (#38710)
This commit is contained in:
@@ -1,23 +1,19 @@
|
||||
packages:
|
||||
#all:
|
||||
# CI should never build develop/main/master versions of
|
||||
# packages.
|
||||
# Current issues:
|
||||
# - e4s/dav
|
||||
# - hdf5-vol-async => argobot@main
|
||||
# - aws-ahug-*
|
||||
# - snap
|
||||
# - tycho2
|
||||
# - amg2013
|
||||
# - cosp2
|
||||
# - snbone
|
||||
# - vpfft
|
||||
# - vpic
|
||||
# - aws-isc-aarch64
|
||||
# - sse2neon
|
||||
#require: "@:999999999"
|
||||
python:
|
||||
# This is redundant after https://github.com/spack/spack/pull/33898
|
||||
# but specified to allow the existance of a package.yaml for CI configs
|
||||
require: "@3.7:"
|
||||
packages: {}
|
||||
|
||||
# CI should never build develop/main/master versions of packages. Current issues:
|
||||
# - e4s/dav
|
||||
# - hdf5-vol-async => argobot@main
|
||||
# - aws-ahug-*
|
||||
# - snap
|
||||
# - tycho2
|
||||
# - amg2013
|
||||
# - cosp2
|
||||
# - snbone
|
||||
# - vpfft
|
||||
# - vpic
|
||||
# - aws-isc-aarch64
|
||||
# - sse2neon
|
||||
|
||||
# packages:
|
||||
# all:
|
||||
# require: "@:999999999"
|
@@ -41,8 +41,6 @@ spack:
|
||||
require: mpich
|
||||
mpich:
|
||||
require: '@4.1.1 ~wrapperrpath ~hwloc'
|
||||
python:
|
||||
require: '@3.7.15'
|
||||
py-cryptography:
|
||||
require: '@38.0.1'
|
||||
unzip:
|
||||
|
@@ -30,8 +30,6 @@ spack:
|
||||
variants: threads=openmp
|
||||
paraview:
|
||||
require: '@5.11 ~qt+osmesa'
|
||||
python:
|
||||
version: [3.7.15]
|
||||
trilinos:
|
||||
require:
|
||||
- one_of: [+amesos +amesos2 +anasazi +aztec +boost +epetra +epetraext +ifpack
|
||||
|
Reference in New Issue
Block a user