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

new file: c/CGAL/CGAL-4.11.1-foss-2017b.eb new file: h/HDF5/HDF5-1.10.2-foss-2017b.eb modified: l/libGLU/libGLU-9.0.0.eb new file: m/METIS/METIS-5.1.0-foss-2017b.eb new file: m/METIS/METIS-5.1.0-use-doubles.patch new file: m/MPFR/MPFR-4.0.1-foss-2017b.eb new file: m/Mesa/Mesa-18.1.1-foss-2017b.eb new file: o/OpenFOAM/.OpenFOAM-6-foss-2017b.eb.swp new file: o/OpenFOAM/OpenFOAM-6-foss-2017b.eb new file: p/ParaView/ParaView-5.4.1-foss-2017b-mpi.eb new file: p/Python/Python-2.7.15-foss-2017b.eb new file: s/SCOTCH/SCOTCH-6.0.5-foss-2017b.eb new file: x/X11/X11-20180604-foss-2017b.eb Former-commit-id: e8b10bec2b833ddd8d62d61f64121f07ce56c411
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
# IT4Innovations 2018
|
|
|
|
name = 'CGAL'
|
|
version = '4.11.1'
|
|
|
|
homepage = 'http://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': 'foss', 'version': '2017b'}
|
|
toolchainopts = {'strict': True}
|
|
|
|
source_urls = ['https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-%(version)s']
|
|
sources = [SOURCE_TAR_XZ]
|
|
checksums = ['fb152fc30f007e5911922913f8dc38e0bb969b534373ca0fbe85b4d872300e8b']
|
|
|
|
dependencies = [
|
|
('zlib', '1.2.11', '', True),
|
|
('Boost', '1.67.0'),
|
|
('MPFR', '4.0.1'),
|
|
('GMP', '6.1.2', '', True),
|
|
('libGLU', '9.0.0', '', True),
|
|
('Qt5', '5.11.1','', ('GCC', '6.3.0-2.27')),
|
|
]
|
|
|
|
builddependencies = [
|
|
('CMake', '3.11.4', '', ('GCC', '6.3.0-2.27')),
|
|
('Eigen', '3.3.4', '', True),
|
|
]
|
|
|
|
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'
|