easyconfigs-it4i/l/libMesh/libMesh-1.3.0-intel-2017c.eb
Easy Build 89d06ec87f new file: l/Lmod/Lmod-8.1.6.eb
new file:   l/libMesh/libMesh-1.3.0-intel-2017c.eb
	new file:   p/Perl/Perl-5.28.1-GCC-6.3.0-2.27.eb
	new file:   p/PostgreSQL/PostgreSQL-11.3-Py-2.7.eb
	new file:   p/phonopy/phonopy-2.1.3-Py-3.6.eb
	new file:   s/scipy/scipy-1.3.0-Py-3.6.eb
	modified:   x/XCrySDen/XCrySDen-1.5.60-intel-2017a.eb
2019-06-18 12:47:49 +02:00

36 lines
960 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'libMesh'
version = '1.3.0'
homepage = 'http://libmesh.github.io/'
description = """The libMesh library provides a framework for the numerical simulation of partial differential equations
using arbitrary unstructured discretizations on serial and parallel platforms. A major goal of the library is to
provide support for adaptive mesh refinement (AMR) computations in parallel while allowing a research scientist
to focus on the physics they are modeling."""
toolchain = {'name': 'intel', 'version': '2017c'}
toolchainopts = {'pic': True, 'usempi': True}
source_urls = [
'https://github.com/libMesh/libmesh/releases/download/v%(version)s/',
]
sources = [SOURCELOWER_TAR_GZ]
configopts = "--with-parmetis"
dependencies = [
('ParMETIS', '4.0.3'),
('Boost', '1.68.0'),
]
sanity_check_paths = {
'files': ['bin/meshtool-opt'],
'dirs': ['bin'],
}
moduleclass = 'lib'