client/container: root: migrate to Botan3
- This is possible now that `dfi`'s ROOT build supports C++20 - No internal `dfi` API or impl changes are necessary * This includes any Botan signatures
This commit is contained in:
@@ -32,7 +32,7 @@ RUN pacman -U root-6.36.04-6-x86_64.pkg.tar.zst --noconfirm --disable-download-t
|
|||||||
# docker-finance
|
# docker-finance
|
||||||
RUN pacman -Syu \
|
RUN pacman -Syu \
|
||||||
benchmark \
|
benchmark \
|
||||||
botan2 \
|
botan \
|
||||||
crypto++ \
|
crypto++ \
|
||||||
gtest \
|
gtest \
|
||||||
libsodium \
|
libsodium \
|
||||||
|
|||||||
@@ -180,8 +180,7 @@ void help()
|
|||||||
void rootlogon()
|
void rootlogon()
|
||||||
{
|
{
|
||||||
// Add nested directory headers
|
// Add nested directory headers
|
||||||
// NOTE: Botan-3 is C++20 compliant (but ROOT isn't)
|
gInterpreter->AddIncludePath("/usr/include/botan-3");
|
||||||
gInterpreter->AddIncludePath("/usr/include/botan-2");
|
|
||||||
|
|
||||||
// Link libraries
|
// Link libraries
|
||||||
gSystem->AddLinkedLibs("-lgtest"); // gtest/gmock
|
gSystem->AddLinkedLibs("-lgtest"); // gtest/gmock
|
||||||
|
|||||||
Reference in New Issue
Block a user