mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

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
25 lines
546 B
Plaintext
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'
|