Skip to content

{vis}[GCCcore/13.2.0] FreeImage v3.18.0#22077

Merged
ocaisa merged 7 commits intoeasybuilders:developfrom
julianmorillo:FreeImage
Jan 16, 2025
Merged

{vis}[GCCcore/13.2.0] FreeImage v3.18.0#22077
ocaisa merged 7 commits intoeasybuilders:developfrom
julianmorillo:FreeImage

Conversation

@julianmorillo
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 20, 2024

Updated software FreeImage-3.18.0-GCCcore-13.2.0.eb

Diff against FreeImage-3.18.0-GCCcore-12.3.0.eb

easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-12.3.0.eb

diff --git a/easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-12.3.0.eb b/easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-13.2.0.eb
index 3a9b6a21f3..47979b9dac 100644
--- a/easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-12.3.0.eb
+++ b/easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-13.2.0.eb
@@ -8,15 +8,22 @@ description = """FreeImage is an Open Source library project for developers who
 image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to
 use, fast, multithreading safe."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 toolchainopts = {'cstd': 'c++14'}
 
 source_urls = [SOURCEFORGE_SOURCE]
 sources = ['%(name)s3180.zip']
-patches = ['%(name)s-%(version)s-fix-makefile.patch']
+patches = [
+    '%(name)s-%(version)s-fix-makefile.patch',
+    '%(name)s-%(version)s-fix-makefile-riscv.patch',
+    '%(name)s-%(version)s-fix-makefile-gnu.patch',
+]
+
 checksums = [
     'f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd',  # FreeImage3180.zip
     '3eaa1eb9562ccfd0cb95a37879bb7e3e8c745166596d75af529478181ef006a0',  # %(name)s-%(version)s-fix-makefile.patch
+    'e845d53bfd829d771638b9952d3632010c7f19c88d761a786754453827bd7e9b',  # %(name)s-%(version)s-fix-makefile-riscv.patch
+    'b636012988e1b88609fbd2c130e2b4e6fa8c488cb07578e0353baf8e5aa52413',  # %(name)s-%(version)s-fix-makefile-gnu.patch
 ]
 
 builddependencies = [('binutils', '2.40')]
Diff against FreeImage-3.18.0-GCCcore-12.2.0.eb

easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-12.2.0.eb

diff --git a/easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-12.2.0.eb b/easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-13.2.0.eb
old mode 100755
new mode 100644
index a06e1d1dbf..47979b9dac
--- a/easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-12.2.0.eb
+++ b/easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-13.2.0.eb
@@ -8,20 +8,27 @@ description = """FreeImage is an Open Source library project for developers who
 image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to
 use, fast, multithreading safe."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 toolchainopts = {'cstd': 'c++14'}
 
 source_urls = [SOURCEFORGE_SOURCE]
 sources = ['%(name)s3180.zip']
-patches = ['%(name)s-%(version)s-fix-makefile.patch']
+patches = [
+    '%(name)s-%(version)s-fix-makefile.patch',
+    '%(name)s-%(version)s-fix-makefile-riscv.patch',
+    '%(name)s-%(version)s-fix-makefile-gnu.patch',
+]
+
 checksums = [
     'f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd',  # FreeImage3180.zip
     '3eaa1eb9562ccfd0cb95a37879bb7e3e8c745166596d75af529478181ef006a0',  # %(name)s-%(version)s-fix-makefile.patch
+    'e845d53bfd829d771638b9952d3632010c7f19c88d761a786754453827bd7e9b',  # %(name)s-%(version)s-fix-makefile-riscv.patch
+    'b636012988e1b88609fbd2c130e2b4e6fa8c488cb07578e0353baf8e5aa52413',  # %(name)s-%(version)s-fix-makefile-gnu.patch
 ]
 
-builddependencies = [('binutils', '2.39')]
+builddependencies = [('binutils', '2.40')]
 
-dependencies = [('zlib', '1.2.12')]
+dependencies = [('zlib', '1.2.13')]
 
 skipsteps = ['configure']
 
Diff against FreeImage-3.18.0-GCCcore-11.3.0.eb

easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-11.3.0.eb

diff --git a/easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-11.3.0.eb b/easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-13.2.0.eb
index 11730391a1..47979b9dac 100644
--- a/easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-11.3.0.eb
+++ b/easybuild/easyconfigs/f/FreeImage/FreeImage-3.18.0-GCCcore-13.2.0.eb
@@ -8,20 +8,27 @@ description = """FreeImage is an Open Source library project for developers who
 image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to
 use, fast, multithreading safe."""
 
-toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
+toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
 toolchainopts = {'cstd': 'c++14'}
 
 source_urls = [SOURCEFORGE_SOURCE]
 sources = ['%(name)s3180.zip']
-patches = ['%(name)s-%(version)s-fix-makefile.patch']
+patches = [
+    '%(name)s-%(version)s-fix-makefile.patch',
+    '%(name)s-%(version)s-fix-makefile-riscv.patch',
+    '%(name)s-%(version)s-fix-makefile-gnu.patch',
+]
+
 checksums = [
     'f41379682f9ada94ea7b34fe86bf9ee00935a3147be41b6569c9605a53e438fd',  # FreeImage3180.zip
     '3eaa1eb9562ccfd0cb95a37879bb7e3e8c745166596d75af529478181ef006a0',  # %(name)s-%(version)s-fix-makefile.patch
+    'e845d53bfd829d771638b9952d3632010c7f19c88d761a786754453827bd7e9b',  # %(name)s-%(version)s-fix-makefile-riscv.patch
+    'b636012988e1b88609fbd2c130e2b4e6fa8c488cb07578e0353baf8e5aa52413',  # %(name)s-%(version)s-fix-makefile-gnu.patch
 ]
 
-builddependencies = [('binutils', '2.38')]
+builddependencies = [('binutils', '2.40')]
 
-dependencies = [('zlib', '1.2.12')]
+dependencies = [('zlib', '1.2.13')]
 
 skipsteps = ['configure']
 

Copy link
Copy Markdown
Member

@ocaisa ocaisa left a comment

Choose a reason for hiding this comment

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

LGTM

@ocaisa
Copy link
Copy Markdown
Member

ocaisa commented Jan 16, 2025

@boegelbot please test @ generoso

@boegelbot
Copy link
Copy Markdown
Collaborator

@ocaisa: Request for testing this PR well received on login1

PR test command 'EB_PR=22077 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs /opt/software/slurm/bin/sbatch --job-name test_PR_22077 --ntasks=4 ~/boegelbot/eb_from_pr_upload_generoso.sh' executed!

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

Test results coming soon (I hope)...

Details

- notification for comment with ID 2595751594 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 (1 easyconfigs in total)
cns1 - Linux Rocky Linux 8.9, x86_64, Intel(R) Xeon(R) CPU E5-2667 v3 @ 3.20GHz (haswell), Python 3.6.8
See https://gist.github.com/boegelbot/5f3a4dbd194cc89ac4cd75af5e79d2bd for a full test report.

@ocaisa
Copy link
Copy Markdown
Member

ocaisa commented Jan 16, 2025

@boegelbot please test @ jsc-zen3

@boegelbot
Copy link
Copy Markdown
Collaborator

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

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

Test results coming soon (I hope)...

Details

- notification for comment with ID 2595768912 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 (1 easyconfigs in total)
jsczen3c1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.5, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.21
See https://gist.github.com/boegelbot/ede4398dfb2fbc16097d887b7927fffe for a full test report.

@ocaisa ocaisa enabled auto-merge January 16, 2025 14:03
@ocaisa ocaisa merged commit 3380459 into easybuilders:develop Jan 16, 2025
@boegel boegel added this to the 5.0.0 milestone Mar 18, 2025
@bedroge bedroge changed the title Add easyconfig FreeImage-3.18.0-GCCcore-13.2.0.eb {vis}[GCCcore/13.2.0] FreeImage v3.18.0 Jun 16, 2025
@julianmorillo julianmorillo deleted the FreeImage branch June 18, 2025 09:16
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.

4 participants