Skip to content
Snippets Groups Projects
Commit a48e108d authored by David Hammer's avatar David Hammer
Browse files

Merge branch 'use-devpi-and-proxy' into 'master'

Use devpi, drop calgDeps

See merge request !79
parents 0a1ed891 401319bb
No related branches found
No related tags found
1 merge request!79Use devpi, drop calgDeps
TrainMatcher, 2.4.2-2.19.0
calngDeps, 1.0.2-2.17.0
calibrationClient, 11.3.0
Makefile 0 → 100644
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
all: calng
cupy:
$(PYPI) cupy-cuda12x==11.6.0
jinja2:
$(PYPI) Jinja2==3.1.2
h5py:
$(PYPI) h5py
extra-geom:
$(PYPI) extra_geom==1.11.0
posixshmem:
$(PROXIED) "git+https://github.com/European-XFEL/posixshmem"
calng: cupy jinja2 h5py extra-geom posixshmem
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment