mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: b/binutils/binutils-2.25-GCCcore-4.9.3.eb new file: b/binutils/binutils-2.25.eb new file: b/byacc/byacc-20120526.eb modified: f/FFTW/FFTW-3.3.5-gompi-2016a.eb modified: f/flex/flex-2.5.39.eb new file: f/foss/foss-2016a.eb modified: g/GCCcore/GCCcore-4.9.3.eb modified: g/GCCcore/GCCcore-5.4.0.eb modified: g/GCCcore/GCCcore-8.1.0.eb modified: g/GROMACS/GROMACS-5.1.4-foss-2016a-hybrid-single-PLUMED.eb new file: g/gompi/gompi-2016a.eb new file: h/hwloc/hwloc-1.11.7-GCC-4.9.3-2.25.eb new file: i/icc/icc-2018.1.163-GCC-6.3.0-2.27.eb new file: i/iccifort/iccifort-2018.1.163-GCC-6.3.0-2.27.eb new file: i/ifort/ifort-2018.1.163-GCC-6.3.0-2.27.eb modified: i/iimpi/iimpi-2018a.eb new file: i/impi/impi-2018.1.163-iccifort-2018.1.163-GCC-6.3.0-2.27.eb modified: i/intel/intel-2018a.eb modified: l/libarchive/libarchive-3.3.2.eb new file: l/libmatheval/libmatheval-1.1.8.eb new file: n/numactl/numactl-2.0.11-GCC-4.9.3-2.25.eb modified: n/numactl/numactl-2.0.11-GCC-6.3.0-2.27.eb modified: o/ORCA/ORCA-4.0.1.2.eb modified: o/OpenMPI/OpenMPI-1.10.2-GCC-4.9.3-2.25.eb new file: o/OpenMPI/OpenMPI-1.10.7-GCC-4.9.3-2.25.eb modified: o/OpenMPI/OpenMPI-2.0.1-iccifort-2017.1.132-GCC-6.3.0-2.27.eb deleted: i/icc/icc-2018.1.163-GCC-6.4.0-2.28.eb deleted: i/iccifort/iccifort-2018.1.163-GCC-6.4.0-2.28.eb deleted: i/ifort/ifort-2018.1.163-GCC-6.4.0-2.28.eb deleted: i/impi/impi-2018.1.163-iccifort-2018.1.163-GCC-6.4.0-2.28.eb
56 lines
1.8 KiB
Plaintext
56 lines
1.8 KiB
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'EB_GCC'
|
|
|
|
name = 'GCCcore'
|
|
version = '8.1.0'
|
|
|
|
homepage = 'http://gcc.gnu.org/'
|
|
description = """The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada,
|
|
as well as libraries for these languages (libstdc++, libgcj,...)."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
mpfr_version = '4.0.1'
|
|
|
|
source_urls = [
|
|
# GCC auto-resolving HTTP mirror
|
|
'http://ftpmirror.gnu.org/gnu/gcc/gcc-%(version)s',
|
|
'http://ftpmirror.gnu.org/gnu/gmp', # idem for GMP
|
|
'http://ftpmirror.gnu.org/gnu/mpfr', # idem for MPFR
|
|
'http://ftpmirror.gnu.org/gnu/mpc', # idem for MPC
|
|
'ftp://gcc.gnu.org/pub/gcc/infrastructure/', # GCC dependencies
|
|
'http://gcc.cybermirror.org/infrastructure/', # HTTP mirror for GCC dependencies
|
|
'http://isl.gforge.inria.fr/', # original HTTP source for ISL
|
|
]
|
|
sources = [
|
|
'gcc-%(version)s.tar.gz',
|
|
'gmp-6.1.2.tar.bz2',
|
|
'mpfr-%s.tar.bz2' % mpfr_version,
|
|
'mpc-1.1.0.tar.gz',
|
|
'isl-0.19.tar.bz2',
|
|
]
|
|
patches = [
|
|
'GCCcore-6.2.0-fix-find-isl.patch',
|
|
]
|
|
checksums = [
|
|
'af300723841062db6ae24e38e61aaf4fbf3f6e5d9fd3bf60ebbdbf95db4e9f09', # gcc-8.1.0.tar.gz
|
|
'5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2', # gmp-6.1.2.tar.bz2
|
|
'a4d97610ba8579d380b384b225187c250ef88cfe1d5e7226b89519374209b86b', # mpfr-4.0.1.tar.bz2
|
|
'6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e', # mpc-1.1.0.tar.gz
|
|
'd59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8', # isl-0.19.tar.bz2
|
|
'5ad909606d17d851c6ad629b4fddb6c1621844218b8d139fed18c502a7696c68',
|
|
# GCCcore-6.2.0-fix-find-isl.patch
|
|
]
|
|
|
|
builddependencies = [
|
|
('M4', '1.4.18'),
|
|
('binutils', '2.30'),
|
|
]
|
|
|
|
languages = ['c', 'c++', 'fortran']
|
|
|
|
withisl = True
|
|
|
|
moduleclass = 'compiler'
|