-
Notifications
You must be signed in to change notification settings - Fork 8
/
construct.yaml
34 lines (29 loc) · 1.02 KB
/
construct.yaml
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
name: ommprotocol
version: {{ environ.get('GIT_DESCRIBE_TAG', 'vN/A')[1:] }}
license_file: LICENSE
# Welcome image for Windows installer
welcome_image: docs/img/logo.png [win]
{% if environ.get('OS', '').startswith('Windows') or environ.get('APPVEYOR') %}
{% set CONDA_BUILD_LOCAL = 'file:///' + environ['CONDA_PREFIX'] + '/conda-bld' %}
{% else %}
{% set CONDA_BUILD_LOCAL = 'file://' + environ['CONDA_PREFIX'] + '/conda-bld' %}
{% endif %}
channels:
- {{ CONDA_BUILD_LOCAL }}
- https://conda.anaconda.org/insilichem
- https://conda.anaconda.org/insilichem
- https://conda.anaconda.org/omnia
- https://repo.continuum.io/pkgs/main/
- https://repo.continuum.io/pkgs/free/
- https://conda.anaconda.org/conda-forge [win]
conda_default_channels:
- https://conda.anaconda.org/insilichem
- https://conda.anaconda.org/omnia
- https://repo.continuum.io/pkgs/main/
- https://repo.continuum.io/pkgs/free/
ignore_duplicate_files: True
specs:
- python 3.6*
- nomkl [unix]
- ommprotocol
- conda