-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/FreeFem/FreeFem-sources …
…into develop
- Loading branch information
Showing
49 changed files
with
412 additions
and
788 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/petsc-3.11.3/config/BuildSystem/config/packages/metis.py b/petsc-3.11.3/config/BuildSystem/config/packages/metis.py | ||
index 136526da05..2d1c4d3271 100644 | ||
--- a/petsc-3.11.3/config/BuildSystem/config/packages/metis.py | ||
+++ b/petsc-3.11.3/config/BuildSystem/config/packages/metis.py | ||
@@ -42,6 +42,7 @@ class Configure(config.package.CMakePackage): | ||
if self.framework.argDB['download-metis-use-doubleprecision']: | ||
args.append('-DMETIS_USE_DOUBLEPRECISION=1') | ||
args.append('-DMATH_LIB="'+self.libraries.toStringNoDupes(self.mathlib.lib)+'"') | ||
+ args = self.rmArgsStartsWith(args,['-DCMAKE_CXX_COMPILER','-DCMAKE_C_COMPILER']) | ||
return args | ||
|
||
def configureLibrary(self): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
load "thresholdings" | ||
include "getARGV.idp" | ||
IFMACRO(!partitioner) | ||
macro partitioner()metis// EOM | ||
|
Oops, something went wrong.