Skip to content
Snippets Groups Projects
Commit c222aeb6 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Merge branch 'fix-matplotlib-cairo-backend' into 'v3.0-stable'

Add pycairo to allow matplotlib to use cairo backend

See merge request !63
parents cc9a3ac1 5acacd55
No related branches found
No related tags found
3 merge requests!71Fix issue where Juggler isn't properly installed,!64V3.0 stable,!63Add pycairo to allow matplotlib to use cairo backend
......@@ -157,7 +157,7 @@ RUN cd /opt/spack-environment \
&& pip install --trusted-host pypi.org \
--trusted-host files.pythonhosted.org \
--no-cache-dir \
ipython matplotlib scipy yapf pandas \
ipython matplotlib scipy yapf pandas pycairo pyyaml \
jupyter jupyterlab uproot pyunfold seaborn \
&& echo -n "" \
&& echo "Executing cmake patch for dd4hep 16.1" \
......
......@@ -9,9 +9,9 @@ spack:
- clhep@2.4.4.0 cxxstd=17
- eigen@3.3.9
- python@3.7.8
- py-pip
- py-numpy
- py-pyyaml
- py-numpy@1.20.1
- py-pip@20.2
- pkg-config@0.29.2
- xrootd@5.1.0 cxxstd=17 +python
- root@6.22.08 cxxstd=17
+fftw +fortran +gdml +http +mlp +pythia8
......@@ -20,7 +20,7 @@ spack:
- pythia8@8303
- hepmc3@3.2.2 +python +rootio
- stow@2.3.1
- cairo+fc+ft+X+pdf+gobject
- cairo@1.16.0 +fc+ft+X+pdf+gobject
- podio@0.13
- geant4@10.7.1 cxxstd=17 +opengl +vecgeom +x11 +qt ^qt +opengl
- dd4hep@1.16.1 +geant4 +assimp +hepmc3 +ipo
......@@ -28,6 +28,6 @@ spack:
- gaudi@34.0
- dawn@3_91a
- dawncut@1_54a
- opencascade
- opencascade@7.4.0p1
concretization: together
view: /usr/local
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment