Skip to content
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
9 changes: 7 additions & 2 deletions easybuild/easyconfigs/m/MPFR/MPFR-4.0.1-GCCcore-6.4.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'MPFR'
version = '4.0.1'

homepage = 'http://www.mpfr.org'
homepage = 'https://www.mpfr.org'

description = """
The MPFR library is a C library for multiple-precision floating-point
Expand All @@ -12,7 +12,7 @@ description = """

toolchain = {'name': 'GCCcore', 'version': '6.4.0'}

source_urls = ['http://www.mpfr.org/mpfr-%(version)s/']
source_urls = ['https://www.mpfr.org/mpfr-%(version)s/']
sources = [SOURCELOWER_TAR_BZ2]
checksums = ['a4d97610ba8579d380b384b225187c250ef88cfe1d5e7226b89519374209b86b']

Expand All @@ -26,6 +26,11 @@ dependencies = [

runtest = 'check'

# copy libmpfr.so* to <installdir>/lib to make sure that it is picked up by tests
# when EasyBuild is configured with --rpath, and clean up afterwards (let 'make install' do its job)
pretestopts = "mkdir -p %%(installdir)s/lib && cp -a src/.libs/libmpfr.%s* %%(installdir)s/lib && " % SHLIB_EXT
testopts = " && rm -r %(installdir)s/lib"

sanity_check_paths = {
'files': ['lib/libmpfr.%s' % SHLIB_EXT, 'include/mpfr.h'],
'dirs': [],
Expand Down
9 changes: 7 additions & 2 deletions easybuild/easyconfigs/m/MPFR/MPFR-4.0.1-GCCcore-7.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'MPFR'
version = '4.0.1'

homepage = 'http://www.mpfr.org'
homepage = 'https://www.mpfr.org'

description = """
The MPFR library is a C library for multiple-precision floating-point
Expand All @@ -12,7 +12,7 @@ description = """

toolchain = {'name': 'GCCcore', 'version': '7.3.0'}

source_urls = ['http://www.mpfr.org/mpfr-%(version)s/']
source_urls = ['https://www.mpfr.org/mpfr-%(version)s/']
sources = [SOURCELOWER_TAR_BZ2]
checksums = ['a4d97610ba8579d380b384b225187c250ef88cfe1d5e7226b89519374209b86b']

Expand All @@ -26,6 +26,11 @@ dependencies = [

runtest = 'check'

# copy libmpfr.so* to <installdir>/lib to make sure that it is picked up by tests
# when EasyBuild is configured with --rpath, and clean up afterwards (let 'make install' do its job)
pretestopts = "mkdir -p %%(installdir)s/lib && cp -a src/.libs/libmpfr.%s* %%(installdir)s/lib && " % SHLIB_EXT
testopts = " && rm -r %(installdir)s/lib"

sanity_check_paths = {
'files': ['lib/libmpfr.%s' % SHLIB_EXT, 'include/mpfr.h'],
'dirs': [],
Expand Down
9 changes: 7 additions & 2 deletions easybuild/easyconfigs/m/MPFR/MPFR-4.0.2-GCCcore-8.2.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ easyblock = 'ConfigureMake'
name = 'MPFR'
version = '4.0.2'

homepage = 'http://www.mpfr.org'
homepage = 'https://www.mpfr.org'

description = """
The MPFR library is a C library for multiple-precision floating-point
Expand All @@ -12,7 +12,7 @@ description = """

toolchain = {'name': 'GCCcore', 'version': '8.2.0'}

source_urls = ['http://www.mpfr.org/mpfr-%(version)s/']
source_urls = ['https://www.mpfr.org/mpfr-%(version)s/']
sources = [SOURCELOWER_TAR_BZ2]
checksums = ['c05e3f02d09e0e9019384cdd58e0f19c64e6db1fd6f5ecf77b4b1c61ca253acc']

Expand All @@ -26,6 +26,11 @@ dependencies = [

runtest = 'check'

# copy libmpfr.so* to <installdir>/lib to make sure that it is picked up by tests
# when EasyBuild is configured with --rpath, and clean up afterwards (let 'make install' do its job)
pretestopts = "mkdir -p %%(installdir)s/lib && cp -a src/.libs/libmpfr.%s* %%(installdir)s/lib && " % SHLIB_EXT
testopts = " && rm -r %(installdir)s/lib"

sanity_check_paths = {
'files': ['lib/libmpfr.%s' % SHLIB_EXT, 'include/mpfr.h'],
'dirs': [],
Expand Down
5 changes: 5 additions & 0 deletions easybuild/easyconfigs/m/MPFR/MPFR-4.0.2-GCCcore-8.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ dependencies = [

runtest = 'check'

# copy libmpfr.so* to <installdir>/lib to make sure that it is picked up by tests
# when EasyBuild is configured with --rpath, and clean up afterwards (let 'make install' do its job)
pretestopts = "mkdir -p %%(installdir)s/lib && cp -a src/.libs/libmpfr.%s* %%(installdir)s/lib && " % SHLIB_EXT
testopts = " && rm -r %(installdir)s/lib"

sanity_check_paths = {
'files': ['lib/libmpfr.%s' % SHLIB_EXT, 'include/mpfr.h'],
'dirs': [],
Expand Down
5 changes: 5 additions & 0 deletions easybuild/easyconfigs/m/MPFR/MPFR-4.0.2-GCCcore-9.3.0.eb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ dependencies = [

runtest = 'check'

# copy libmpfr.so* to <installdir>/lib to make sure that it is picked up by tests
# when EasyBuild is configured with --rpath, and clean up afterwards (let 'make install' do its job)
pretestopts = "mkdir -p %%(installdir)s/lib && cp -a src/.libs/libmpfr.%s* %%(installdir)s/lib && " % SHLIB_EXT
testopts = " && rm -r %(installdir)s/lib"

sanity_check_paths = {
'files': ['lib/libmpfr.%s' % SHLIB_EXT, 'include/mpfr.h'],
'dirs': [],
Expand Down