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

added medpy recipe #12417

Merged
merged 8 commits into from
Nov 29, 2018
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
56 changes: 56 additions & 0 deletions recipes/medpy/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{% set name = "MedPy" %}
{% set version = "0.3.0" %}

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

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

build:
number: 0
script:
- export CXXFLAGS="${CXXFLAGS} -I${PREFIX}/include -I${PYTHON_INCLUDE_DIR}"
- "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv "
skip: True # [osx]

requirements:
build:
#- {{ compiler('cxx') }}
host:
- nibabel >=1.3.0
- numpy >=1.6.1
- pip
- pydicom >=0.9.7
- python <3
- scipy >=0.9.0
#- boost
run:
- nibabel >=1.3.0
- numpy >=1.6.1
- pydicom >=0.9.7
- python <3
- itk
- scipy >=0.9.0

test:
imports:
- medpy
- medpy.core
- medpy.features
- medpy.filter
#- medpy.graphcut
- medpy.io
- medpy.itkvtk
- medpy.itkvtk.filter
- medpy.itkvtk.utilities
- medpy.metric
- medpy.utilities

about:
home: https://github.com/loli/medpy
license: GNU General Public (GPL)
license_family: LGPL
summary: Medical image processing in Python