Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
calng
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
Model registry
Operate
Environments
Monitor
Incidents
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
calibration
calng
Merge requests
!82
Move geometry devices, some utilities to own repositories
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move geometry devices, some utilities to own repositories
move-utils-out
into
master
Overview
2
Commits
27
Pipelines
0
Changes
1
Merged
David Hammer
requested to merge
move-utils-out
into
master
1 year ago
Overview
2
Commits
27
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
c8a70611
Prev
Next
Show latest version
1 file
+
6
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c8a70611
Set h5py version, add xarray
· c8a70611
David Hammer
authored
1 year ago
Makefile
+
6
−
2
Options
PYPI
=
pip
install
--index-url
"https://devpi.exfldadev01.desy.de/root/pypi"
PROXIED
=
pip
install
--proxy
"http://exflproxy01.desy.de:3128"
.PHONY
:
all cupy jinja2 h5py extra-geom calng
.PHONY
:
all cupy jinja2 h5py
xarray
extra-geom
posixshmem
calng
all
:
calng
@@ -11,8 +11,12 @@ cupy:
jinja2
:
$(
PYPI
)
Jinja2
==
3.1.2
# version: follow minimum used by EXtra-data
h5py
:
$(
PYPI
)
h5py
$(
PYPI
)
h5py>
=
2.10
xarray
:
$(
PYPI
)
xarray
extra-geom
:
$(
PYPI
)
extra_geom
==
1.11.0
Loading