File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,17 @@ name: wrap-all
33channels :
44 - conda-forge
55dependencies :
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
You can’t perform that action at this time.
0 commit comments