Skip to content

{vis}[GCCcore/13.3.0,foss/2024a] Simbody v3.8, OpenSim v4.5.2, SCONE v2.4.2, ...#23464

Merged
smoors merged 4 commits intoeasybuilders:developfrom
lexming:20250723102258_new_pr_Simbody38
Mar 6, 2026
Merged

{vis}[GCCcore/13.3.0,foss/2024a] Simbody v3.8, OpenSim v4.5.2, SCONE v2.4.2, ...#23464
smoors merged 4 commits intoeasybuilders:developfrom
lexming:20250723102258_new_pr_Simbody38

Conversation

@lexming
Copy link
Copy Markdown
Contributor

@lexming lexming commented Jul 23, 2025

(created using eb --new-pr)

Depends on:

…4a.eb, SCONE-2.4.2-foss-2024a.eb, spdlog-1.4.1-GCCcore-13.3.0.eb, docopt.cpp-0.6.3-400e6dd-GCCcore-13.3.0.eb and patches: OpenSim-4.5.2_fix-docopt-includes-link.patch, SCONE-2.4.2_fix-opensim4-integration.patch
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jul 23, 2025

Updated software spdlog-1.4.1-GCCcore-13.3.0.eb

Diff against spdlog-1.15.3-GCCcore-14.2.0.eb

easybuild/easyconfigs/s/spdlog/spdlog-1.15.3-GCCcore-14.2.0.eb

diff --git a/easybuild/easyconfigs/s/spdlog/spdlog-1.15.3-GCCcore-14.2.0.eb b/easybuild/easyconfigs/s/spdlog/spdlog-1.4.1-GCCcore-13.3.0.eb
index 2c5213cc09..b243204824 100644
--- a/easybuild/easyconfigs/s/spdlog/spdlog-1.15.3-GCCcore-14.2.0.eb
+++ b/easybuild/easyconfigs/s/spdlog/spdlog-1.4.1-GCCcore-13.3.0.eb
@@ -1,27 +1,32 @@
 easyblock = 'CMakeMake'
 
 name = 'spdlog'
-version = '1.15.3'
+version = '1.4.1'
 
 homepage = 'https://github.com/gabime/spdlog'
-description = "Very fast, header-only/compiled, C++ logging library."
-toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
+description = 'Very fast, header-only/compiled, C++ logging library.'
+
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 toolchainopts = {'pic': True}
 
-source_urls = ['https://github.com/gabime/%(name)s/archive/refs/tags/']
+source_urls = ['https://github.com/gabime/spdlog/archive/refs/tags/']
 sources = ['v%(version)s.tar.gz']
-checksums = ['15a04e69c222eb6c01094b5c7ff8a249b36bb22788d72519646fb85feb267e67']
+checksums = ['3291958eb54ed942d1bd3aef1b4f8ccf70566cbc04d34296ec61eb96ceb73cff']
 
 builddependencies = [
     ('binutils', '2.42'),
-    ('CMake', '3.31.3'),
+    ('CMake', '3.29.3'),
+    ('pkgconf', '2.2.0'),
 ]
 
-_base_configopts = ' -DSPDLOG_BUILD_TESTS=ON -DSPDLOG_BUILD_PIC=ON '
+_base_configopts = ' -DSPDLOG_BUILD_TESTS=OFF -DSPDLOG_BUILD_PIC=ON '
 
 configopts = [f'{_base_configopts} -DSPDLOG_BUILD_SHARED={x}' for x in ('OFF', 'ON')]
 
-runtest = 'test'
+postinstallcmds = [
+    "mv %(installdir)s/lib/spdlog/* %(installdir)s/lib/",
+    "rmdir %(installdir)s/lib/spdlog",
+]
 
 sanity_check_paths = {
     'files': ['include/%(name)s/%(name)s.h', 'lib/lib%(name)s.a', f'lib/lib%(name)s.{SHLIB_EXT}'],
Diff against spdlog-1.15.3-GCCcore-13.3.0.eb

easybuild/easyconfigs/s/spdlog/spdlog-1.15.3-GCCcore-13.3.0.eb

diff --git a/easybuild/easyconfigs/s/spdlog/spdlog-1.15.3-GCCcore-13.3.0.eb b/easybuild/easyconfigs/s/spdlog/spdlog-1.4.1-GCCcore-13.3.0.eb
index c4d78818e7..b243204824 100644
--- a/easybuild/easyconfigs/s/spdlog/spdlog-1.15.3-GCCcore-13.3.0.eb
+++ b/easybuild/easyconfigs/s/spdlog/spdlog-1.4.1-GCCcore-13.3.0.eb
@@ -1,27 +1,32 @@
 easyblock = 'CMakeMake'
 
 name = 'spdlog'
-version = '1.15.3'
+version = '1.4.1'
 
 homepage = 'https://github.com/gabime/spdlog'
 description = 'Very fast, header-only/compiled, C++ logging library.'
 
 toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
+toolchainopts = {'pic': True}
 
 source_urls = ['https://github.com/gabime/spdlog/archive/refs/tags/']
 sources = ['v%(version)s.tar.gz']
-checksums = ['15a04e69c222eb6c01094b5c7ff8a249b36bb22788d72519646fb85feb267e67']
+checksums = ['3291958eb54ed942d1bd3aef1b4f8ccf70566cbc04d34296ec61eb96ceb73cff']
 
 builddependencies = [
     ('binutils', '2.42'),
     ('CMake', '3.29.3'),
+    ('pkgconf', '2.2.0'),
 ]
 
-_base_configopts = ' -DSPDLOG_BUILD_TESTS=ON -DSPDLOG_BUILD_PIC=ON '
+_base_configopts = ' -DSPDLOG_BUILD_TESTS=OFF -DSPDLOG_BUILD_PIC=ON '
 
 configopts = [f'{_base_configopts} -DSPDLOG_BUILD_SHARED={x}' for x in ('OFF', 'ON')]
 
-runtest = 'test'
+postinstallcmds = [
+    "mv %(installdir)s/lib/spdlog/* %(installdir)s/lib/",
+    "rmdir %(installdir)s/lib/spdlog",
+]
 
 sanity_check_paths = {
     'files': ['include/%(name)s/%(name)s.h', 'lib/lib%(name)s.a', f'lib/lib%(name)s.{SHLIB_EXT}'],
Diff against spdlog-1.15.3-GCCcore-14.3.0.eb

easybuild/easyconfigs/s/spdlog/spdlog-1.15.3-GCCcore-14.3.0.eb

diff --git a/easybuild/easyconfigs/s/spdlog/spdlog-1.15.3-GCCcore-14.3.0.eb b/easybuild/easyconfigs/s/spdlog/spdlog-1.4.1-GCCcore-13.3.0.eb
index a8b2f07405..b243204824 100644
--- a/easybuild/easyconfigs/s/spdlog/spdlog-1.15.3-GCCcore-14.3.0.eb
+++ b/easybuild/easyconfigs/s/spdlog/spdlog-1.4.1-GCCcore-13.3.0.eb
@@ -1,31 +1,35 @@
 easyblock = 'CMakeMake'
 
 name = 'spdlog'
-version = '1.15.3'
+version = '1.4.1'
 
 homepage = 'https://github.com/gabime/spdlog'
-description = "Very fast, header-only/compiled, C++ logging library."
+description = 'Very fast, header-only/compiled, C++ logging library.'
 
-toolchain = {'name': 'GCCcore', 'version': '14.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
 toolchainopts = {'pic': True}
 
-source_urls = ['https://github.com/gabime/%(name)s/archive/refs/tags/']
+source_urls = ['https://github.com/gabime/spdlog/archive/refs/tags/']
 sources = ['v%(version)s.tar.gz']
-checksums = ['15a04e69c222eb6c01094b5c7ff8a249b36bb22788d72519646fb85feb267e67']
+checksums = ['3291958eb54ed942d1bd3aef1b4f8ccf70566cbc04d34296ec61eb96ceb73cff']
 
 builddependencies = [
-    ('binutils', '2.44'),
-    ('CMake', '4.0.3'),
+    ('binutils', '2.42'),
+    ('CMake', '3.29.3'),
+    ('pkgconf', '2.2.0'),
 ]
 
-_base_configopts = ' -DSPDLOG_BUILD_TESTS=ON -DSPDLOG_BUILD_PIC=ON '
+_base_configopts = ' -DSPDLOG_BUILD_TESTS=OFF -DSPDLOG_BUILD_PIC=ON '
 
 configopts = [f'{_base_configopts} -DSPDLOG_BUILD_SHARED={x}' for x in ('OFF', 'ON')]
 
-runtest = 'test'
+postinstallcmds = [
+    "mv %(installdir)s/lib/spdlog/* %(installdir)s/lib/",
+    "rmdir %(installdir)s/lib/spdlog",
+]
 
 sanity_check_paths = {
-    'files': [f'include/{name}/{name}.h', 'lib/libspdlog.a', f'lib/libspdlog.{SHLIB_EXT}'],
+    'files': ['include/%(name)s/%(name)s.h', 'lib/lib%(name)s.a', f'lib/lib%(name)s.{SHLIB_EXT}'],
     'dirs': ['lib64/cmake', 'lib64/pkgconfig'],
 }
 

@lexming
Copy link
Copy Markdown
Contributor Author

lexming commented Mar 6, 2026

@boegelbot please test @ jsc-zen3

@github-actions github-actions Bot added the 2024a issues & PRs related to 2024a common toolchains label Mar 6, 2026
@boegelbot
Copy link
Copy Markdown
Collaborator

@lexming: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=23464 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_23464 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 9966

Test results coming soon (I hope)...

Details

- notification for comment with ID 4011843727 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 5 out of 5 (total: 25 mins 18 secs) (5 easyconfigs in total)
jsczen3c2.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.7, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.25
See https://gist.github.com/boegelbot/335fe799b38e387402c35d3925e430bc for a full test report.

@lexming
Copy link
Copy Markdown
Contributor Author

lexming commented Mar 6, 2026

@boegelbot please test @ jsc-zen3
EB_ARGS="spdlog-1.4.1-GCCcore-13.3.0.eb"

@boegelbot
Copy link
Copy Markdown
Collaborator

@lexming: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=23464 EB_ARGS="spdlog-1.4.1-GCCcore-13.3.0.eb" EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_23464 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 9980

Test results coming soon (I hope)...

Details

- notification for comment with ID 4012330033 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Copy Markdown
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (total: 1 min 16 secs) (1 easyconfigs in total)
jsczen3c3.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.7, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.25
See https://gist.github.com/boegelbot/f1e2ea51532962435b9b89d4b87a0759 for a full test report.

Copy link
Copy Markdown
Contributor

@smoors smoors left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@smoors
Copy link
Copy Markdown
Contributor

smoors commented Mar 6, 2026

Going in, thanks @lexming!

@smoors smoors merged commit 87e31c9 into easybuilders:develop Mar 6, 2026
6 checks passed
@lexming lexming deleted the 20250723102258_new_pr_Simbody38 branch March 7, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2024a issues & PRs related to 2024a common toolchains new update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants