Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sec23
korte
CORBASS
Commits
aae0618f
Commit
aae0618f
authored
Nov 26, 2020
by
Stefan Mauerberger
Browse files
Update conda build recipe
parent
71a53b5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
FieldTools/meta.yaml
View file @
aae0618f
package
:
name
:
pyfield
version
:
0.1.
2
version
:
"
0.1.
3i"
source
:
# 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
url
:
ftp://datapub.gfz-potsdam.de/download/10.5880.FIDGEO.2019.033/fieldtools-i2.tar.gz
sha256
:
b297d853f30abdca968af2e3f52a5f62f0991485b23590897b7149c7171f3127
build
:
# Not quite sure about $PYTHON; Docs are just using bare 'python'
script
:
$PYTHON setup.py build && $PYTHON setup.py install
script
:
-
export CPPFLAGS='-Wno-deprecated'
-
$PYTHON setup.py build
-
$PYTHON setup.py install
requirements
:
build
:
-
{{
compiler('cxx')
}}
-
{{
compiler('cxx')
}}
>
=9.
3
# XXX Versioning scheme only compatible with GCC
-
swig
-
numpy
# setup.py relies on numpy
-
pkg-config
-
pkg-config
# setup.py relies on pkg-config
-
eigen
host
:
-
python
-
setuptools
-
numpy
-
eigen
# Not sure if required
-
pkg-config
# setup.py relies on pkg-config
-
eigen
run
:
-
python
-
numpy
-
eigen
# Not sure if required
test
:
commands
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment