Skip to content

Commit d65787c

Browse files
committed
add libexec to path
1 parent a2344db commit d65787c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ echo "VTK_VERSION: ${VTK_VERSION}"
3232
echo "SCOTCH_VERSION: ${SCOTCH_VERSION}"
3333

3434
NPROCS=4
35+
export PATH="/opt/smelibs/bin:/opt/smelibs/libexec/:${PATH}"
3536
echo "NPROCS: ${NPROCS}"
3637
echo "PATH: ${PATH}"
3738
echo "SUDO_CMD: ${SUDO_CMD}"

0 commit comments

Comments
 (0)