easyblock = 'ConfigureMake' name = 'PostgreSQL' version = '9.3.5' homepage = 'http://www.mysql.com/' description = """PostgreSQL is a powerful, open source object-relational database system. It is fully ACID local_compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation.""" source_urls = ['http://ftp.postgresql.org/pub/source/v%(version)s/'] sources = [SOURCELOWER_TAR_GZ] toolchain = {'name': 'intel', 'version': '2014b'} osdependencies = [('openssl-devel', 'libssl-dev')] java = 'Java' javaver = '1.7.0_60' dependencies = [ (java, javaver, '', True), ('libreadline', '6.3'), ('zlib', '1.2.8'), # ('OpenSSL', '1.0.1i'), # OS dependency should be preferred for security reasons ] builddependencies = [ ('Bison', '3.0.2'), ('flex', '2.5.39'), ('Perl', '5.20.0'), ] sanity_check_paths = { 'files': ['bin/psql'], 'dirs': [], } moduleclass = 'data'