Skip to content

Commit

Permalink
Merge branch 'master' of github.com:PySCeS/pysces
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrohwer committed Aug 31, 2021
2 parents b5015d6 + 2461d59 commit 2172c9e
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions packaging/conda/meta.macos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
package:
name: pysces
version: "1.0.0"

source:
# git_url: https://github.com/PySCeS/pysces.git
path: ../..

build:
number: 0
include_recipe: True
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed . -vv"

requirements:
build:
- python
- setuptools
- numpy
- scipy
- matplotlib
- nose
- fortran-compiler
host:
- python
- setuptools
- numpy
- scipy
- matplotlib
- nose
- libgfortran5
run:
- python
- setuptools
- numpy
- scipy
- matplotlib
- nose
- libgfortran5
- ipyparallel
- python-libsbml
- assimulo

test:
imports:
- pysces
commands:
- python -s -c "import pysces; pysces.test(3)"

about:
home: http://pysces.sourceforge.net
license: BSD
licence_file: LICENCE.txt
summary: Python Simulator for Cellular Systems

extra:
maintainers:
- Brett G. Olivier
- Johann M. Rohwer

0 comments on commit 2172c9e

Please sign in to comment.