Skip to content

Commit

Permalink
Update conda env for c++
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdenkampe committed Apr 15, 2024
1 parent c73aaa8 commit a150340
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ name: wrap-all
channels:
- conda-forge
dependencies:
- python=3
- python>=3.10
- make
- cmake
- pkg-config
- c-compiler
- bmi-c
- cxx-compiler
- bmi-cxx
# - fortran-compiler
# - bmi-fortran
# - babelizer # installs latest release
# - babelizer # installs latest release. pip install below for dev
- bmi-tester
- pymt>=1.3
- gimli.units=0.3.1 # Before reorg (https://github.com/mcflugen/gimli/pull/18)
Expand All @@ -23,4 +25,5 @@ dependencies:
# PIP install requirements only if it is not possible with conda
- pip
- pip:
- git+https://github.com/csdms/babelizer.git@develop # installs head of branch
# - -e git+https://github.com/csdms/babelizer.git@develop # installs head of branch
- -e git+https://github.com/csdms/babelizer.git@mdpiper/add-cxx-example

0 comments on commit a150340

Please sign in to comment.