Windows: MSVC provides fortran, fix msmpi handling (#49734)

Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
John W. Parent
2025-03-31 04:53:07 -04:00
committed by GitHub
parent 72b14de89e
commit 75a3d179b1
5 changed files with 39 additions and 31 deletions

View File

@@ -20,3 +20,6 @@ packages:
cxx: [msvc]
mpi: [msmpi]
gl: [wgl]
mpi:
require:
- one_of: [msmpi]