COMP: make libscotch/libptscotch targets instead of scotch/ptscotch

- we do not generally need any of executables, just the libraries.
  This also avoids generating a libscotchmetis too.
This commit is contained in:
Mark Olesen
2019-04-15 16:47:59 +02:00
parent 770e22bf51
commit fbbb275862

View File

@ -158,7 +158,7 @@ then
[ -n "$I_MPI_CC" ] || export I_MPI_CC="$(whichCC)"
make realclean 2>/dev/null # Extra safety
make -j $WM_NCOMPPROCS scotch \
make -j $WM_NCOMPPROCS libscotch \
&& make \
prefix=$prefixDIR \
includedir=$incDIR \
@ -235,7 +235,7 @@ then
[ -n "$I_MPI_CC" ] || export I_MPI_CC="$(whichCC)"
make realclean 2>/dev/null # Extra safety
make -j $WM_NCOMPPROCS ptscotch \
make -j $WM_NCOMPPROCS libptscotch \
&& make \
prefix=$prefixDIR \
includedir=$incDIR \