Skip to content

Commit

Permalink
Build chapel-py-venv in Arkouda testing (chapel-lang#25795)
Browse files Browse the repository at this point in the history
Arkouda requires chapel-py to build servers with a non-default
configuration. Eventually we'd like to make it a requirement for any
Arkouda build.

To move in that direction, all of our nightly testing configurations
should be able to build Arkouda using chapel-py (some configurations are
currently resorting to a fallback build mode). This PR update's
Arkouda's sub_test script to `make chapel-py-venv` before attempting to
build Arkouda.

[ reviewed by @bmcdonald3 ] - Thanks!
  • Loading branch information
jeremiah-corrado authored Aug 21, 2024
2 parents 58edd91 + e15e72b commit ed4bd5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/studies/arkouda/sub_test
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ fi
# install frontend python bindings
(cd $CHPL_HOME && make frontend-shared)
(cd $CHPL_HOME/tools/chapel-py && python -m pip install .)
(cd $CHPL_HOME && make chapel-py-venv)

# Compile Arkouda
if [ "${CHPL_TEST_ARKOUDA_PERF}" = "true" ] ; then
Expand Down

0 comments on commit ed4bd5f

Please sign in to comment.