mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

modified: o/OpenFOAM/OpenFOAM-v2006-intel-2020a.eb deleted: i/iimpi/iimpi-2020a.eb.old deleted: i/intel/intel-2020a.eb.old
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
# 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'
|