Skip to content

Commit bfb3475

Browse files
committed
Update for the rest of the tests
1 parent 386cbaf commit bfb3475

6 files changed

Lines changed: 85 additions & 1 deletion

File tree

ci/interop/v3.3.0.patch

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,20 @@ diff --git a/DetDescr/CMakeLists.txt b/DetDescr/CMakeLists.txt
5656

5757
# Nothing worked
5858
if (NOT Boost_FOUND)
59+
diff --git a/Framework/CMakeLists.txt b/Framework/CMakeLists.txt
60+
--- a/Framework/CMakeLists.txt
61+
+++ b/Framework/CMakeLists.txt
62+
@@ -16,11 +16,11 @@
63+
# Search for the Python3 library
64+
find_package(Python3 COMPONENTS Interpreter Development)
65+
66+
+cmake_policy(SET CMP0167 NEW)
67+
# Search for Boost
68+
find_package(
69+
Boost REQUIRED
70+
- COMPONENTS system
71+
- log
72+
+ COMPONENTS log
73+
filesystem
74+
thread
75+
chrono

ci/interop/v3.4.0.patch

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,20 @@ diff --git a/DetDescr/CMakeLists.txt b/DetDescr/CMakeLists.txt
5656

5757
# Nothing worked
5858
if (NOT Boost_FOUND)
59+
diff --git a/Framework/CMakeLists.txt b/Framework/CMakeLists.txt
60+
--- a/Framework/CMakeLists.txt
61+
+++ b/Framework/CMakeLists.txt
62+
@@ -23,11 +23,11 @@
63+
# Search for the Python3 library
64+
find_package(Python3 COMPONENTS Interpreter Development)
65+
66+
+cmake_policy(SET CMP0167 NEW)
67+
# Search for Boost
68+
find_package(
69+
Boost REQUIRED
70+
- COMPONENTS system
71+
- log
72+
+ COMPONENTS log
73+
filesystem
74+
thread
75+
chrono

ci/interop/v4.0.5.patch

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,23 @@ diff --git a/DetDescr/CMakeLists.txt b/DetDescr/CMakeLists.txt
5555

5656
# Nothing worked
5757
if (NOT Boost_FOUND)
58+
diff --git a/Framework/CMakeLists.txt b/Framework/CMakeLists.txt
59+
--- a/Framework/CMakeLists.txt
60+
+++ b/Framework/CMakeLists.txt
61+
@@ -23,11 +23,11 @@
62+
# Search for the Python3 library
63+
find_package(Python3 COMPONENTS Interpreter Development)
64+
65+
+cmake_policy(SET CMP0167 NEW)
66+
# Search for Boost
67+
find_package(
68+
Boost REQUIRED
69+
- COMPONENTS system
70+
- log
71+
+ COMPONENTS log
72+
filesystem
73+
thread
74+
chrono
5875
diff --git a/Hcal/src/Hcal/HcalClusterProducer.cxx b/Hcal/src/Hcal/HcalClusterProducer.cxx
5976
--- a/Hcal/src/Hcal/HcalClusterProducer.cxx
6077
+++ b/Hcal/src/Hcal/HcalClusterProducer.cxx

ci/interop/v4.1.4.patch

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,23 @@ diff --git a/DetDescr/CMakeLists.txt b/DetDescr/CMakeLists.txt
6666

6767
# Nothing worked
6868
if (NOT Boost_FOUND)
69+
diff --git a/Framework/CMakeLists.txt b/Framework/CMakeLists.txt
70+
--- a/Framework/CMakeLists.txt
71+
+++ b/Framework/CMakeLists.txt
72+
@@ -23,11 +23,11 @@
73+
# Search for the Python3 library
74+
find_package(Python3 COMPONENTS Interpreter Development)
75+
76+
+cmake_policy(SET CMP0167 NEW)
77+
# Search for Boost
78+
find_package(
79+
Boost REQUIRED
80+
- COMPONENTS system
81+
- log
82+
+ COMPONENTS log
83+
filesystem
84+
thread
85+
chrono
6986
diff --git a/Hcal/src/Hcal/HcalClusterProducer.cxx b/Hcal/src/Hcal/HcalClusterProducer.cxx
7087
--- a/Hcal/src/Hcal/HcalClusterProducer.cxx
7188
+++ b/Hcal/src/Hcal/HcalClusterProducer.cxx

ci/interop/v4.2.20.patch

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,23 @@ diff --git a/DetDescr/CMakeLists.txt b/DetDescr/CMakeLists.txt
4343

4444
# Nothing worked
4545
if (NOT Boost_FOUND)
46+
diff --git a/Framework/CMakeLists.txt b/Framework/CMakeLists.txt
47+
--- a/Framework/CMakeLists.txt
48+
+++ b/Framework/CMakeLists.txt
49+
@@ -23,11 +23,11 @@
50+
# Search for the Python3 library
51+
find_package(Python3 COMPONENTS Interpreter Development)
52+
53+
+cmake_policy(SET CMP0167 NEW)
54+
# Search for Boost
55+
find_package(
56+
Boost REQUIRED
57+
- COMPONENTS system
58+
- log
59+
+ COMPONENTS log
60+
filesystem
61+
thread
62+
chrono
4663
diff --git a/Hcal/src/Hcal/HcalClusterProducer.cxx b/Hcal/src/Hcal/HcalClusterProducer.cxx
4764
--- a/Hcal/src/Hcal/HcalClusterProducer.cxx
4865
+++ b/Hcal/src/Hcal/HcalClusterProducer.cxx

ci/interop/v4.7.3.patch

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)