From 147c448499969bc46edac0d0f1f1254d08791fce Mon Sep 17 00:00:00 2001 From: Easy Build Date: Tue, 11 Apr 2017 20:16:47 +0200 Subject: [PATCH] # modified: p/Python/Python-3.6.1.eb # modified: s/SQLite/SQLite-3.13.0.eb --- p/Python/Python-3.6.1.eb | 3 +-- s/SQLite/SQLite-3.13.0.eb | 12 ------------ 2 files changed, 1 insertion(+), 14 deletions(-) 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'