File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -669,6 +669,7 @@ cd ../../
669669# Scotch (includes METIS compatibility library)
670670git clone -b $SCOTCH_VERSION --depth 1 https://gitlab.inria.fr/scotch/scotch.git
671671cd scotch
672+ git apply --ignore-space-change --ignore-whitespace --verbose ../scotch.diff
672673mkdir build
673674cd build
674675cmake -GNinja .. \
Original file line number Diff line number Diff line change 1+ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
2+ index c6e21eb..58421d9 100644
3+ --- a/src/CMakeLists.txt
4+ +++ b/src/CMakeLists.txt
5+ @@ -98,11 +98,7 @@ else()
6+ message(STATUS "Flex found here: ${FLEX_EXECUTABLE}")
7+ endif()
8+
9+ - if(WIN32)
10+ - set(FLEX_FLAG "--wincompat")
11+ - else()
12+ - set(FLEX_FLAG "")
13+ - endif()
14+ + set(FLEX_FLAG "")
15+
16+ #############
17+ # Options #
You can’t perform that action at this time.
0 commit comments