Commit 84f0b48 1 parent 2101322 commit 84f0b48 Copy full SHA for 84f0b48
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 72
72
. /opt/spack-environment/activate.sh
73
73
. ftorch/bin/activate
74
74
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"
76
76
export PFUNIT_DIR="/opt/view/$(ls /opt/view | grep PFUNIT)"
77
77
export BUILD_DIR="$(pwd)/src/build"
78
78
mkdir "${BUILD_DIR}"
82
82
-DCMAKE_BUILD_TYPE=Release \
83
83
-DCMAKE_INSTALL_PREFIX="${BUILD_DIR}" \
84
84
-DCMAKE_BUILD_TESTS=TRUE \
85
- -DCMAKE_PREFIX_PATH="${PFUNIT_DIR};${Torch_DIR}" \
85
+ -DCMAKE_PREFIX_PATH="/opt/view; ${PFUNIT_DIR};${Torch_DIR}" \
86
86
-DCMAKE_Fortran_FLAGS="-std=${{ matrix.std }}"
87
87
cmake --build .
88
88
cmake --install .
You can’t perform that action at this time.
0 commit comments