easyconfigs-it4i/ARCHIVE/p/PCC/PCC-20131024.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

36 lines
860 B
Plaintext

##
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
#
# Copyright:: Copyright 2012-2014 Uni.Lu/LCSB, NTUA
# Authors:: Fotis Georgatos <fotis@cern.ch>
# License:: MIT/GPL
# $Id$
##
easyblock = 'ConfigureMake'
name = 'PCC'
version = '20131024'
homepage = 'http://pcc.ludd.ltu.se/'
description = """The local_compiler is based on the original Portable C Compiler by S. C. Johnson,
written in the late 70's. About 50% of the frontend code and 80% of the backend code has been modified."""
toolchain = SYSTEM
# eg. http://pcc.ludd.ltu.se/ftp/pub/pcc/pcc-20131024.tgz
sources = ['pcc-%(version)s.tgz']
source_urls = ['http://pcc.ludd.ltu.se/ftp/pub/pcc/']
builddependencies = [
('flex', '2.5.35'),
('Bison', '2.7'),
]
sanity_check_paths = {
'files': ["bin/pcc"],
'dirs': ["lib"]
}
moduleclass = 'compiler'