# IT4Innovations 2019 easyblock = 'PythonPackage' name = 'pmx' version = '20190115' 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'] dependencies = [ ('numpy', '1.13.3'), ('scipy', '1.0.0'), ('matplotlib', '2.1.1'), ] sanity_check_paths = { 'files': [], 'dirs': ['lib/python2.7/site-packages/pmx'], } moduleclass = 'python'