Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CORBASS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sec23
korte
CORBASS
Merge requests
!4
Field tools
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Field tools
FieldTools
into
master
Overview
0
Commits
9
Pipelines
0
Changes
1
Merged
Stefan Mauerberger
requested to merge
FieldTools
into
master
4 years ago
Overview
0
Commits
9
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c23638c8
9 commits,
4 years ago
1 file
+
14
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
FieldTools/meta.yaml
+
14
−
4
Options
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