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

new file: h/hwloc/hwloc-1.11.7-GCC-9.1.0-2.32.eb new file: i/icc/icc-2019.4.227-GCC-9.1.0-2.32.eb new file: i/iccifort/iccifort-2019.4.227-GCC-9.1.0-2.32.eb new file: i/ifort/ifort-2019.4.227-GCC-9.1.0-2.32.eb new file: i/impi/impi-2019.3.199-iccifort-2019.4.227-GCC-9.1.0-2.32.eb new file: i/intel/intel-2019.03-GCC-9.1.0-2.32.eb new file: n/numactl/numactl-2.0.11-GCCcore-9.1.0.eb new file: o/OpenMPI/OpenMPI-2.1.5-GCC-9.1.0-2.32.eb new file: s/Singularity/Singularity-3.2.1.eb
27 lines
622 B
Plaintext
27 lines
622 B
Plaintext
# It4Innovations 2019
|
|
|
|
easyblock = 'Tarball'
|
|
|
|
name = 'Go'
|
|
version = '1.12.7'
|
|
|
|
homepage = 'http://www.golang.org'
|
|
description = """Go is an open source programming language that makes it easy to build
|
|
simple, reliable, and efficient software."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
source_urls = ['https://dl.google.com/go/']
|
|
sources = ['%(namelower)s%(version)s.linux-amd64.tar.gz']
|
|
|
|
checksums = ['3f0ca2acb238bef57c7e2b6e3d8d0730']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/go', 'bin/gofmt'],
|
|
'dirs': ['api', 'doc', 'lib', 'pkg'],
|
|
}
|
|
|
|
modextravars = {'GOROOT': '%(installdir)s'}
|
|
|
|
moduleclass = 'compiler'
|