summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock
diff options
context:
space:
mode:
authorkwryankrattiger <80296582+kwryankrattiger@users.noreply.github.com>2023-08-28 16:56:31 -0500
committerGitHub <noreply@github.com>2023-08-28 16:56:31 -0500
commitcef59ad0bf42d9ce14da4900d128b593ebba4dc3 (patch)
tree168f2cc2357af2d5e2c402f57baffabb84e6032a /var/spack/repos/builtin.mock
parenta1e117a98bc46c36304c3450ae9c220d9cad298f (diff)
downloadspack-cef59ad0bf42d9ce14da4900d128b593ebba4dc3.tar.gz
spack-cef59ad0bf42d9ce14da4900d128b593ebba4dc3.tar.bz2
spack-cef59ad0bf42d9ce14da4900d128b593ebba4dc3.tar.xz
spack-cef59ad0bf42d9ce14da4900d128b593ebba4dc3.zip
Patch VTK to enable python 3.8 in VTK 8.2 (#38735)
* VTK: Add patch for python 3.8 support * CI: Re-enable VisIt in CI * Configure spec matrix for stack with VisIt * Add pugixml dep for 8.2.0 * Make VTK and ParaView consistent on proj dep * OpenMPI 3: provides MP support by default * Add details on proj dep in ParaView * Add python 3.8 to test mock repo * Patches to get VisIt VTK interface * CI: Disable VisIt with GUI in DAV
Diffstat (limited to 'var/spack/repos/builtin.mock')
-rw-r--r--var/spack/repos/builtin.mock/packages/python/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin.mock/packages/python/package.py b/var/spack/repos/builtin.mock/packages/python/package.py
index 4ba957e050..9fbee0ec2e 100644
--- a/var/spack/repos/builtin.mock/packages/python/package.py
+++ b/var/spack/repos/builtin.mock/packages/python/package.py
@@ -14,6 +14,7 @@ class Python(Package):
extendable = True
+ version("3.8.0", md5="d41d8cd98f00b204e9800998ecf8427e")
version("3.7.1", md5="aaabbbcccdddeeefffaaabbbcccddd12")
version("3.5.1", md5="be78e48cdfc1a7ad90efff146dce6cfe")
version("3.5.0", md5="a56c0c0b45d75a0ec9c6dee933c41c36")