pueoBuilder
Loading...
Searching...
No Matches
Deprecated List
Page Installing All Things PUEO
  • As of April 22, 2025 pueoBuilder PR #18, $LD_LIBRARY_PATH is no longer needed to run PUEO binaries (ie. C++ scripts, eg. simulatePueo).
  • That said, to run the Python scripts (for example the ones in pueoAnalysisTools/SharedUtils), the library path still needs to be a part of $LD_LIBRARY_PATH.
  • That is, do export LD_LIBRARY_PATH=${PUEO_UTIL_INSTALL_DIR}/lib64 if you are running the Python scripts.
Page Optional: Conda
Seems like environment variables can no longer be set through conda-devenv as promised in the old README, so you should still follow Step 1: install location to set $PUEO_UTIL_INSTALL_DIR. If you figure out how to solve this issue, please submit a PR to edit this page accordingly.
Page Setting Up the Environment

As of March 27, 2025, the following environment vairables are no longer required

  1. PUEO_BUILD_DIR
  2. NICEMC_BUILD
  3. NICEMC_SRC
  4. PUEOSIM_DATA
  5. PUEOSIM_SRC

See Building for the first time in the Old README for more information.