mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 11:48:06 +01:00

new file: d/DynaPhoPy/DynaPhoPy-1.15-intel-2017a-Python-2.7.13-base.eb new file: d/DynaPhoPy/DynaPhoPy-1.16.3-Py-3.6.eb modified: g/GLib/GLib-2.40.0.eb new file: l/lxml/lxml-4.1.1-Py-3.6.eb new file: p/phonopy/phonopy-1.12.6.66-Py-3.6.eb modified: q/Qt5/Qt5-5.8.0-GCC-6.3.0-2.27.eb new file: s/seaborn/graph-salomon.dot new file: s/seaborn/seaborn-0.8.1-Py-3.6.eb modified: x/X11/X11-20160819.eb deleted: d/DynaPhoPy/DynaPhoPy-1.15.eb
23 lines
586 B
Plaintext
23 lines
586 B
Plaintext
# Built with EasyBuild version 2.1.1 on 2015-07-07_13-08-51
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'GLib'
|
|
version = '2.40.0'
|
|
|
|
homepage = 'http://www.gtk.org/'
|
|
description = """GLib is one of the base libraries of the GTK+ project"""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
toolchainopts = {'optarch': True, 'pic': True}
|
|
|
|
source_urls = ['http://ftp.gnome.org/pub/gnome/sources/glib/%(version_major_minor)s/']
|
|
sources = ['glib-%(version)s.tar.xz']
|
|
|
|
dependencies = [
|
|
('libffi', '3.0.13'),
|
|
('gettext', '0.19.4'),
|
|
]
|
|
builddependencies = [('Python', '2.7.13')]
|
|
|
|
moduleclass = 'vis'
|