mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
easyblock = 'CMakeMake'
|
|
|
|
name = 'Netgen'
|
|
version = "6.3"
|
|
|
|
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://github.com/trelau/netgen/archive/']
|
|
sources = ['%(version)s.tar.gz']
|
|
|
|
builddependencies = [
|
|
('CMake', '3.9.0', '', True),
|
|
]
|
|
|
|
dependencies = [
|
|
# ('Togl', '1.7', '', True),
|
|
('Tk', '8.6.6', '', True),
|
|
('Tcl','8.6.6', '', True),
|
|
('zlib', '1.2.11', '', True),
|
|
]
|
|
|
|
#configopts = '--with-tcl=$EBROOTTCL/lib --with-tk=$EBROOTTK/lib --with-togl=$EBROOTTOGL CXX=mpicxx CC=mpicc'
|
|
#configopts = '--with-tcl=$EBROOTTCL/lib --with-tk=$EBROOTTK/lib CXX=mpicxx CC=mpicc'
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['bin'],
|
|
}
|
|
|
|
moduleclass = 'phys'
|