Created
August 7, 2025 09:03
-
-
Save jose-d/aaeefc937a82d237a830a7acd11e13a6 to your computer and use it in GitHub Desktop.
environment.yml for pyoperon with openMPI built with clang
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: pyoperon_mpi | |
| channels: | |
| - conda-forge | |
| - nodefaults | |
| dependencies: | |
| - conda | |
| - cxx-compiler | |
| - clangxx==19.1.7 | |
| - cmake | |
| - eigen | |
| - git | |
| - make | |
| - nanobind | |
| - ninja | |
| - pkg-config | |
| - scikit-build | |
| - xxhash | |
| - zstd | |
| - zstd-static | |
| - zlib | |
| - ucx | |
| - libpmix==5.0.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment