Skip to content

Instantly share code, notes, and snippets.

@jose-d
Created August 7, 2025 09:03
Show Gist options
  • Save jose-d/aaeefc937a82d237a830a7acd11e13a6 to your computer and use it in GitHub Desktop.
Save jose-d/aaeefc937a82d237a830a7acd11e13a6 to your computer and use it in GitHub Desktop.
environment.yml for pyoperon with openMPI built with clang
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