File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ jobs:
146146
147147 # pygeosx testing
148148 ENABLE_PYGEOSX=${{ inputs.ENABLE_PYGEOSX }}
149+ echo "********************************* ENABLE_PYGEOSX: ${ENABLE_PYGEOSX}"
149150 docker_args+=(-e ENABLE_PYGEOSX=${ENABLE_PYGEOSX:-OFF})
150151 if ${{ inputs.ENABLE_PYGEOSX }} == 'ON'; then
151152 script_args+=(--run-pygeosx-tests)
Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ jobs:
178178 DOCKER_IMAGE_TAG : ${{ needs.is_not_draft_pull_request.outputs.DOCKER_IMAGE_TAG }}
179179 DOCKER_REPOSITORY : ${{ matrix.DOCKER_REPOSITORY }}
180180 ENABLE_HYPRE : ${{ matrix.ENABLE_HYPRE }}
181+ ENABLE_PYGEOSX : ${{ matrix.ENABLE_PYGEOSX }}
181182 ENABLE_TRILINOS : ${{ matrix.ENABLE_TRILINOS }}
182183 GCP_BUCKET : ${{ matrix.GCP_BUCKET }}
183184 HOST_CONFIG : ${{ matrix.HOST_CONFIG }}
@@ -274,7 +275,6 @@ jobs:
274275 DOCKER_RUN_ARGS : ${{ matrix.DOCKER_RUN_ARGS }}
275276 ENABLE_HYPRE_DEVICE : ${{ matrix.ENABLE_HYPRE_DEVICE }}
276277 ENABLE_HYPRE : ${{ matrix.ENABLE_HYPRE }}
277- ENABLE_PYGEOSX : ${{ matrix.ENABLE_PYGEOSX }}
278278 ENABLE_TRILINOS : ${{ matrix.ENABLE_TRILINOS }}
279279 HOST_CONFIG : ${{ matrix.HOST_CONFIG }}
280280 RUNS_ON : ${{ matrix.RUNS_ON }}
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ if(NOT DEFINED ENABLE_PYGEOSX)
3030endif ()
3131if (ENABLE_PYGEOSX)
3232 set (Python3_EXECUTABLE /usr/bin/python3 CACHE PATH "" )
33+ set (ENABLE_PYLVARRAY ON CACHE BOOL "" )
3334else ()
3435 set (ENABLE_PYGEOSX OFF CACHE BOOL "" FORCE)
3536endif ()
Original file line number Diff line number Diff line change @@ -230,7 +230,6 @@ if [[ "${TEST_DOCUMENTATION}" = true ]]; then
230230 exit 0
231231fi
232232
233-
234233# Performing the requested build.
235234if [[ " ${BUILD_EXE_ONLY} " = true ]]; then
236235 or_die ninja -j $NPROC geosx
You can’t perform that action at this time.
0 commit comments