Skip to content
Snippets Groups Projects

Field tools

Merged Stefan Mauerberger requested to merge FieldTools into master
1 file
+ 14
4
Compare changes
  • Side-by-side
  • Inline
+ 14
4
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
Loading