File: 0001-Find-MPI.patch

package info (click to toggle)
python-ocp 7.8.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 64,724 kB
  • sloc: cpp: 362,337; pascal: 33; python: 23; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Roland Mas <roland.mas@entierement.net>
Date: Tue, 29 Jul 2025 20:45:48 +0200
Subject: Find MPI

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0065b1..b3c5f98 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,6 +5,7 @@ set( N_PROC 2 CACHE STRING "Number of processes used for generating code")
 
 
 find_package( LLVM REQUIRED )
+find_package( MPI REQUIRED )
 find_package( VTK REQUIRED
   COMPONENTS
     CommonCore