easyblock = "PythonPackage" name = 'phono3py' version = '1.11.13.35' homepage = 'http://phonopy.sourceforge.net/phono3py/index.html' description = """This software calculates phonon-phonon interaction related properties""" toolchain = {'name': 'intel', 'version': '2017a'} sources = [SOURCELOWER_TAR_GZ] source_urls = ['http://sourceforge.net/projects/phonopy/files/phono3py/'] prebuildopts = 'python setup.py build #' # notice the hash hack to override setup.py preinstallopts = 'python setup.py install --prefix=%(installdir)s #' # another hack skipsteps = ['test'] options = {'modulename': 'phonopy'} python = "Python" pythonversion = '2.7.13' pythonshortversion = ".".join(pythonversion.split(".")[:-1]) versionsuffix = "-%s-%s" % (python, pythonversion) dependencies = [ (python, pythonversion, '', True), ('OpenBLAS', '0.2.19', '-GCC-6.3.0-2.27-LAPACK-3.7.0', True), ] moduleclass = 'phys'