-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmeta.yaml
49 lines (42 loc) · 1.12 KB
/
meta.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{% set name = "bw2calc" %}
{% set version = "1.8.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 4129f60e98c08401d628e496d64cb05317e594fddb6ae9414b8bbe52cfdec765
build:
script: {{ PYTHON }} -m pip install . -vv
number: 0
requirements:
build:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
host:
- python
- pip
- setuptools
run:
- eight
- numpy
- pypardiso # [not (osx and arm64)]
- python
- scikit-umfpack # [osx and arm64]
- scipy
- stats_arrays
test:
imports:
- bw2calc
about:
home: https://github.com/brightway-lca/brightway2-calc
summary: 'The calculation engine for the Brightway2 life cycle assessment framework.'
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
dev_url: https://github.com/brightway-lca/brightway2-calc
extra:
recipe-maintainers:
- michaelweinold
- cmutel
- m-rossi