Skip to content
Snippets Groups Projects

Example

Merged Stefan Mauerberger requested to merge Example into master
4 files
+ 4284
4248
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 35
0
package:
name: pyfield
version: "0.1.3"
source:
# Alternative: Get a tarball from a -- to be assigned -- DOI
git_url: https://gitup.uni-potsdam.de/matusche/fieldtools.git
git_tag: stefan # Until we merged it to master; shall become a tag
build:
# Not quite sure about $PYTHON; Docs are just using bare 'python'
script: $PYTHON setup.py build && $PYTHON setup.py install
requirements:
build:
- {{ compiler('cxx') }}
- swig
- pkg-config
- eigen
host:
- python
- setuptools
- numpy
- eigen # Not sure if required
run:
- python
- numpy
- eigen # Not sure if required
test:
imports:
- pyfield
Loading