Skip to content

Commit 0356270

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.sh

Lines changed: 6 additions & 0 deletions
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/libexec/:${PATH}"
3536
echo "NPROCS: ${NPROCS}"
3637
echo "PATH: ${PATH}"
3738
echo "SUDO_CMD: ${SUDO_CMD}"
@@ -45,6 +46,11 @@ python --version
4546
which cmake
4647
cmake --version
4748

49+
ls /opt/*/*
50+
51+
file /opt/smelibs/libexec/qmake
52+
/opt/smelibs/libexec/qmake --version
53+
4854
which qmake
4955
qmake --version
5056

0 commit comments

Comments
 (0)