- latest version requires openmpi+thread_multiple for collated output.
This commit is contained in:
parent
97bc86d617
commit
aff6148116
1 changed files with 4 additions and 0 deletions
|
@ -292,6 +292,10 @@ class OpenfoamCom(Package):
|
|||
|
||||
provides('openfoam')
|
||||
depends_on('mpi')
|
||||
|
||||
# After 1712 require openmpi+thread_multiple for collated output
|
||||
conflicts('^openmpi~thread_multiple', when='@1712:')
|
||||
|
||||
depends_on('zlib')
|
||||
depends_on('fftw')
|
||||
depends_on('boost')
|
||||
|
|
Loading…
Reference in a new issue