easyconfigs-it4i/c/CGAL/CGAL-4.14.3-intel-2020a-Python-3.8.2.eb
Lukáš Krupčík 7e1e949bbe 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
2020-08-24 08:48:54 +02:00

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'