Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cmeutils #18608

Merged
merged 6 commits into from
Apr 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions recipes/cmeutils/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% set name = "cmeutils" %}
{% set version = "0.0.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/cmelab/cmeutils/archive/refs/tags/v{{ version }}.tar.gz
sha256: bc8ba46d485e35d45f9d0e719a139afaaacf534ae44e55c1ca1f7ac314671067

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0

requirements:
host:
- python >=3.6
- pip
run:
- python >=3.6
- freud
- gsd
- numpy
- matplotlib-base
- pymbar
- rowan

test:
imports:
- cmeutils
requires:
- pip

about:
home: https://github.com/cmelab/cmeutils
summary: 'Useful functions by and for the CME lab.'
description: |
Helpful functions used by the CME Lab.
license: GPL-3.0-or-later
license_family: GPL
license_file: LICENSE
doc_url: https://github.com/cmelab/cmeutils
dev_url: https://github.com/cmelab/cmeutils

extra:
recipe-maintainers:
- jennyfothergill
- chrisjonesBSU