mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +01:00

deleted: a/Anaconda2/Anaconda2-4.4.0.eb deleted: a/Anaconda3/Anaconda3-2019.10.eb deleted: a/Anaconda3/Anaconda3-4.4.0.eb deleted: a/Anaconda3/Anaconda3-5.3.1.eb deleted: a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb deleted: a/Autotools/Autotools-20170619.eb deleted: a/Autotools/Autotools-20180311.eb
36 lines
966 B
Plaintext
36 lines
966 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libMesh'
|
|
version = '1.4.1'
|
|
|
|
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) local_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'
|