Fix Scotch MPI include directories in RHEL
This commit is contained in:
parent
4cb045c378
commit
351a2e8b62
@ -257,7 +257,11 @@
|
||||
%endif \
|
||||
%if %{with ptscotch} \
|
||||
--with-ptscotch=1 \\\
|
||||
%if 0%{?rhel} \
|
||||
--with-ptscotch-include=$MPI_INCLUDE \\\
|
||||
%else \
|
||||
--with-ptscotch-include=$MPI_INCLUDE/scotch \\\
|
||||
%endif \
|
||||
--with-ptscotch-lib="-L$MPI_LIB -lptscotch -lscotch -lptscotcherr -lscotcherr" \\\
|
||||
%endif \
|
||||
%if %{with mumps} \
|
||||
|
Loading…
Reference in New Issue
Block a user