Skip to content

Commit

Permalink
JCF: bump some versions/dates explicitly mentioned in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfreeman2 committed Feb 8, 2024
1 parent 1af74d7 commit a576080
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DUNE DAQ Buildtools

_This document was last edited Nov-14-2023_
_This document was last edited Feb-8-2024_

`daq-buildtools` is the toolset to simplify the development of DUNE DAQ packages. It provides environment and building utilities for the DAQ Suite.

Expand All @@ -17,12 +17,12 @@ source /cvmfs/dunedaq.opensciencegrid.org/setup_dunedaq.sh
setup_dbt latest
```

Here v7.4.0 is the latest daq-buildtools version as of Nov-3-2023.
Here v7.6.0 is the latest daq-buildtools version as of Feb-8-2024.

After running these two commands, then you'll see something like:
```
Added /cvmfs/dunedaq.opensciencegrid.org/tools/dbt/v7.4.0/bin -> PATH
Added /cvmfs/dunedaq.opensciencegrid.org/tools/dbt/v7.4.0/scripts -> PATH
Added /cvmfs/dunedaq.opensciencegrid.org/tools/dbt/v7.6.0/bin -> PATH
Added /cvmfs/dunedaq.opensciencegrid.org/tools/dbt/v7.6.0/scripts -> PATH
DBT setuptools loaded
```
If you type `dbt-` followed by the `<tab>` key you'll see a listing of available commands, which include `dbt-create`, `dbt-build`, `dbt-setup-release` and `dbt-workarea-env`. These are all described in the following sections.
Expand All @@ -35,7 +35,7 @@ Each time that you log into a fresh Linux shell and want to either (1) set up an
If you only want access to a DUNE DAQ software release (its executables, etc.) without actually developing DUNE DAQ software itself, you'll want to run a release from cvmfs. Please note that in general, frozen releases (especially patch frozen releases) are intended for this scenario, and _not_ for development. After setting up daq-buildtools, you can simply run the following command if you wish to use a frozen release:

```sh
dbt-setup-release <release> # fddaq-v4.2.0-a9 the latest frozen release as of Nov-3-2023
dbt-setup-release <release> # fddaq-v4.2.1-a9 the latest FD frozen release as of Nov-30-2023
```
As of July 2023, the DUNE DAQ software stack has been split into far detector and near detector-specific parts. Starting with the `v4.1.0` release of the stack, do _not_ use the traditional convention of `dunedaq-vX.Y.Z` as the frozen release label, but instead, `fddaq-vX.Y.Z` and `nddaq-vX.Y.Z`. Note that for `v4.1.0` and `v4.1.1` we only have a far detector-specific stack.

Expand Down

0 comments on commit a576080

Please sign in to comment.