From c51e0a3071f3f1d2a11b6c339bff58d4ba5e30e8 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 20 Nov 2023 13:59:06 -0800 Subject: [PATCH] CI: Ascent + Conduit (#3639) ## Summary For some reason, `AMReX_ASCENT` does not trigger `AMReX_CONDUIT` to be set, too. cc @cyrush ## Additional background X-ref: #3350 --- .github/workflows/ascent.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ascent.yml b/.github/workflows/ascent.yml index 83d2f7ebac3..d8217621a1b 100644 --- a/.github/workflows/ascent.yml +++ b/.github/workflows/ascent.yml @@ -26,7 +26,8 @@ jobs: -DCMAKE_BUILD_TYPE=Debug \ -DAMReX_ENABLE_TESTS=ON \ -DAMReX_FORTRAN=OFF \ - -DAMReX_ASCENT=ON + -DAMReX_ASCENT=ON \ + -DAMReX_CONDUIT=ON - name: Build run: | . /ascent_docker_setup_env.sh