Skip to content

Commit

Permalink
Updating pygeosx ci instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cssherman committed Jul 5, 2024
1 parent 1520c72 commit 7bb7cf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci_build_and_test_in_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,9 @@ PYGEOSX_ARGS=""
if [[ "${BUILD_PYGEOSX}" = true ]]; then
echo "Enabling pygeosx."
or_die apt-get update
or_die apt-get install -y virtualenv python3.11-dev python3-numpy python3-mpi4py
or_die apt-get install -y virtualenv python-dev python3-numpy python3-mpi4py
PYTHON_EXEC=$(which python3)
echo "Using python as $PYTHON_EXEC"
PYGEOSX_ARGS="-DENABLE_PYGEOSX=ON -DPython3_EXECUTABLE=$PYTHON_EXEC"
fi

Expand Down

0 comments on commit 7bb7cf7

Please sign in to comment.