Skip to content

{lib}[GCCcore/14.2.0] Raptor v2.0.16#25028

Merged
smoors merged 1 commit intoeasybuilders:developfrom
sib-swiss:20260109174157_new_pr_Raptor2016
Jan 10, 2026
Merged

{lib}[GCCcore/14.2.0] Raptor v2.0.16#25028
smoors merged 1 commit intoeasybuilders:developfrom
sib-swiss:20260109174157_new_pr_Raptor2016

Conversation

@SIB-software
Copy link
Copy Markdown
Contributor

(created using eb --new-pr)

@github-actions github-actions bot added 2025a issues & PRs related to 2025a common toolchains update labels Jan 9, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 9, 2026

Updated software Raptor-2.0.16-GCCcore-14.2.0.eb

Diff against Raptor-2.0.16-GCCcore-12.3.0.eb

easybuild/easyconfigs/r/Raptor/Raptor-2.0.16-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/r/Raptor/Raptor-2.0.16-GCCcore-12.3.0.eb b/easybuild/easyconfigs/r/Raptor/Raptor-2.0.16-GCCcore-14.2.0.eb
index 61c358020c..aa862b185c 100644
--- a/easybuild/easyconfigs/r/Raptor/Raptor-2.0.16-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/r/Raptor/Raptor-2.0.16-GCCcore-14.2.0.eb
@@ -19,23 +19,23 @@ description = """Set of parsers and serializers that generate Resource Descripti
 (RDF) triples by parsing syntaxes or serialize the triples into a syntax."""
 # software_license = 'LicenseLGPLv2.1 + LicenseGPLv2 + LicenseApachev2'
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
 
 source_urls = ['https://download.librdf.org/source']
 sources = ['raptor2-%(version)s.tar.gz']
 checksums = ['089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680']
 
 builddependencies = [
-    ('Autotools',  '20220317'),
-    ('binutils',   '2.40'),
+    ('Autotools',  '20240712'),
+    ('binutils',   '2.42'),
     ('make',   '4.4.1'),
 ]
 
 dependencies = [
-    ('libxml2',    '2.11.4'),
-    ('libxslt',    '1.1.38'),
-    ('cURL',       '8.0.1'),
-    ('ICU',        '73.2'),
+    ('libxml2',    '2.13.4'),
+    ('libxslt',    '1.1.42'),
+    ('cURL',       '8.11.1'),
+    ('ICU',        '76.1'),
 ]
 
 configopts = "--disable-static --enable-release --disable-gtk-doc --with-yajl=no"
Diff against Raptor-2.0.16-GCCcore-10.3.0.eb

easybuild/easyconfigs/r/Raptor/Raptor-2.0.16-GCCcore-10.3.0.eb

diff --git a/easybuild/easyconfigs/r/Raptor/Raptor-2.0.16-GCCcore-10.3.0.eb b/easybuild/easyconfigs/r/Raptor/Raptor-2.0.16-GCCcore-14.2.0.eb
index 91c9deedba..aa862b185c 100644
--- a/easybuild/easyconfigs/r/Raptor/Raptor-2.0.16-GCCcore-10.3.0.eb
+++ b/easybuild/easyconfigs/r/Raptor/Raptor-2.0.16-GCCcore-14.2.0.eb
@@ -7,6 +7,8 @@
 # Based on Raptor2 RPM spec file:
 # https://git.rockylinux.org/staging/rpms/raptor2/-/blob/r8/SPECS/raptor2.spec
 # The RPM patches have been integrated in the version 2.0.16
+#
+# Update: Petr Král (INUITS)
 ##
 easyblock = 'ConfigureMake'
 
@@ -17,31 +19,37 @@ description = """Set of parsers and serializers that generate Resource Descripti
 (RDF) triples by parsing syntaxes or serialize the triples into a syntax."""
 # software_license = 'LicenseLGPLv2.1 + LicenseGPLv2 + LicenseApachev2'
 
-toolchain = {'name': 'GCCcore', 'version': '10.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '14.2.0'}
 
 source_urls = ['https://download.librdf.org/source']
 sources = ['raptor2-%(version)s.tar.gz']
 checksums = ['089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680']
 
 builddependencies = [
-    ('Autotools',  '20210128'),
-    ('make',       '4.3'),
-    ('binutils',   '2.36.1'),
+    ('Autotools',  '20240712'),
+    ('binutils',   '2.42'),
+    ('make',   '4.4.1'),
 ]
+
 dependencies = [
-    ('libxml2',    '2.9.10'),
-    ('libxslt',    '1.1.34'),
-    ('cURL',       '7.76.0'),
-    ('ICU',        '69.1'),
+    ('libxml2',    '2.13.4'),
+    ('libxslt',    '1.1.42'),
+    ('cURL',       '8.11.1'),
+    ('ICU',        '76.1'),
 ]
 
 configopts = "--disable-static --enable-release --disable-gtk-doc --with-yajl=no"
 
+# fix error: 'xmlEntity' {aka 'struct _xmlEntity'} has no member named 'checked'
+# see https://github.com/dajobe/raptor/pull/58
+local_sed_replacement = r's/LIBXML_VERSION >= 20627/LIBXML_VERSION >= 2062 \&\& LIBXML_VERSION < 21100/g'
+prebuildopts = "sed -i '%s' src/raptor_libxml.c && " % local_sed_replacement
+
 sanity_check_paths = {
-    'files': ['bin/rapper', 'lib/libraptor2.so'],
+    'files': ['bin/rapper', 'lib/libraptor2.%s' % SHLIB_EXT],
     'dirs': ['include/raptor2/']
 }
 
 sanity_check_commands = ["rapper --help"]
 
-moduleclass = 'data'
+moduleclass = 'lib'

@smoors
Copy link
Copy Markdown
Contributor

smoors commented Jan 10, 2026

@boegelbot please test @ jsc-zen3

@boegelbot
Copy link
Copy Markdown
Collaborator

@smoors: 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=25028 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_25028 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

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

Test results coming soon (I hope)...

Details

- notification for comment with ID 3733449978 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)
jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.7, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.23
See https://gist.github.com/boegelbot/21efca60384845a40afb0c79bc46b23c for a full test report.

@smoors smoors added this to the next release (5.2.1?) milestone Jan 10, 2026
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 Jan 10, 2026

Going in, thanks @SIB-software!

@smoors smoors merged commit a9f348b into easybuilders:develop Jan 10, 2026
8 checks passed
@smoretti smoretti deleted the 20260109174157_new_pr_Raptor2016 branch January 11, 2026 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2025a issues & PRs related to 2025a common toolchains update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants