brukeropusreader/recipe/meta.yaml

51 lines
807 B
YAML

{% set name = "brukeropusreader" %}
{% set version = environ['VERSION'] %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
path: ../
build:
script_env:
- VERSION
- CONDA_BLD_PATH
string: {{ environ['DEVSTRING'] }}
noarch: python
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
build:
- {{ compiler('cxx') }}
- python
host:
- python
- numpy
- pip
- scipy
run:
- python
- numpy
- scipy
test:
- python {{ python }}
test:
script_env:
- VERSION
- CONDA_BLD_PATH
imports:
- brukeropusreader
about:
home: "https://github.com/qedsoftware/brukeropusreader"
license: GPLv3
license_family: GPL3
summary: "Bruker OPUS File Reader"
extra:
recipe-maintainers:
- fernandezc