easyconfigs-it4i/n/Netgen/Netgen-6.0-beta.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

36 lines
1.1 KiB
Plaintext

easyblock = 'ConfigureMake'
name = 'Netgen'
version = '6.0-beta'
versionsuffix = '-Python-3.6.1'
homepage = 'https://ngsolve.org/'
description = """Netgen/NGSolve is a high performance multiphysics finite element software. It is widely used to
analyze models from solid mechanics, fluid dynamics and electromagnetics. Due to its flexible Python interface
new physical equations and solution algorithms can be implemented easily."""
toolchain = {'name': 'intel', 'version': '2017a'}
source_urls = [
'https://downloads.sourceforge.net/project/netgen-mesher/netgen-mesher/6.0/']
sources = ['netgen-6.0-beta.tar.gz']
dependencies = [
('Togl', '1.7'),
('Tix', '8.1.4'),
# ('Tk', '8.6.5', '', True),
# ('Tcl','8.6.5', '', True),
('Python', '3.6.1', '', True),
]
configopts = '--with-tcl=$EBROOTTCL/lib --with-tk=$EBROOTTK/lib --with-togl=$EBROOTTOGL CXX=mpicxx CC=mpicc'
#prebuildopts = 'patch ng/Makefile /apps/easybuild/easyconfigs-it4i/n/Netgen/ng.patch && '
sanity_check_paths = {
'files': [],
'dirs': ['bin'],
}
moduleclass = 'phys'