easyconfigs-it4i/n/Netgen/Netgen-6.0-beta.eb
Lukáš Krupčík e0dbeaf0dd new file: b/bcl2fastq2/bcl2fastq2-2.20.0-intel-2017a-Python-2.7.13.eb
new file:   e/ETSF_IO/ETSF_IO-1.0.4-intel-2017a.eb
	new file:   l/LAMMPS/LAMMPS-31Mar2017-intel-2017a-REAXC.eb
	new file:   l/libxc/libxc-3.0.0-intel-2017a.eb
	new file:   l/libxc/libxc-4.0.1-GCC-6.3.0-2.27.eb
	new file:   l/libxc/libxc-4.0.1-intel-2017a.eb
	new file:   l/libxc/libxc-4.0.1.eb
	new file:   l/libxml2/libxml2-2.7.8.eb
	modified:   n/Netgen/Netgen-6.0-beta.eb
	new file:   o/Octopus/Octopus-7.1-intel-2017a-mpi.eb
	new file:   o/OpenBLAS/OpenBLAS-0.2.9-LAPACK-3.5.0.eb
	new file:   p/PFFT/PFFT-1.0.8-alpha-intel-2017a.eb
	new file:   p/Perl/Perl-5.26.1-intel-2017a.eb
	new file:   s/Singularity/Singularity-2.3.2-docker-fix.eb
	new file:   s/Singularity/Singularity-2.4.eb
	new file:   t/Tar/Tar-1.29.eb
	new file:   t/Togl/Togl-1.7-intel-2017a.eb
2017-10-19 08:58:29 +02:00

35 lines
1.0 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'