Package: python-escript / 5.0-3

fixopenmpiconf Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Fixopenmpiconf
--- a/scons/templates/sid_options.py
+++ b/scons/templates/sid_options.py
@@ -21,7 +21,11 @@ escript_opts_version = 203
 #cxx_extra = '-Wno-literal-suffix'
 openmp = True
 #mpi = 'OPENMPI'
-mpi_prefix = '/usr/lib/openmpi'
+
+import os
+
+d_mpi_path = '/usr/include/openmpi'
+mpi_prefix = os.path.split(os.path.realpath(d_mpi_path))[0]
 mpi_libs = ['mpi_cxx', 'mpi']
 netcdf = True
 #umfpack = True