Skip to content

Commit

Permalink
update scotch patch that removes fortran from cmake enable_language f…
Browse files Browse the repository at this point in the history
…or scotch 7.0.5
  • Loading branch information
lkeegan committed Sep 12, 2024
1 parent 6907e04 commit 0f79b5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
permissions:
contents: write
steps:
- uses: dev-drprasad/[email protected].3
- uses: dev-drprasad/[email protected].4
with:
repo: spatial-model-editor/sme_deps_common
keep_latest: 5
Expand Down
10 changes: 5 additions & 5 deletions scotch.diff
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 84ddbb3..5637d1f 100644
index ce3c5ba..b05667f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,7 +43,7 @@
@@ -42,7 +42,7 @@
############################################################

cmake_minimum_required(VERSION 3.10)
project(SCOTCH)
-enable_language(C Fortran)
+enable_language(C)
-project(SCOTCH LANGUAGES C Fortran)
+project(SCOTCH LANGUAGES C)

# Add module directory
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)

0 comments on commit 0f79b5a

Please sign in to comment.