new file: c/CGAL/CGAL-4.14.3-intel-2020a-Python-3.8.2.eb

modified:   o/OpenFOAM/OpenFOAM-v2006-intel-2020a.eb
	deleted:    i/iimpi/iimpi-2020a.eb.old
	deleted:    i/intel/intel-2020a.eb.old
This commit is contained in:
Lukáš Krupčík 2020-08-24 08:48:54 +02:00
parent d748f3b854
commit 7e1e949bbe
4 changed files with 41 additions and 45 deletions

View File

@ -0,0 +1,40 @@
# JH 2020
name = 'CGAL'
version = '4.14.3'
versionsuffix = '-Python-%(pyver)s'
homepage = 'https://www.cgal.org/'
description = """The goal of the CGAL Open Source Project is to provide easy access to efficient
and reliable geometric algorithms in the form of a C++ library."""
toolchain = {'name': 'intel', 'version': '2020a'}
toolchainopts = {'strict': True}
source_urls = ['https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-%(version)s']
sources = [SOURCE_TAR_XZ]
checksums = ['5bafe7abe8435beca17a1082062d363368ec1e3f0d6581bb0da8b010fb389fe4']
builddependencies = [
('CMake', '3.16.4'),
('Eigen', '3.3.7'),
]
dependencies = [
('zlib', '1.2.11'),
('Python', '3.8.2'),
('Boost', '1.72.0'),
('MPFR', '4.0.2'),
('GMP', '6.2.0'),
('Mesa', '20.0.2'),
('libGLU', '9.0.1'),
('Qt5', '5.14.1'),
]
configopts = "-DOPENGL_INCLUDE_DIR=$EBROOTMESA/include\;$EBROOTLIBGLU/include "
configopts += "-DOPENGL_gl_LIBRARY=$EBROOTMESA/lib/libGL.%s " % SHLIB_EXT
configopts += "-DOPENGL_glu_LIBRARY=$EBROOTLIBGLU/lib/libGLU.%s " % SHLIB_EXT
configopts += "-DWITH_ZLIB=ON -DWITH_MPFR=ON -DWITH_OpenGL=ON -DWITH_Eigen3=ON "
configopts += "-DWITH_GMPXX=ON -DWITH_LAPACK=ON -DWITH_BLAS=ON "
moduleclass = 'numlib'

View File

@ -1,19 +0,0 @@
# IT4Innovations 2019
easyblock = "Toolchain"
name = 'iimpi'
version = '2020a'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-local_compiler/'
description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
toolchain = SYSTEM
local_compver = '2020.0.166'
dependencies = [
('iccifort', local_compver),
('impi', '2019.6.166', '', ('iccifort', local_compver)),
]
moduleclass = 'toolchain'

View File

@ -1,25 +0,0 @@
# IT4Innovations 2020
easyblock = 'Toolchain'
name = 'intel'
version = '2020a'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-local_compiler/'
description = "Compiler toolchain including Intel compilers, Intel MPI and Intel Math Kernel Library (MKL)."
toolchain = SYSTEM
local_compver = '2020.0.166'
local_gccver = '8.3.0'
local_binutilsver = '2.32'
local_gccsuff = '-GCC-%s-%s' % (local_gccver, local_binutilsver)
dependencies = [
('GCCcore', local_gccver),
('binutils', local_binutilsver, '-GCCcore-%s' % local_gccver),
('iccifort', local_compver),
('impi', '2019.6.166', '', ('iccifort', local_compver)),
('imkl', local_compver, '', ('iimpi', version)),
]
moduleclass = 'toolchain'

View File

@ -25,7 +25,7 @@ checksums = [
dependencies = [ dependencies = [
('libreadline', '8.0'), ('libreadline', '8.0'),
('ncurses', '6.1'), ('ncurses', '6.2'),
# OpenFOAM requires 64 bit METIS using 32 bit indexes (array indexes) # OpenFOAM requires 64 bit METIS using 32 bit indexes (array indexes)
('METIS', '5.1.0'), ('METIS', '5.1.0'),
('SCOTCH', '6.0.9'), ('SCOTCH', '6.0.9'),