Skip to content

Commit

Permalink
nvhpc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Jan 9, 2024
1 parent afb7b83 commit 3fa5573
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/NVHPC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,7 @@ jobs:
python${{ env.PYTHON }} -m venv .venv
source .venv/bin/activate
# manually add venv dirs to the path and env for later steps
ls .venv
ls "$(pwd)/venv/bin"
echo "$(pwd)/venv/bin" >> $GITHUB_PATH
echo "$(pwd)/venv/bin GITHUB_PATH"
echo "VIRTUAL_ENV=$(pwd)/venv/ $GITHUB_ENV"
echo "$(pwd)/.venv/bin" >> $GITHUB_PATH
echo "VIRTUAL_ENV=$(pwd)/venv/" >> $GITHUB_ENV
python${{ env.PYTHON }} -m pip install --upgrade wheel build setuptools
Expand Down Expand Up @@ -192,7 +188,8 @@ jobs:
-DFLAMEGPU_BUILD_TESTS="${{ env.FLAMEGPU_BUILD_TESTS }}"
-DFLAMEGPU_BUILD_PYTHON="${{ env.FLAMEGPU_BUILD_PYTHON }}"
-DPYTHON3_EXACT_VERSION="${{ env.PYTHON }}"
-DPython3_ROOT_DIR="$(pwd)/venv/bin"
-DPython3_ROOT_DIR="$(pwd)/.venv/bin"
-DPython3_EXECUTABLE="$(pwd)/.venv/bin/python3)"
-DPython_FIND_STRATEGY=LOCATION
-DFLAMEGPU_VISUALISATION="${{ env.VISUALISATION }}"
-DFLAMEGPU_ENABLE_NVTX="ON"
Expand Down

0 comments on commit 3fa5573

Please sign in to comment.