Skip to content

Commit

Permalink
build: LC_ALL=C for DD4hep in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Nov 11, 2024
1 parent 2b0cf14 commit 4d48360
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/setup_withdeps.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ if [[ -d "@Geant4_DIR@" ]]; then
fi
if [[ -d "@DD4hep_DIR@" ]]; then
. @DD4hep_INCLUDE_DIRS@/../bin/thisdd4hep.sh
# Without this, DD4hep's Xerces-C XML parsing fails with:
# > Could not load a transcoding service
export LC_ALL=C
fi
if [[ -d "@podio_DIR@" ]]; then
export LD_LIBRARY_PATH="@podio_LIBRARY_DIR@:${LD_LIBRARY_PATH}"
Expand Down

0 comments on commit 4d48360

Please sign in to comment.