modified: f/freetype/freetype-2.8.eb

modified:   m/matplotlib/matplotlib-2.1.1-Py-2.7.eb
	new file:   p/PSI4/timer.dat
	new file:   p/pmx/pmx-2.0-Py-2.7.eb
	deleted:    p/pmx/pmx-20190115-Py-2.7.eb
This commit is contained in:
Lukáš Krupčík 2020-04-07 11:02:30 +02:00
parent 1b1ac453d1
commit 199cff5c45
4 changed files with 26 additions and 9 deletions

View File

@ -11,7 +11,7 @@ toolchain = SYSTEM
source_urls = [GNU_SAVANNAH_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [('libpng', '1.6.29')]
dependencies = [('libpng', '1.6.37')]
sanity_check_paths = {
'files': [

View File

@ -16,9 +16,9 @@ sources = ['v%(version)s.tar.gz']
dependencies = [
('freetype', '2.8', '', True),
('libpng', '1.6.29', '', True),
('libpng', '1.6.37', '', True),
('python-dateutil', '2.6.1'),
('numpy', '1.13.3'),
('numpy', '1.16.3'),
('pyparsing', '2.2.0'),
('six', '1.11.0'),
]

14
p/PSI4/timer.dat Normal file
View File

@ -0,0 +1,14 @@
Host: login1.barbora.it4i.cz
Timers On : Fri Apr 3 09:21:49 2020
Timers Off: Fri Apr 3 09:21:50 2020
Wall Time: 1.32 seconds
Time (seconds)
Module User System Wall Calls
--------------------------------------------------------------------------------------
**************************************************************************************

View File

@ -1,21 +1,24 @@
# IT4Innovations 2019
# IT4Innovations 2020
easyblock = 'PythonPackage'
name = 'pmx'
version = '20190115'
version = '2.0'
homepage = 'https://github.com/alchemistry/alchemlyb/'
description = """alchemlyb is an attempt to make alchemical free energy calculations easier to do by leveraging the full power and flexibility of the PyData stack"""
toolchain = {'name': 'Py', 'version': '2.7'}
source_urls = ['https://github.com/deGrootLab/pmx/archive/']
sources = ['2016da08c4cea33bbca9ccd1f2094014110b7c6a.zip']
source_urls = [PYPI_LOWER_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
#download_dep_fail = True
use_pip = True
dependencies = [
('numpy', '1.13.3'),
('scipy', '1.0.0'),
('numpy', '1.16.3'),
('scipy', '1.2.1'),
('matplotlib', '2.1.1'),
]