mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

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
28 lines
537 B
Plaintext
28 lines
537 B
Plaintext
# IT4Innovations 2020\
|
|
# LK
|
|
|
|
easyblock = "Conda"
|
|
|
|
name = 'mshr'
|
|
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 = "mshr=%(version)s python=3.7"
|
|
channels = ['conda-forge']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/ffc'],
|
|
'dirs': ['bin', 'lib', 'lib64', 'include', 'sbin']
|
|
}
|
|
|
|
moduleclass = 'math'
|