Merge pull request #238 into master

8b59cee8 client/container: root: migrate to Botan3 (Aaron Fiore)
This commit is contained in:
2025-11-11 14:42:28 -08:00
2 changed files with 2 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ RUN pacman -U root-6.36.04-6-x86_64.pkg.tar.zst --noconfirm --disable-download-t
# docker-finance
RUN pacman -Syu \
benchmark \
botan2 \
botan \
crypto++ \
gtest \
libsodium \

View File

@@ -180,8 +180,7 @@ void help()
void rootlogon()
{
// Add nested directory headers
// NOTE: Botan-3 is C++20 compliant (but ROOT isn't)
gInterpreter->AddIncludePath("/usr/include/botan-2");
gInterpreter->AddIncludePath("/usr/include/botan-3");
// Link libraries
gSystem->AddLinkedLibs("-lgtest"); // gtest/gmock