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 OpenDUck #21400

Merged
merged 4 commits into from
Apr 9, 2020
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
47 changes: 47 additions & 0 deletions recipes/openduck/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "duck" %}
{% set version = "v0.1.1" %}

package:
name: openduck
version: {{ version }}

source:
url: https://github.com/galaxycomputationalchemistry/{{ name }}/archive/{{ version }}.tar.gz
sha256: 0545b72c01139449e9b562084bae838f3394534936f01b796d172daff1d52532

build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . -vv"
entry_points:
- get_wqb = scripts.get_wqb:main
- duck_chunk=scripts.duck_chunk:main
- duck_prepare_sys=scripts.duck_prepare_sys:main
- duck_smd_runs=scripts.duck_smd_runs:main

requirements:
host:
- python
- pip
run:
- python
- rdkit
- cudatoolkit

test:
commands:
- duck_smd_runs -h
- duck_prepare_sys -h
- duck_chunk -h
- get_wqb -h

about:
home: https://github.com/galaxycomputationalchemistry/duck
license: Apache 2.0
license_family: Apache
license_file: LICENSE
summary: Open source library for dynamic undocking (DUck)

extra:
recipe-maintainers:
- simonbray