Skip to content

Commit a150340

Browse files
committed
Update conda env for c++
Following new example added with csdms/babelizer#105 and shown (for now) in https://babelizer.readthedocs.io/en/mdpiper-add-cxx-example/example-cxx.html
1 parent c73aaa8 commit a150340

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

environment.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ name: wrap-all
33
channels:
44
- conda-forge
55
dependencies:
6-
- python=3
6+
- python>=3.10
77
- make
88
- cmake
99
- pkg-config
1010
- c-compiler
1111
- bmi-c
12+
- cxx-compiler
13+
- bmi-cxx
1214
# - fortran-compiler
1315
# - bmi-fortran
14-
# - babelizer # installs latest release
16+
# - babelizer # installs latest release. pip install below for dev
1517
- bmi-tester
1618
- pymt>=1.3
1719
- gimli.units=0.3.1 # Before reorg (https://github.com/mcflugen/gimli/pull/18)
@@ -23,4 +25,5 @@ dependencies:
2325
# PIP install requirements only if it is not possible with conda
2426
- pip
2527
- pip:
26-
- git+https://github.com/csdms/babelizer.git@develop # installs head of branch
28+
# - -e git+https://github.com/csdms/babelizer.git@develop # installs head of branch
29+
- -e git+https://github.com/csdms/babelizer.git@mdpiper/add-cxx-example

0 commit comments

Comments
 (0)