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

Add easyconfig ASE-3.23.0-gfbf-2023b.eb #21503

Closed
wants to merge 88 commits into from

Conversation

julianmorillo
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Dec 2, 2024

Updated software git-2.41.0-gfbf-2023b-nodocs.eb

Diff against git-2.45.1-GCCcore-13.3.0.eb

easybuild/easyconfigs/g/git/git-2.45.1-GCCcore-13.3.0.eb

diff --git a/easybuild/easyconfigs/g/git/git-2.45.1-GCCcore-13.3.0.eb b/easybuild/easyconfigs/g/git/git-2.41.0-gfbf-2023b-nodocs.eb
index 3cd07e7cc6..93ff47d7fd 100644
--- a/easybuild/easyconfigs/g/git/git-2.45.1-GCCcore-13.3.0.eb
+++ b/easybuild/easyconfigs/g/git/git-2.41.0-gfbf-2023b-nodocs.eb
@@ -1,29 +1,30 @@
 easyblock = 'ConfigureMake'
 
 name = 'git'
-version = '2.45.1'
+version = '2.41.0'
+versionsuffix = '-nodocs'
 
 homepage = 'https://git-scm.com'
 description = """Git is a free and open source distributed version control system designed
 to handle everything from small to very large projects with speed and efficiency."""
 
-toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
+toolchain = {'name': 'gfbf', 'version': '2023b'}
 
 source_urls = ['https://github.com/git/git/archive']
 sources = ['v%(version)s.tar.gz']
-checksums = ['d98c8f70d58f49f7546d59b25e25f2deae6999eb036a33b0fe6f5d07c33f67c6']
+checksums = ['4f0b74bbde2800b00d3a50a7f389bcf1d59f1265b6986c00048d8ba4892ab01a']
 
 builddependencies = [
-    ('binutils', '2.42'),
-    ('Autotools', '20231222'),
+    ('binutils', '2.40'),
+    ('Autotools', '20220317'),
 ]
 
 dependencies = [
-    ('cURL', '8.7.1'),
-    ('expat', '2.6.2'),
-    ('gettext', '0.22.5'),
-    ('Perl', '5.38.2'),
-    ('OpenSSL', '3', '', SYSTEM),
+    ('cURL', '8.3.0'),
+    ('expat', '2.5.0'),
+    ('gettext', '0.22'),
+    ('Perl', '5.38.0'),
+    ('OpenSSL', '1.1', '', SYSTEM),
 ]
 
 preconfigopts = 'make configure && '
Diff against git-2.42.0-GCCcore-13.2.0.eb

easybuild/easyconfigs/g/git/git-2.42.0-GCCcore-13.2.0.eb

diff --git a/easybuild/easyconfigs/g/git/git-2.42.0-GCCcore-13.2.0.eb b/easybuild/easyconfigs/g/git/git-2.41.0-gfbf-2023b-nodocs.eb
index 05e3652110..93ff47d7fd 100644
--- a/easybuild/easyconfigs/g/git/git-2.42.0-GCCcore-13.2.0.eb
+++ b/easybuild/easyconfigs/g/git/git-2.41.0-gfbf-2023b-nodocs.eb
@@ -1,17 +1,18 @@
 easyblock = 'ConfigureMake'
 
 name = 'git'
-version = '2.42.0'
+version = '2.41.0'
+versionsuffix = '-nodocs'
 
 homepage = 'https://git-scm.com'
 description = """Git is a free and open source distributed version control system designed
 to handle everything from small to very large projects with speed and efficiency."""
 
-toolchain = {'name': 'GCCcore', 'version': '13.2.0'}
+toolchain = {'name': 'gfbf', 'version': '2023b'}
 
 source_urls = ['https://github.com/git/git/archive']
 sources = ['v%(version)s.tar.gz']
-checksums = ['60c06eb7ce840903169ed4872224b2409dd8d8a518e9df847c6dc0ef10d35d99']
+checksums = ['4f0b74bbde2800b00d3a50a7f389bcf1d59f1265b6986c00048d8ba4892ab01a']
 
 builddependencies = [
     ('binutils', '2.40'),
Diff against git-2.41.0-GCCcore-12.3.0-nodocs.eb

easybuild/easyconfigs/g/git/git-2.41.0-GCCcore-12.3.0-nodocs.eb

diff --git a/easybuild/easyconfigs/g/git/git-2.41.0-GCCcore-12.3.0-nodocs.eb b/easybuild/easyconfigs/g/git/git-2.41.0-gfbf-2023b-nodocs.eb
index c327d50770..93ff47d7fd 100644
--- a/easybuild/easyconfigs/g/git/git-2.41.0-GCCcore-12.3.0-nodocs.eb
+++ b/easybuild/easyconfigs/g/git/git-2.41.0-gfbf-2023b-nodocs.eb
@@ -8,7 +8,7 @@ homepage = 'https://git-scm.com'
 description = """Git is a free and open source distributed version control system designed
 to handle everything from small to very large projects with speed and efficiency."""
 
-toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
+toolchain = {'name': 'gfbf', 'version': '2023b'}
 
 source_urls = ['https://github.com/git/git/archive']
 sources = ['v%(version)s.tar.gz']
@@ -20,10 +20,10 @@ builddependencies = [
 ]
 
 dependencies = [
-    ('cURL', '8.0.1'),
+    ('cURL', '8.3.0'),
     ('expat', '2.5.0'),
-    ('gettext', '0.21.1'),
-    ('Perl', '5.36.1'),
+    ('gettext', '0.22'),
+    ('Perl', '5.38.0'),
     ('OpenSSL', '1.1', '', SYSTEM),
 ]
 

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

Successfully merging this pull request may close these issues.

1 participant