diff --git a/FieldTools/meta.yaml b/FieldTools/meta.yaml index 8124f847e9234b91d89f3489839625334bcd7e75..0b34c36bddc8eb234af8988777b3d85f56c37c47 100644 --- a/FieldTools/meta.yaml +++ b/FieldTools/meta.yaml @@ -1,11 +1,14 @@ + package: name: pyfield - version: "0.1.3" + version: 0.1.2 source: - # Alternative: Get a tarball from a -- to be assigned -- DOI - git_url: https://gitup.uni-potsdam.de/matusche/fieldtools.git - git_tag: master # Until we merged it to master; shall become a tag + # Get it from GIT XXX Git not yet public + #git_url: https://gitup.uni-potsdam.de/matusche/fieldtools.git + #git_tag: i1 # interim branch + # Get a tarball from GFZ data services + url: ftp://datapub.gfz-potsdam.de/download/10.5880.FIDGEO.2019.033/fieldtools.tar.gz build: # Not quite sure about $PYTHON; Docs are just using bare 'python' @@ -15,6 +18,7 @@ requirements: build: - {{ compiler('cxx') }} - swig + - numpy # setup.py relies on numpy - pkg-config - eigen @@ -30,6 +34,12 @@ requirements: - eigen # Not sure if required test: + commands: + - $PYTHON -c 'import pyfield; import doctest; doctest.testmod(pyfield)' + - $PYTHON -c 'import pyfieldcore; import doctest; doctest.testmod(pyfieldcore)' imports: - pyfield +about: + license: GPLv3 + license_file: LICENSE