From 071736dc8052ebc8df6d9bd234ded246ec240eaf Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Mon, 15 Apr 2024 12:59:25 +0200
Subject: [PATCH] Start with LCG_105b based on 105a

---
 cmake/toolchain/heptools-105b.cmake | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 cmake/toolchain/heptools-105b.cmake

diff --git a/cmake/toolchain/heptools-105b.cmake b/cmake/toolchain/heptools-105b.cmake
new file mode 100644
index 0000000000..a42c952830
--- /dev/null
+++ b/cmake/toolchain/heptools-105b.cmake
@@ -0,0 +1,16 @@
+#---List of externals----------------------------------------------
+set(LCG_PYTHON_VERSION 3)
+include(heptools-dev-base)
+
+#---Additional External packages------(Generators)-----------------
+include(heptools-dev-generators)
+
+LCG_external_package(ROOT 6.30.04)
+
+#---Apple MacOS special removals and overwrites--------------------
+include(heptools-macos)
+
+if(LCG_ARCH MATCHES "aarch64")
+  include(heptools-devARM)
+endif()
+
-- 
GitLab