Skip to content

Commit 84f0b48

Browse files
committed
Put /opt/view in path
1 parent 2101322 commit 84f0b48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_suite_ubuntu.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
. /opt/spack-environment/activate.sh
7373
. ftorch/bin/activate
7474
VN="$(python -c 'import sys; print(".".join(sys.version.split(".")[:2]))')"
75-
export Torch_DIR="/opt/views/view/lib/python${VN}/site-packages"
75+
export Torch_DIR="/opt/view/lib/python${VN}/site-packages"
7676
export PFUNIT_DIR="/opt/view/$(ls /opt/view | grep PFUNIT)"
7777
export BUILD_DIR="$(pwd)/src/build"
7878
mkdir "${BUILD_DIR}"
@@ -82,7 +82,7 @@ jobs:
8282
-DCMAKE_BUILD_TYPE=Release \
8383
-DCMAKE_INSTALL_PREFIX="${BUILD_DIR}" \
8484
-DCMAKE_BUILD_TESTS=TRUE \
85-
-DCMAKE_PREFIX_PATH="${PFUNIT_DIR};${Torch_DIR}" \
85+
-DCMAKE_PREFIX_PATH="/opt/view;${PFUNIT_DIR};${Torch_DIR}" \
8686
-DCMAKE_Fortran_FLAGS="-std=${{ matrix.std }}"
8787
cmake --build .
8888
cmake --install .

0 commit comments

Comments
 (0)