summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/ascent/package.py
diff options
context:
space:
mode:
authorkwryankrattiger <80296582+kwryankrattiger@users.noreply.github.com>2022-05-13 15:26:53 -0500
committerGitHub <noreply@github.com>2022-05-13 13:26:53 -0700
commit72d83a6f9458d6a99f78694ca92aac5ee5cf49af (patch)
tree70abbffbb7573261fb62f13751f4e435fb26638c /var/spack/repos/builtin/packages/ascent/package.py
parent5cb40cbcd2d9b6a95515de99bb6b3cc7fae14787 (diff)
downloadspack-72d83a6f9458d6a99f78694ca92aac5ee5cf49af.tar.gz
spack-72d83a6f9458d6a99f78694ca92aac5ee5cf49af.tar.bz2
spack-72d83a6f9458d6a99f78694ca92aac5ee5cf49af.tar.xz
spack-72d83a6f9458d6a99f78694ca92aac5ee5cf49af.zip
Ascent: Patch 0.8.0 for finding ADIOS2. (#30609)
Diffstat (limited to 'var/spack/repos/builtin/packages/ascent/package.py')
-rw-r--r--var/spack/repos/builtin/packages/ascent/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/ascent/package.py b/var/spack/repos/builtin/packages/ascent/package.py
index f5f5390820..be3ca2a333 100644
--- a/var/spack/repos/builtin/packages/ascent/package.py
+++ b/var/spack/repos/builtin/packages/ascent/package.py
@@ -102,6 +102,9 @@ class Ascent(CMakePackage, CudaPackage):
# patch for allowing +shared+cuda
# https://github.com/Alpine-DAV/ascent/pull/903
patch('ascent-shared-cuda-pr903.patch', when='@0.8.0')
+ # patch for finding ADIOS2 more reliably
+ # https://github.com/Alpine-DAV/ascent/pull/922
+ patch('ascent-find-adios2-pr922.patch', when='@0.8.0')
##########################################################################
# package dependencies