Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Oblath committed Feb 10, 2023
1 parent e032e8e commit b38a009
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions Documentation/ValidationLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@ Fixes:
Log
---

Version: 1.3.3
~~~~~~~~~~~~~~~

Release Date: Feb 23, 2023
'''''''''''''''''''''''''''''''

New Features:
'''''''''''''

* Ubuntu base image
* Dev/Prod split (v1.3.0)


Version: 1.2.0
~~~~~~~~~~~~~~~

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repo includes the Dockerfiles for the base images of the Project 8 analysis

The Dev image includes packages that are needed to build the Project 8 software (usually ending in `-dev`). The Prod image includes non-dev packages that are necessary to run Project 8 software. The Prod image is about a factor of two smaller than the Dev image when built.

These images are based on the `python/bullseye (Debian-based) image.
These images are based on the Ubuntu 22.04 image.

Dockerfiles for individual software packages can be found in their respective repositories. They are all based on the `luna_base` image.

Expand All @@ -13,6 +13,7 @@ Dockerfiles for individual software packages can be found in their respective re
Installed by aptitude for Dev/Prod (and what requires it):
* build-essential / build-essential (many things)
* dpkg-dev / [none] (many things)
* python3 / python3.10-minimal (many things)
* cmake / [none] (any dev work)
* git / [none] (any dev work)
* vim / [none] (any dev work)
Expand All @@ -30,6 +31,7 @@ Installed by aptitude for Dev/Prod (and what requires it):
* libjpeg-dev / libjpeg62-turbo (ROOT)
* libfftw3-dev / libfftw3-double3 (Katydid, Locust, ROOT, ...)
* libboost-all-dev / [none] (many things)
* [none] / libboost-atomic1.74.0 (many things)
* [none] / libboost-date-time1.74.0 (many things)
* [none] / libboost-filesystem1.74.0 (many things)
* [none] / libboost-program-options1.74.0 (Katydid)
Expand Down
2 changes: 2 additions & 0 deletions Scripts/install_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# Current dependencies installed
# - build-essential: anything to be built; standard libraries
# - dpkg-dev: ???
# - python3.10-minimal: anything using Python
# - cmake: anything to be built
# - clang: anything to be built with clang
# - git: any p8 projects to be built
Expand All @@ -31,6 +32,7 @@
# - libpng(-dev): ROOT
# - libjpeg(-dev): ROOT
# - libfftw3(-dev): ROOT, Katydid, Locust
# - libboost-atomic: Katydid, Locust
# - libboost-date-time: Katydid, Locust
# - libboost-filesystem: Katydid, Locust
# - libboost-program-options: Katydid
Expand Down

0 comments on commit b38a009

Please sign in to comment.