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

{math}[GCC/13.2.0,intel-compilers/2023.2.1] SLATEC v4.1 #22171

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

SimonPinches
Copy link
Contributor

(created using eb --new-pr)

Copy link

Updated software SLATEC-4.1-GCC-13.2.0.eb

Diff against SLATEC-4.1-intel-compilers-2023.2.1.eb

easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-intel-compilers-2023.2.1.eb

diff --git a/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-intel-compilers-2023.2.1.eb b/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-13.2.0.eb
index 50df09dac2..ce842fa974 100644
--- a/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-intel-compilers-2023.2.1.eb
+++ b/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-13.2.0.eb
@@ -7,7 +7,7 @@ homepage = 'https://www.netlib.org/slatec/'
 description = """SLATEC Common Mathematical Library, a comprehensive software library containing
     over 1400 general purpose mathematical and statistical routines written in Fortran 77."""
 
-toolchain = {'name': 'intel-compilers', 'version': '2023.2.1'}
+toolchain = {'name': 'GCC', 'version': '13.2.0'}
 
 sources = [{
     'source_urls': ['https://www.netlib.org/%(namelower)s'],
@@ -25,8 +25,12 @@ checksums = [
     {'SLATEC-4.1-slatec4linux-fPIC.patch': '676f35ae77c8c0b3cf04c1dc1440d68f6f82b6702f92cf5ca69fe59baf086cec'},
 ]
 
+parallel = 1
+
 skipsteps = ['configure']
 
+prebuildopts = "sed -i 's/FFLAGS= -O2/FFLAGS= -O2 -std=legacy/' */makefile &&"
+
 preinstallopts = "sed -i 's+/usr/local+%(installdir)s+; s+ldconfig;++' makefile &&"
 preinstallopts += "mkdir -p %(installdir)s/lib %(installdir)s/man/man1 &&"
 
Diff against SLATEC-4.1-GCC-8.3.0.eb

easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-8.3.0.eb

diff --git a/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-8.3.0.eb b/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-13.2.0.eb
index bfbbfc1059..ce842fa974 100644
--- a/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-8.3.0.eb
+++ b/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-13.2.0.eb
@@ -7,7 +7,7 @@ homepage = 'https://www.netlib.org/slatec/'
 description = """SLATEC Common Mathematical Library, a comprehensive software library containing
     over 1400 general purpose mathematical and statistical routines written in Fortran 77."""
 
-toolchain = {'name': 'GCC', 'version': '8.3.0'}
+toolchain = {'name': 'GCC', 'version': '13.2.0'}
 
 sources = [{
     'source_urls': ['https://www.netlib.org/%(namelower)s'],
@@ -18,13 +18,19 @@ sources = [{
     'filename': '%(namelower)s4linux.tgz',
     'extract_cmd': 'tar xfvz %s -C src',
 }]
+patches = ['%(name)s-%(version)s-slatec4linux-fPIC.patch']
 checksums = [
-    'df009d9ef9c18aae06ce68711b1ae108d3533b4f174582c3cbea0915c4fdfe01',  # slatec_src.tgz
-    'eef9234f8fcb49e7f4905a11eda8f453ec2ca314029a9ce303fdbc99cff42bf3',  # slatec4linux.tgz
+    {'slatec_src.tgz': 'd03ab24415277fc423764798e3b86d2e9bd43f8409919837e14af506f736dd54'},
+    {'slatec4linux.tgz': 'eef9234f8fcb49e7f4905a11eda8f453ec2ca314029a9ce303fdbc99cff42bf3'},
+    {'SLATEC-4.1-slatec4linux-fPIC.patch': '676f35ae77c8c0b3cf04c1dc1440d68f6f82b6702f92cf5ca69fe59baf086cec'},
 ]
 
+parallel = 1
+
 skipsteps = ['configure']
 
+prebuildopts = "sed -i 's/FFLAGS= -O2/FFLAGS= -O2 -std=legacy/' */makefile &&"
+
 preinstallopts = "sed -i 's+/usr/local+%(installdir)s+; s+ldconfig;++' makefile &&"
 preinstallopts += "mkdir -p %(installdir)s/lib %(installdir)s/man/man1 &&"
 
Diff against SLATEC-4.1-iccifort-2018.1.163-GCC-6.4.0-2.28.eb

easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-iccifort-2018.1.163-GCC-6.4.0-2.28.eb

diff --git a/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-iccifort-2018.1.163-GCC-6.4.0-2.28.eb b/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-13.2.0.eb
index 05b31277cc..ce842fa974 100644
--- a/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-iccifort-2018.1.163-GCC-6.4.0-2.28.eb
+++ b/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-13.2.0.eb
@@ -7,7 +7,7 @@ homepage = 'https://www.netlib.org/slatec/'
 description = """SLATEC Common Mathematical Library, a comprehensive software library containing
     over 1400 general purpose mathematical and statistical routines written in Fortran 77."""
 
-toolchain = {'name': 'iccifort', 'version': '2018.1.163-GCC-6.4.0-2.28'}
+toolchain = {'name': 'GCC', 'version': '13.2.0'}
 
 sources = [{
     'source_urls': ['https://www.netlib.org/%(namelower)s'],
@@ -18,13 +18,19 @@ sources = [{
     'filename': '%(namelower)s4linux.tgz',
     'extract_cmd': 'tar xfvz %s -C src',
 }]
+patches = ['%(name)s-%(version)s-slatec4linux-fPIC.patch']
 checksums = [
-    'df009d9ef9c18aae06ce68711b1ae108d3533b4f174582c3cbea0915c4fdfe01',  # slatec_src.tgz
-    'eef9234f8fcb49e7f4905a11eda8f453ec2ca314029a9ce303fdbc99cff42bf3',  # slatec4linux.tgz
+    {'slatec_src.tgz': 'd03ab24415277fc423764798e3b86d2e9bd43f8409919837e14af506f736dd54'},
+    {'slatec4linux.tgz': 'eef9234f8fcb49e7f4905a11eda8f453ec2ca314029a9ce303fdbc99cff42bf3'},
+    {'SLATEC-4.1-slatec4linux-fPIC.patch': '676f35ae77c8c0b3cf04c1dc1440d68f6f82b6702f92cf5ca69fe59baf086cec'},
 ]
 
+parallel = 1
+
 skipsteps = ['configure']
 
+prebuildopts = "sed -i 's/FFLAGS= -O2/FFLAGS= -O2 -std=legacy/' */makefile &&"
+
 preinstallopts = "sed -i 's+/usr/local+%(installdir)s+; s+ldconfig;++' makefile &&"
 preinstallopts += "mkdir -p %(installdir)s/lib %(installdir)s/man/man1 &&"
 

Updated software SLATEC-4.1-intel-compilers-2023.2.1.eb

Diff against SLATEC-4.1-GCC-13.2.0.eb

easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-13.2.0.eb

diff --git a/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-13.2.0.eb b/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-intel-compilers-2023.2.1.eb
index ce842fa974..50df09dac2 100644
--- a/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-13.2.0.eb
+++ b/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-intel-compilers-2023.2.1.eb
@@ -7,7 +7,7 @@ homepage = 'https://www.netlib.org/slatec/'
 description = """SLATEC Common Mathematical Library, a comprehensive software library containing
     over 1400 general purpose mathematical and statistical routines written in Fortran 77."""
 
-toolchain = {'name': 'GCC', 'version': '13.2.0'}
+toolchain = {'name': 'intel-compilers', 'version': '2023.2.1'}
 
 sources = [{
     'source_urls': ['https://www.netlib.org/%(namelower)s'],
@@ -25,12 +25,8 @@ checksums = [
     {'SLATEC-4.1-slatec4linux-fPIC.patch': '676f35ae77c8c0b3cf04c1dc1440d68f6f82b6702f92cf5ca69fe59baf086cec'},
 ]
 
-parallel = 1
-
 skipsteps = ['configure']
 
-prebuildopts = "sed -i 's/FFLAGS= -O2/FFLAGS= -O2 -std=legacy/' */makefile &&"
-
 preinstallopts = "sed -i 's+/usr/local+%(installdir)s+; s+ldconfig;++' makefile &&"
 preinstallopts += "mkdir -p %(installdir)s/lib %(installdir)s/man/man1 &&"
 
Diff against SLATEC-4.1-GCC-8.3.0.eb

easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-8.3.0.eb

diff --git a/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-8.3.0.eb b/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-intel-compilers-2023.2.1.eb
index bfbbfc1059..50df09dac2 100644
--- a/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-GCC-8.3.0.eb
+++ b/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-intel-compilers-2023.2.1.eb
@@ -7,7 +7,7 @@ homepage = 'https://www.netlib.org/slatec/'
 description = """SLATEC Common Mathematical Library, a comprehensive software library containing
     over 1400 general purpose mathematical and statistical routines written in Fortran 77."""
 
-toolchain = {'name': 'GCC', 'version': '8.3.0'}
+toolchain = {'name': 'intel-compilers', 'version': '2023.2.1'}
 
 sources = [{
     'source_urls': ['https://www.netlib.org/%(namelower)s'],
@@ -18,9 +18,11 @@ sources = [{
     'filename': '%(namelower)s4linux.tgz',
     'extract_cmd': 'tar xfvz %s -C src',
 }]
+patches = ['%(name)s-%(version)s-slatec4linux-fPIC.patch']
 checksums = [
-    'df009d9ef9c18aae06ce68711b1ae108d3533b4f174582c3cbea0915c4fdfe01',  # slatec_src.tgz
-    'eef9234f8fcb49e7f4905a11eda8f453ec2ca314029a9ce303fdbc99cff42bf3',  # slatec4linux.tgz
+    {'slatec_src.tgz': 'd03ab24415277fc423764798e3b86d2e9bd43f8409919837e14af506f736dd54'},
+    {'slatec4linux.tgz': 'eef9234f8fcb49e7f4905a11eda8f453ec2ca314029a9ce303fdbc99cff42bf3'},
+    {'SLATEC-4.1-slatec4linux-fPIC.patch': '676f35ae77c8c0b3cf04c1dc1440d68f6f82b6702f92cf5ca69fe59baf086cec'},
 ]
 
 skipsteps = ['configure']
Diff against SLATEC-4.1-iccifort-2018.1.163-GCC-6.4.0-2.28.eb

easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-iccifort-2018.1.163-GCC-6.4.0-2.28.eb

diff --git a/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-iccifort-2018.1.163-GCC-6.4.0-2.28.eb b/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-intel-compilers-2023.2.1.eb
index 05b31277cc..50df09dac2 100644
--- a/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-iccifort-2018.1.163-GCC-6.4.0-2.28.eb
+++ b/easybuild/easyconfigs/s/SLATEC/SLATEC-4.1-intel-compilers-2023.2.1.eb
@@ -7,7 +7,7 @@ homepage = 'https://www.netlib.org/slatec/'
 description = """SLATEC Common Mathematical Library, a comprehensive software library containing
     over 1400 general purpose mathematical and statistical routines written in Fortran 77."""
 
-toolchain = {'name': 'iccifort', 'version': '2018.1.163-GCC-6.4.0-2.28'}
+toolchain = {'name': 'intel-compilers', 'version': '2023.2.1'}
 
 sources = [{
     'source_urls': ['https://www.netlib.org/%(namelower)s'],
@@ -18,9 +18,11 @@ sources = [{
     'filename': '%(namelower)s4linux.tgz',
     'extract_cmd': 'tar xfvz %s -C src',
 }]
+patches = ['%(name)s-%(version)s-slatec4linux-fPIC.patch']
 checksums = [
-    'df009d9ef9c18aae06ce68711b1ae108d3533b4f174582c3cbea0915c4fdfe01',  # slatec_src.tgz
-    'eef9234f8fcb49e7f4905a11eda8f453ec2ca314029a9ce303fdbc99cff42bf3',  # slatec4linux.tgz
+    {'slatec_src.tgz': 'd03ab24415277fc423764798e3b86d2e9bd43f8409919837e14af506f736dd54'},
+    {'slatec4linux.tgz': 'eef9234f8fcb49e7f4905a11eda8f453ec2ca314029a9ce303fdbc99cff42bf3'},
+    {'SLATEC-4.1-slatec4linux-fPIC.patch': '676f35ae77c8c0b3cf04c1dc1440d68f6f82b6702f92cf5ca69fe59baf086cec'},
 ]
 
 skipsteps = ['configure']

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