Last active
January 1, 2020 09:28
-
-
Save kozo2/55042897175c65dd91d89bc4ce9c05d2 to your computer and use it in GitHub Desktop.
recipes/ecell4/meta.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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