forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
37 additions
and
2 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 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,13 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 70d89efb5e..47ba750d7a 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -131,7 +131,7 @@ set(Octopus_ext_libs) | ||
find_package(GSL) | ||
if (OCTOPUS_MPI) | ||
set(MPI_DETERMINE_LIBRARY_VERSION ON) | ||
- find_package(MPI 3 COMPONENTS Fortran) | ||
+ find_package(MPI 3) | ||
# Further set MKL variables | ||
if (MPI_Fortran_LIBRARY_VERSION_STRING MATCHES Intel) | ||
set(MKL_MPI intelmpi CACHE STRING "Octopus: Overloaded") |
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