Skip to content

Commit b5e9609

Browse files
committed
Remove scotch cmake patch, instead use new BUILD_FORTRAN option to disable fortran
1 parent 230fe59 commit b5e9609

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,6 @@ cd ../../
624624
# Scotch (includes METIS compatibility library)
625625
git clone -b $SCOTCH_VERSION --depth 1 https://gitlab.inria.fr/scotch/scotch.git
626626
cd scotch
627-
git apply --ignore-space-change --ignore-whitespace --verbose ../scotch.diff
628627
mkdir build
629628
cd build
630629
cmake -GNinja .. \
@@ -638,6 +637,7 @@ cmake -GNinja .. \
638637
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
639638
-DBUILD_PTSCOTCH=OFF \
640639
-DBUILD_LIBESMUMPS=OFF \
640+
-DBUILD_FORTRAN=OFF \
641641
-DUSE_LZMA=OFF \
642642
-DUSE_ZLIB=ON \
643643
-DZLIB_INCLUDE_DIR=${INSTALL_PREFIX}/include \

scotch.diff

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)