diff --git a/p/Python/Python-3.6.1.eb b/p/Python/Python-3.6.1.eb index 325bfb45..7b77f396 100644 --- a/p/Python/Python-3.6.1.eb +++ b/p/Python/Python-3.6.1.eb @@ -1,6 +1,5 @@ name = 'Python' version = '3.6.1' -versionsuffix = '-test' homepage = 'http://python.org/' description = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." @@ -41,6 +40,6 @@ exts_list = [ }), ] -modluafooter = 'add_property("state","experimental")' +#modluafooter = 'add_property("state","experimental")' moduleclass = 'lang' diff --git a/s/SQLite/SQLite-3.13.0.eb b/s/SQLite/SQLite-3.13.0.eb index f8cf9ee2..5e15c6b1 100644 --- a/s/SQLite/SQLite-3.13.0.eb +++ b/s/SQLite/SQLite-3.13.0.eb @@ -1,15 +1,3 @@ -## -# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild -# -# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA -# Authors:: Fotis Georgatos -# License:: MIT/GPL -# $Id$ -# -# This work implements a part of the HPCBIOS project and is a component of the policy: -# http://hpcbios.readthedocs.org/en/latest/ -## - easyblock = 'ConfigureMake' name = 'SQLite'