# IT4Innovations 2020

easyblock = "Conda"

name = 'FFC'
version = '2019.1.0'
versionsuffix = '-conda'

homepage = 'http://phonopy.sourceforge.net/phono3py/index.html'
description = """This software calculates phonon-phonon interaction related properties"""

toolchain = SYSTEM

dependencies = [
    ('Anaconda3', '2019.10'),
]

requirements = "fenics=%(version)s mshr=%(version)s slepc=3.12 python=3.8"
channels = ['conda-forge']

sanity_check_paths = {
    'files': ['bin/ffc'],
    'dirs': ['bin', 'lib', 'lib64', 'include', 'sbin']
}

moduleclass = 'math'