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
!2
Example
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Example
Example
into
master
Overview
1
Commits
5
Pipelines
0
Changes
4
Merged
Stefan Mauerberger
requested to merge
Example
into
master
5 years ago
Overview
1
Commits
5
Pipelines
0
Changes
4
Expand
Lowering
l_max=10
is a workaround for
#16 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
faef9ccb
5 commits,
5 years ago
4 files
+
4284
−
4248
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
FieldTools/meta.yaml
0 → 100644
+
35
−
0
Options
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