Skip to content
Snippets Groups Projects
Commit 3d959f07 authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

fix (hopefully) the pipeline

parent 0b900a25
Branches
Tags
No related merge requests found
......@@ -13,3 +13,4 @@ brew "boost"
brew "nlohmann-json"
brew "xerces-c"
brew "eigen"
brew "hdf5"
......@@ -32,6 +32,9 @@ RUN apt-get update && apt-get install -y sqlite3 libsqlite3-dev
### Install eigen to avoid the own installation
RUN apt-get update && apt-get install -y libeigen3-dev
### Install eigen to avoid the own installation
RUN apt-get update && apt-get install -y libhdf5-dev
### Another layer of building xer
RUN wget https://cern.ch/lcgpackages/tarFiles/sources/xerces-c-${XercesC_VERSION}.tar.gz && \
tar -xzf xerces-c-${XercesC_VERSION}.tar.gz && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment