easyblock = 'ConfigureMake' name = "Racket" version = "6.1.1" homepage = 'http://racket-lang.org' description = """Racket is a full-spectrum programming language. It goes beyond Lisp and Scheme with dialects that support objects, types, laziness, and more.""" toolchain = {'name': 'GCC', 'version': '4.8.3'} #preconfigopts = "cd src && " start_dir = 'src' sources = ['%(namelower)s-%(version)s-src.tgz'] source_urls = ['http://mirror.racket-lang.org/installers/%(version)s/'] sanity_check_paths = { 'files': ['bin/racket'], 'dirs': ['bin', 'etc', 'lib', 'share'], } moduleclass = 'lang'