Skip to content

Instantly share code, notes, and snippets.

@kozo2
Last active January 1, 2020 09:28
Show Gist options
  • Save kozo2/55042897175c65dd91d89bc4ce9c05d2 to your computer and use it in GitHub Desktop.
Save kozo2/55042897175c65dd91d89bc4ce9c05d2 to your computer and use it in GitHub Desktop.
recipes/ecell4/meta.yaml
{% set name = "ecell4" %}
{% set version = "1.1.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
- url: https://github.com/ecell/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 01effa51fe666ba9156cadcec903e900921d6183cd673731c28f3b406afbb90b
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- python
- setuptools
- pip
- ecell4_base
- matplotlib
run:
- ecell4_base
- matplotlib
- python
test:
imports:
- ecell4
- ecell4.datasource
- ecell4.extra
- ecell4.util
about:
home: https://github.com/ecell/ecell4
license: GPL-3.0
license_family: GPL
license_file: LICENSE
summary: An integrated software environment for multi-algorithm, multi-timescale, multi-spatial-representation simulation
extra:
recipe-maintainers:
- kozo2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment