Skip to content

Commit

Permalink
build files for pyrms
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jan 22, 2023
1 parent b3f6136 commit 4b558fb
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyrms/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python -m pip install --no-deps --ignore-installed .
46 changes: 46 additions & 0 deletions pyrms/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set version = "0.1.2" %}
{% set name = "pyrms" %}

package:
name: pyrms
version: {{ version }}

source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: d3a8929d5c66a80cc17469c3d82991182d566ad53c5b9d427d4f94ce2bcf73e5

build:
number: '1'
string: rmg_1

requirements:
build:
- python=3.7
- pip
run:
- python=3.7
- julia>=1.3
- diffeqpy
- pyjulia
- rmg>=3.0.0
- rdkit
- pydot
- matplotlib
- pyyaml

test:
imports:
- pyrms
#commands:
# - python -c "from julia.api import Julia; jl = Julia(compiled_modules=False); from pyrms import rms"
# - python-jl -c "from pyrms import rms"
# - nosetests pyrms/pyrms/rmsTest.py

about:
home: https://github.com/ReactionMechanismGenerator/pyrms
license: MIT
#license_file: 'LICENSE.md'
#license_family: MIT
summary: "python interface to ReactionMechanismSimulator"

0 comments on commit 4b558fb

Please sign in to comment.