File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,3 +36,9 @@ we just need to build ldmx-sw with specific `cmake` options pointing it to our n
3636just configure -DActs_DIR=/path/to/ldmx/acts/install
3737just build
3838```
39+ Some other CMake options may be required depending on your version of ACTS and the version of the dev
40+ image you are using. Below are some options that we've come across while testing. They can be set on the
41+ the command line when running ` just configure ` with ` -D<name>=<value> ` like ` Acts_DIR ` above.
42+ - ` CMAKE_FIND_DEBUG_MODE ` : may need to be turned ` OFF `
43+ - ` nlohmann_json_DIR ` : may need to be directed to the specific version that was installed with ACTS
44+ - e.g. ` -Dnlohmann_json_DIR=/path/to/ldmx/acts/install/lib/cmake/nlohmann_json/ `
Original file line number Diff line number Diff line change @@ -39,4 +39,8 @@ variable `apptainer` defines at runtime.
3939```
4040denv printenv APPTAINER_CONTAINER
4141```
42+ Putting all this together, we can find the image version label with the following one-liner.
43+ ```
44+ apptainer inspect $(denv printenv APPTAINER_CONTAINER) | grep org.opencontainers.image.version
45+ ```
4246~~~
You can’t perform that action at this time.
0 commit comments