Skip to content

Commit

Permalink
adds parametis to cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Jul 23, 2021
1 parent 8cbd0a0 commit 77f1d82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion acceptance/cmake.sh
Expand Up @@ -16,7 +16,7 @@ set -x # echo commands
log=`pwd`/../log-build.txt
trap "cat $log" EXIT
mkdir -p build
export CMAKE_PREFIX_PATH=${mpi_path}:${egads_path}:${opencascade_path}
export CMAKE_PREFIX_PATH="${mpi_path}:${parmetis_path}:${egads_path}:${opencascade_path}"
( cd build && \
cmake \
-DCMAKE_INSTALL_PREFIX=`pwd` \
Expand All @@ -34,3 +34,5 @@ export PATH=${PATH}:`pwd`/build/bin
./generate.sh >> $log 2>&1 ) || exit 1
trap - EXIT

cat `pwd`/../log-build.txt
cat `pwd`/../log-bootstrap.txt

0 comments on commit 77f1d82

Please sign in to comment.