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

new file: c/CGAL/CGAL-5.2-iimpi-2020b.eb new file: g/gnuplot/gnuplot-5.4.1-GCCcore-10.2.0.eb new file: h/HDF5/HDF5-1.10.7-iimpi-2020b.eb new file: m/Mako/Mako-1.1.3-GCCcore-10.2.0.eb modified: o/OpenFOAM/OpenFOAM-v2106-foss-2020b.eb new file: o/OpenFOAM/OpenFOAM-v2106-intel-2020b.eb new file: p/ParaView/ParaView-5.9.1-intel-2020b-mpi.eb new file: q/Qt5/Qt5-5.14.2-GCCcore-10.2.0.eb new file: s/SciPy-bundle/SciPy-bundle-2020.11-intel-2020b.eb modified: s/SciPy-bundle/SciPy-bundle-2021.05-intel-2020b.eb
42 lines
1.2 KiB
Plaintext
42 lines
1.2 KiB
Plaintext
# IT4Innovtions
|
|
# LK 2021
|
|
|
|
name = 'CGAL'
|
|
version = '5.2'
|
|
|
|
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': 'iimpi', 'version': '2020b'}
|
|
toolchainopts = {'strict': True}
|
|
|
|
source_urls = ['https://github.com/CGAL/cgal/releases/download/v%(version)s/']
|
|
sources = [SOURCE_TAR_XZ]
|
|
checksums = ['744c86edb6e020ab0238f95ffeb9cf8363d98cde17ebb897d3ea93dac4145923']
|
|
|
|
builddependencies = [
|
|
('CMake', '3.18.4'),
|
|
('Eigen', '3.3.8'),
|
|
]
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11'),
|
|
('Python', '3.8.6'),
|
|
('Boost', '1.74.0'),
|
|
('MPFR', '4.1.0'),
|
|
('GMP', '6.2.0'),
|
|
('Mesa', '20.2.1'),
|
|
('libGLU', '9.0.1'),
|
|
('Qt5', '5.14.2'),
|
|
]
|
|
|
|
configopts = "-DCGAL_HEADER_ONLY=OFF "
|
|
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'
|