-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
36 lines (34 loc) · 1.24 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# A conda environment file for babelizer examples for all languages
name: wrap-all
channels:
- conda-forge
- nodefaults # Speeds solving env, by limiting the number of options
dependencies:
# From examples in https://babelizer.readthedocs.io/en/mdpiper-add-cxx-example/
- python<3.12 # Regex errors in the babelize init command related to Python 3.12
- make
- cmake
- pkg-config
- c-compiler
- cxx-compiler
- fortran-compiler
- bmi-c
- bmi-cxx
- bmi-fortran
- bmipy
# - babelizer # installs latest release. pip install below for dev
- bmi-tester
# - pymt>=1.3 # Not installing for now, until it gets updated to work with babelizer updates
# other dependancies to improve build workflow
- gimli.units=0.3.1 # Before reorg (https://github.com/mcflugen/gimli/pull/18)
# to prevent import error with pymt=1.3.1
# package management
- conda
- conda-build
- conda-libmamba-solver
# PIP install requirements only if it is not possible with conda
- pip
- pip:
# - -e git+https://github.com/csdms/babelizer.git@develop # installs head of branch
# install head of `mdpiper/add-cxx-example` branch:
- git+https://github.com/csdms/babelizer.git#111ed1b0f62e0a20ba373a465914ccbb5b17adb6