Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{lib}[GCCcore/13.3.0] Catch2 v3.8.0 #22168

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ThomasHoffmann77
Copy link
Contributor

(created using eb --new-pr)

Copy link

Updated software Catch2-3.8.0-GCCcore-13.3.0.eb

Diff against Catch2-2.13.10-GCCcore-13.3.0.eb

easybuild/easyconfigs/c/Catch2/Catch2-2.13.10-GCCcore-13.3.0.eb

diff --git a/easybuild/easyconfigs/c/Catch2/Catch2-2.13.10-GCCcore-13.3.0.eb b/easybuild/easyconfigs/c/Catch2/Catch2-3.8.0-GCCcore-13.3.0.eb
index 00abfac39c..530eea1bbd 100644
--- a/easybuild/easyconfigs/c/Catch2/Catch2-2.13.10-GCCcore-13.3.0.eb
+++ b/easybuild/easyconfigs/c/Catch2/Catch2-3.8.0-GCCcore-13.3.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'CMakeMake'
 
 name = 'Catch2'
-version = '2.13.10'
+version = '3.8.0'
 
 homepage = 'https://github.com/catchorg/Catch2'
 description = """A modern, C++-native, header-only,
@@ -13,7 +13,7 @@ toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 
 source_urls = ['https://github.com/catchorg/Catch2/archive/']
 sources = ['v%(version)s.tar.gz']
-checksums = ['d54a712b7b1d7708bc7a819a8e6e47b2fde9536f487b89ccbca295072a7d9943']
+checksums = ['1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087']
 
 builddependencies = [
     ('binutils', '2.42'),  # to make CMake compiler health check pass on old systems
@@ -23,7 +23,7 @@ builddependencies = [
 separate_build_dir = True
 
 sanity_check_paths = {
-    'files': ['include/catch2/catch.hpp'],
+    'files': ['include/catch2/catch_all.hpp'],
     'dirs':  ['lib/cmake'],
 }
 
Diff against Catch2-2.13.9-GCCcore-13.2.0.eb

easybuild/easyconfigs/c/Catch2/Catch2-2.13.9-GCCcore-13.2.0.eb

diff --git a/easybuild/easyconfigs/c/Catch2/Catch2-2.13.9-GCCcore-13.2.0.eb b/easybuild/easyconfigs/c/Catch2/Catch2-3.8.0-GCCcore-13.3.0.eb
index e64ae6c440..530eea1bbd 100644
--- a/easybuild/easyconfigs/c/Catch2/Catch2-2.13.9-GCCcore-13.2.0.eb
+++ b/easybuild/easyconfigs/c/Catch2/Catch2-3.8.0-GCCcore-13.3.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'CMakeMake'
 
 name = 'Catch2'
-version = '2.13.9'
+version = '3.8.0'
 
 homepage = 'https://github.com/catchorg/Catch2'
 description = """A modern, C++-native, header-only,
@@ -9,22 +9,22 @@ description = """A modern, C++-native, header-only,
  - using C++11, C++14, C++17 and later
 """
 
-toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 
 source_urls = ['https://github.com/catchorg/Catch2/archive/']
 sources = ['v%(version)s.tar.gz']
-checksums = ['06dbc7620e3b96c2b69d57bf337028bf245a211b3cddb843835bfe258f427a52']
+checksums = ['1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087']
 
 builddependencies = [
-    ('binutils', '2.40'),  # to make CMake compiler health check pass on old systems
-    ('CMake', '3.27.6'),
+    ('binutils', '2.42'),  # to make CMake compiler health check pass on old systems
+    ('CMake', '3.29.3'),
 ]
 
 separate_build_dir = True
 
 sanity_check_paths = {
-    'files': ['include/catch2/catch.hpp'],
-    'dirs':  ['lib64/cmake'],
+    'files': ['include/catch2/catch_all.hpp'],
+    'dirs':  ['lib/cmake'],
 }
 
 moduleclass = 'lib'
Diff against Catch2-2.13.9-GCCcore-12.3.0.eb

easybuild/easyconfigs/c/Catch2/Catch2-2.13.9-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/c/Catch2/Catch2-2.13.9-GCCcore-12.3.0.eb b/easybuild/easyconfigs/c/Catch2/Catch2-3.8.0-GCCcore-13.3.0.eb
index a9cbf99bf1..530eea1bbd 100644
--- a/easybuild/easyconfigs/c/Catch2/Catch2-2.13.9-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/c/Catch2/Catch2-3.8.0-GCCcore-13.3.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'CMakeMake'
 
 name = 'Catch2'
-version = '2.13.9'
+version = '3.8.0'
 
 homepage = 'https://github.com/catchorg/Catch2'
 description = """A modern, C++-native, header-only,
@@ -9,22 +9,22 @@ description = """A modern, C++-native, header-only,
  - using C++11, C++14, C++17 and later
 """
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 
 source_urls = ['https://github.com/catchorg/Catch2/archive/']
 sources = ['v%(version)s.tar.gz']
-checksums = ['06dbc7620e3b96c2b69d57bf337028bf245a211b3cddb843835bfe258f427a52']
+checksums = ['1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087']
 
 builddependencies = [
-    ('binutils', '2.40'),  # to make CMake compiler health check pass on old systems
-    ('CMake', '3.26.3'),
+    ('binutils', '2.42'),  # to make CMake compiler health check pass on old systems
+    ('CMake', '3.29.3'),
 ]
 
 separate_build_dir = True
 
 sanity_check_paths = {
-    'files': [],
-    'dirs':  ['include/catch2', 'lib64/cmake'],
+    'files': ['include/catch2/catch_all.hpp'],
+    'dirs':  ['lib/cmake'],
 }
 
 moduleclass = 'lib'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant