Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ RUN install-ubuntu-packages \
libxpm-dev \
libz-dev \
libzstd-dev \
nlohmann-json3-dev \
srm-ifce-dev \
libgsl-dev

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ Software Package | Version | Construction Process
[Ubuntu Server](https://ubuntu.com/) | 24.04 | Base Image
[Python](https://www.python.org/) | 3.12.3 | From Ubuntu Repos
[cmake](https://cmake.org/) | 3.28.3 | From Ubuntu Repos
[Boost](https://www.boost.org/doc/libs/1_74_0/) | 1.83.0 | From Ubuntu Repos
[Boost](https://www.boost.org/doc/libs/1_83_0/) | 1.83.0 | From Ubuntu Repos
[XercesC](http://xerces.apache.org/xerces-c/) | 3.3.0 | Built from source
[LHAPDF](https://www.lhapdf.org/) | 6.5.5 | Built from source
[Pythia8](https://pythia.org/) | 8.313 | Built from source
[nlohmann/json](https://json.nlohmann.me/) | 3.11.3 | From Ubuntu Repos
[ROOT](https://root.cern.ch/) | 6.34.04 | Built from source
[Geant4](https://geant4.web.cern.ch/) | [LDMX.10.2.3\_v0.6](https://github.com/LDMX-Software/geant4/tree/LDMX.10.2.3_v0.6) | Built from source
[Eigen](https://eigen.tuxfamily.org/index.php?title=Main_Page) | 3.4.0 | Built from source
Expand Down
1 change: 1 addition & 0 deletions docs/src/ubuntu-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ libxmu-dev | low-level window management (ROOT GUI)
libxpm-dev | low-level window management (ROOT GUI)
libz-dev | Data compression in ROOT serialization
libzstd-dev | Data compression in ROOT serialization
nlohmann-json3-dev | JSON reading/writing in ROOT and ldmx-sw
srm-ifce-dev | [srm-ifce](https://github.com/cern-fts/srm-ifce) client side access of distributed storage within ROOT
libgsl-dev | GNU Scientific Library for numerical calculations in ROOT MathMore (needed for GENIE)
liblog4cpp5-dev | C++ Logging Library used in GENIE
Expand Down