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

consistently fix homepage + source URL for HDF + h4toh5 #21134

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions easybuild/easyconfigs/h/HDF/HDF-4.2.11-intel-2016a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.11'

homepage = 'http://www.hdfgroup.org/products/hdf4/'
homepage = 'http://support.hdfgroup.org/products/hdf4/'
description = """HDF (also known as HDF4) is a library and multi-object file format for storing and managing data
between machines."""

toolchain = {'name': 'intel', 'version': '2016a'}
toolchainopts = {'pic': True}

source_urls = ['http://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
checksums = ['c3f7753b2fb9b27d09eced4d2164605f111f270c9a60b37a578f7de02de86d24']

builddependencies = [
('flex', '2.6.0'),
Expand Down
5 changes: 3 additions & 2 deletions easybuild/easyconfigs/h/HDF/HDF-4.2.12-intel-2017a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.12'

homepage = 'http://www.hdfgroup.org/products/hdf4/'
homepage = 'http://support.hdfgroup.org/products/hdf4/'
description = """HDF (also known as HDF4) is a library and multi-object file format for storing and managing data
between machines."""

toolchain = {'name': 'intel', 'version': '2017a'}
toolchainopts = {'pic': True}

source_urls = ['http://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
checksums = ['dd419c55e85d1a0e13f3ea5ed35d00710033ccb16c85df088eb7925d486e040c']

builddependencies = [
('flex', '2.6.3'),
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/HDF/HDF-4.2.13-GCCcore-6.4.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.13'

homepage = 'http://www.hdfgroup.org/products/hdf4/'
homepage = 'http://support.hdfgroup.org/products/hdf4/'

description = """
HDF (also known as HDF4) is a library and multi-object file format for
Expand All @@ -14,7 +14,7 @@ toolchain = {'name': 'GCCcore', 'version': '6.4.0'}
toolchainopts = {'pic': True}

sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
source_urls = ['http://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
checksums = ['be9813c1dc3712c2df977d4960e1f13f20f447dfa8c3ce53331d610c1f470483']

builddependencies = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ name = 'HDF'
version = '4.2.13'
versionsuffix = '-no-netcdf'

homepage = 'http://www.hdfgroup.org/products/hdf4/'
homepage = 'http://support.hdfgroup.org/products/hdf4/'
description = """HDF (also known as HDF4) is a library and multi-object file format for storing and managing data
between machines. This version suppresses the netcdf api, that gives issues with some applications"""

toolchain = {'name': 'intel', 'version': '2017a'}
toolchainopts = {'pic': True}

sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
source_urls = ['http://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
checksums = ['be9813c1dc3712c2df977d4960e1f13f20f447dfa8c3ce53331d610c1f470483']

builddependencies = [
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/HDF/HDF-4.2.14-GCCcore-6.4.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.14'

homepage = 'http://www.hdfgroup.org/products/hdf4/'
homepage = 'http://support.hdfgroup.org/products/hdf4/'

description = """
HDF (also known as HDF4) is a library and multi-object file format for
Expand All @@ -13,7 +13,7 @@ description = """
toolchain = {'name': 'GCCcore', 'version': '6.4.0'}
toolchainopts = {'pic': True}

source_urls = ['http://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
source_urls = ['http://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['2d383e87c8a0ca6a5352adbd1d5546e6cc43dc21ff7d90f93efa644d85c0b14a']

Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/HDF/HDF-4.2.14-GCCcore-7.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.14'

homepage = 'https://www.hdfgroup.org/products/hdf4/'
homepage = 'https://support.hdfgroup.org/products/hdf4/'

description = """
HDF (also known as HDF4) is a library and multi-object file format for
Expand All @@ -13,7 +13,7 @@ description = """
toolchain = {'name': 'GCCcore', 'version': '7.3.0'}
toolchainopts = {'pic': True}

source_urls = ['https://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
source_urls = ['https://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['2d383e87c8a0ca6a5352adbd1d5546e6cc43dc21ff7d90f93efa644d85c0b14a']

Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/HDF/HDF-4.2.14-GCCcore-8.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.14'

homepage = 'https://www.hdfgroup.org/products/hdf4/'
homepage = 'https://support.hdfgroup.org/products/hdf4/'

description = """
HDF (also known as HDF4) is a library and multi-object file format for
Expand All @@ -13,7 +13,7 @@ description = """
toolchain = {'name': 'GCCcore', 'version': '8.2.0'}
toolchainopts = {'pic': True}

source_urls = ['http://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
source_urls = ['http://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['2d383e87c8a0ca6a5352adbd1d5546e6cc43dc21ff7d90f93efa644d85c0b14a']

Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/HDF/HDF-4.2.14-GCCcore-8.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.14'

homepage = 'https://www.hdfgroup.org/products/hdf4/'
homepage = 'https://support.hdfgroup.org/products/hdf4/'

description = """
HDF (also known as HDF4) is a library and multi-object file format for
Expand All @@ -13,7 +13,7 @@ description = """
toolchain = {'name': 'GCCcore', 'version': '8.3.0'}
toolchainopts = {'pic': True}

source_urls = ['http://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
source_urls = ['http://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['2d383e87c8a0ca6a5352adbd1d5546e6cc43dc21ff7d90f93efa644d85c0b14a']

Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/HDF/HDF-4.2.15-GCCcore-10.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.15'

homepage = 'https://www.hdfgroup.org/products/hdf4/'
homepage = 'https://support.hdfgroup.org/products/hdf4/'

description = """
HDF (also known as HDF4) is a library and multi-object file format for
Expand All @@ -13,7 +13,7 @@ description = """
toolchain = {'name': 'GCCcore', 'version': '10.2.0'}
toolchainopts = {'pic': True}

source_urls = ['http://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
source_urls = ['http://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
sources = [SOURCELOWER_TAR_GZ]
patches = ['HDF-4.2.15_fix-aarch64.patch']
checksums = [
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/HDF/HDF-4.2.15-GCCcore-10.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.15'

homepage = 'https://www.hdfgroup.org/products/hdf4/'
homepage = 'https://support.hdfgroup.org/products/hdf4/'

description = """
HDF (also known as HDF4) is a library and multi-object file format for
Expand All @@ -13,7 +13,7 @@ description = """
toolchain = {'name': 'GCCcore', 'version': '10.3.0'}
toolchainopts = {'pic': True}

source_urls = ['http://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
source_urls = ['http://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
sources = [SOURCELOWER_TAR_GZ]
patches = ['HDF-4.2.15_fix-aarch64.patch']
checksums = [
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/HDF/HDF-4.2.15-GCCcore-11.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.15'

homepage = 'https://www.hdfgroup.org/products/hdf4/'
homepage = 'https://support.hdfgroup.org/products/hdf4/'

description = """
HDF (also known as HDF4) is a library and multi-object file format for
Expand All @@ -13,7 +13,7 @@ description = """
toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
toolchainopts = {'pic': True}

source_urls = ['http://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
source_urls = ['http://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
sources = [SOURCELOWER_TAR_GZ]
patches = ['HDF-4.2.15_fix-aarch64.patch']
checksums = [
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/HDF/HDF-4.2.15-GCCcore-11.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.15'

homepage = 'https://www.hdfgroup.org/products/hdf4/'
homepage = 'https://support.hdfgroup.org/products/hdf4/'

description = """
HDF (also known as HDF4) is a library and multi-object file format for
Expand All @@ -13,7 +13,7 @@ description = """
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
toolchainopts = {'pic': True}

source_urls = ['http://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
source_urls = ['http://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
sources = [SOURCELOWER_TAR_GZ]
patches = ['HDF-4.2.15_fix-aarch64.patch']
checksums = [
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/HDF/HDF-4.2.15-GCCcore-12.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.15'

homepage = 'https://www.hdfgroup.org/products/hdf4/'
homepage = 'https://support.hdfgroup.org/products/hdf4/'

description = """
HDF (also known as HDF4) is a library and multi-object file format for
Expand All @@ -13,7 +13,7 @@ description = """
toolchain = {'name': 'GCCcore', 'version': '12.2.0'}
toolchainopts = {'pic': True}

source_urls = ['http://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
source_urls = ['http://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
sources = [SOURCELOWER_TAR_GZ]
patches = ['HDF-4.2.15_fix-aarch64.patch']
checksums = [
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/HDF/HDF-4.2.15-GCCcore-9.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.15'

homepage = 'https://www.hdfgroup.org/products/hdf4/'
homepage = 'https://support.hdfgroup.org/products/hdf4/'

description = """
HDF (also known as HDF4) is a library and multi-object file format for
Expand All @@ -13,7 +13,7 @@ description = """
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
toolchainopts = {'pic': True}

source_urls = ['http://www.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
source_urls = ['http://support.hdfgroup.org/ftp/HDF/releases/HDF%(version)s/src/']
sources = [SOURCELOWER_TAR_GZ]
patches = ['HDF-4.2.15_fix-aarch64.patch']
checksums = [
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/h/HDF/HDF-4.2.16-2-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.16-2'

homepage = 'https://www.hdfgroup.org/products/hdf4/'
homepage = 'https://support.hdfgroup.org/products/hdf4/'
description = """
HDF (also known as HDF4) is a library and multi-object file format for
storing and managing data between machines.
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/h/HDF/HDF-4.2.16-2-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.16-2'

homepage = 'https://www.hdfgroup.org/products/hdf4/'
homepage = 'https://support.hdfgroup.org/products/hdf4/'
description = """
HDF (also known as HDF4) is a library and multi-object file format for
storing and managing data between machines.
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/h/HDF/HDF-4.2.16-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'HDF'
version = '4.2.16'

homepage = 'https://www.hdfgroup.org/products/hdf4/'
homepage = 'https://support.hdfgroup.org/products/hdf4/'

description = """
HDF (also known as HDF4) is a library and multi-object file format for
Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/h4toh5/h4toh5-2.2.3-foss-2018b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ easyblock = 'ConfigureMake'
name = 'h4toh5'
version = '2.2.3'

homepage = 'http://www.hdfgroup.org/h4toh5/'
homepage = "https://docs.hdfgroup.org/archive/support/products/hdf5_tools/h4toh5/index.html"
description = """The h4toh5 software consists of the h4toh5 and h5toh4 command-line utilities,
as well as a conversion library for converting between individual HDF4 and HDF5 objects."""

toolchain = {'name': 'foss', 'version': '2018b'}

source_urls = ['http://www.hdfgroup.org/ftp/HDF5/tools/%s/src' % name]
source_urls = ['http://support.hdfgroup.org/ftp/HDF5/tools/%s/src' % name]
sources = ['h4h5tools-%(version)s.tar.gz']
checksums = ['ba167d9e5ec1f9014a95e3f5d0621f814caa6e83508e235ce60cfd315e3a9d3f']

Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/h4toh5/h4toh5-2.2.3-gompi-2019b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ easyblock = 'ConfigureMake'
name = 'h4toh5'
version = '2.2.3'

homepage = 'http://www.hdfgroup.org/h4toh5/'
homepage = "https://docs.hdfgroup.org/archive/support/products/hdf5_tools/h4toh5/index.html"
description = """The h4toh5 software consists of the h4toh5 and h5toh4 command-line utilities,
as well as a conversion library for converting between individual HDF4 and HDF5 objects."""

toolchain = {'name': 'gompi', 'version': '2019b'}

source_urls = ['http://www.hdfgroup.org/ftp/HDF5/tools/%s/src' % name]
source_urls = ['http://support.hdfgroup.org/ftp/HDF5/tools/%s/src' % name]
sources = ['h4h5tools-%(version)s%(versionsuffix)s.tar.gz']
checksums = ['ba167d9e5ec1f9014a95e3f5d0621f814caa6e83508e235ce60cfd315e3a9d3f']

Expand Down
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/h/h4toh5/h4toh5-2.2.3-gompi-2020b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ easyblock = 'ConfigureMake'
name = 'h4toh5'
version = '2.2.3'

homepage = 'http://www.hdfgroup.org/h4toh5/'
homepage = "https://docs.hdfgroup.org/archive/support/products/hdf5_tools/h4toh5/index.html"
description = """The h4toh5 software consists of the h4toh5 and h5toh4 command-line utilities,
as well as a conversion library for converting between individual HDF4 and HDF5 objects."""

toolchain = {'name': 'gompi', 'version': '2020b'}

source_urls = ['http://www.hdfgroup.org/ftp/HDF5/tools/%s/src' % name]
source_urls = ['http://support.hdfgroup.org/ftp/HDF5/tools/%s/src' % name]
sources = ['h4h5tools-%(version)s%(versionsuffix)s.tar.gz']
checksums = ['ba167d9e5ec1f9014a95e3f5d0621f814caa6e83508e235ce60cfd315e3a9d3f']

Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyconfigs/h/h4toh5/h4toh5-2.2.5-gompi-2022a.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'h4toh5'
version = '2.2.5'

homepage = 'http://www.hdfgroup.org/h4toh5/'
homepage = "https://docs.hdfgroup.org/archive/support/products/hdf5_tools/h4toh5/index.html"
description = """The h4toh5 software consists of the h4toh5 and h5toh4 command-line utilities,
as well as a conversion library for converting between individual HDF4 and HDF5 objects."""

Expand Down
Loading