Skip to content

Commit cc2c0f6

Browse files
committed
Debugging pygeosx build
1 parent c8562a0 commit cc2c0f6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker/rocky-spack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ spack:
118118
python:
119119
buildable: false
120120
externals:
121-
- spec: python@3.6.8
121+
- spec: python@3.9.20
122122
prefix: /usr
123123
tar:
124124
buildable: false

docker/tpl-rockylinux-gcc-cuda-12-pygeosx.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,12 @@ RUN --mount=src=.,dst=$SRC_DIR,readwrite cd ${SRC_DIR} && \
7878
# Rename and copy spack-generated host-config to root directory
7979
cp *.cmake /spack-generated.cmake && \
8080
# Build pygeosx tpl's
81+
mkdir -p ${GEOSX_TPL_DIR}-pygeosx && \
8182
./scripts/uberenv/uberenv.py \
8283
--spec "%gcc@13.3.1" \
8384
--spack-env-file=${SRC_DIR}/docker/rocky-pygeosx-spack.yaml \
8485
--project-json=./scripts/pygeosx_configs/pygeosx.json \
85-
--prefix ${GEOSX_TPL_DIR} \
86+
--prefix ${GEOSX_TPL_DIR}-pygeosx \
8687
-k && \
8788
# Rename and copy spack-generated host-config to root directory
8889
rm lvarray* && \

0 commit comments

Comments
 (0)