easyconfigs-it4i/g/Go/Go-1.13.5.eb
Lukáš Krupčík 15391d84fe new file: g/Go/Go-1.13.5.eb
modified:   p/PETSc/PETSc-3.12.2-intel-2018a-it4i.eb
	new file:   p/PETSc/PETSc-3.12.2-intel-2019a-it4i.eb
	modified:   s/Singularity/Singularity-3.5.2.eb
2019-12-19 11:49:24 +01:00

25 lines
546 B
Plaintext

# It4Innovations 2019
easyblock = 'Tarball'
name = 'Go'
version = '1.13.5'
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 = SYSTEM
source_urls = ['https://dl.google.com/go/']
sources = ['%(namelower)s%(version)s.linux-amd64.tar.gz']
sanity_check_paths = {
'files': ['bin/go', 'bin/gofmt'],
'dirs': ['api', 'doc', 'lib', 'pkg'],
}
modextravars = {'GOROOT': '%(installdir)s'}
moduleclass = 'compiler'