We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230fe59 commit b5e9609Copy full SHA for b5e9609
build.sh
@@ -624,7 +624,6 @@ cd ../../
624
# Scotch (includes METIS compatibility library)
625
git clone -b $SCOTCH_VERSION --depth 1 https://gitlab.inria.fr/scotch/scotch.git
626
cd scotch
627
-git apply --ignore-space-change --ignore-whitespace --verbose ../scotch.diff
628
mkdir build
629
cd build
630
cmake -GNinja .. \
@@ -638,6 +637,7 @@ cmake -GNinja .. \
638
637
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
639
-DBUILD_PTSCOTCH=OFF \
640
-DBUILD_LIBESMUMPS=OFF \
+ -DBUILD_FORTRAN=OFF \
641
-DUSE_LZMA=OFF \
642
-DUSE_ZLIB=ON \
643
-DZLIB_INCLUDE_DIR=${INSTALL_PREFIX}/include \
scotch.diff
0 commit comments