Commit Graph

12 Commits

Author SHA1 Message Date
Mario Rodas
49477e7bfa
Merge pull request #110533 from r-ryantm/auto-update/precice
precice: 2.1.1 -> 2.2.0
2021-01-24 10:51:03 -05:00
Markus Kowalewski
6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
 {
   mpi = super.mpich;
 }

All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
R. RyanTM
d9d8d9e8c2 precice: 2.1.1 -> 2.2.0 2021-01-22 19:52:54 +00:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
freezeboy
3e8e10ab4f precice: migrate to Python38 2020-11-27 22:59:27 -08:00
R. RyanTM
7b405fade8 precice: 2.1.0 -> 2.1.1 2020-11-04 10:10:05 +00:00
Robert Scott
509208ea45 precice: enable for darwin 2020-09-29 22:26:30 +01:00
Robert Scott
c943e6bc14 precice: 2.0.2 -> 2.1.0 2020-09-29 21:53:37 +01:00
Robert Scott
5afdaa28a6 precice: fix build
cmake gets confused with python 3.8's version number, switch back to 3.7
for now until upstream's resolved that
2020-09-29 21:52:44 +01:00
Scriptkiddi
9d50563293
precice: 2020-01-20 -> 2.0.2 2020-05-23 13:33:27 +02:00
Scriptkiddi
50f3a9f100 precice: fix output and cmake 2020-01-27 09:30:00 +01:00
Scriptkiddi
6cff373dd7 precice: init at 1.6.1 2019-12-21 13:21:45 +01:00