easyconfigs-it4i/f/FFC/FFC-2019.1.0-conda.eb
Lukáš Krupčík d3593bd9a7 new file: b/Boost/Boost-1.72.0-intel-2020a-Py-3.7.eb
new file:   c/CGAL/CGAL-4.11.1-intel-2020a.eb
	new file:   c/CGAL/CGAL-5.0.2-intel-2020a.eb
	new file:   d/DOLFIN/DOLFIN-2019.1.0-intel-2020a-Py-3.7.eb
	new file:   f/FFC/FFC-2019.1.0-conda.eb
	new file:   m/MATIO/MATIO-1.5.12-intel-2020a.eb
	new file:   m/mshr/mshr-2019.1.0-conda.eb
	modified:   o/OpenMPI/OpenMPI-1.10.7-GCC-6.3.0-2.27-noPBS.eb
	new file:   o/OpenMPI/OpenMPI-3.1.6-GCCcore-8.3.0-noPBS.eb
	new file:   s/SLEPc/SLEPc-3.13.3-intel-2020a.eb
	new file:   s/SLEPc/SLEPc-3.9.2-intel-2020a.eb
	new file:   t/Trilinos/Trilinos-12.12.1-intel-2020a-Py-3.7.eb
2020-07-21 12:50:01 +02:00

27 lines
532 B
Plaintext

# 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 python=3.7"
channels = ['conda-forge']
sanity_check_paths = {
'files': ['bin/ffc'],
'dirs': ['bin', 'lib', 'lib64', 'include', 'sbin']
}
moduleclass = 'math'