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

new file: c/CGAL/CGAL-5.2.4-gompi-2022b.eb new file: c/CGAL/CGAL-5.2.4-iimpi-2022b.eb new file: g/gcccuda/gcccuda-2022b.eb new file: g/glibc/glibc-2.37-GCCcore-12.2.0.eb new file: h/HDF5/HDF5-1.14.0-iimpi-2022b.eb new file: k/KaHIP/KaHIP-3.14-iimpi-2022b.eb new file: n/netCDF/netCDF-4.9.0-iimpi-2022b.eb new file: o/OpenFOAM/OpenFOAM-v2206-foss-2022a.eb new file: o/OpenFOAM/OpenFOAM-v2212-cleanup.patch new file: o/OpenFOAM/OpenFOAM-v2212-intel-2022b.eb new file: o/OpenMPI/OpenMPI-4.1.4-GCC-11.3.0-CUDA-11.7.0.eb new file: p/ParaView/ParaView-5.11.0-intel-2022b-mpi.eb new file: p/pkg-config/pkg-config-0.29.2-GCCcore-12.2.0.eb new file: s/SCOTCH/SCOTCH-7.0.3-gompi-2022b.eb new file: s/SCOTCH/SCOTCH-7.0.3-iimpi-2022b.eb new file: t/texinfo/texinfo-7.0.2-GCCcore-12.2.0.eb
31 lines
855 B
Plaintext
31 lines
855 B
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
name = 'CGAL'
|
|
version = '5.2.4'
|
|
|
|
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': 'gompi', 'version': '2022b'}
|
|
toolchainopts = {'strict': True}
|
|
|
|
source_urls = ['https://github.com/CGAL/cgal/releases/download/v%(version)s/']
|
|
sources = [SOURCE_TAR_XZ]
|
|
checksums = ['7f792c59d067e41a073bcee5d615f4276f9ccd2b5e7d359093cc36149fda14c3']
|
|
|
|
builddependencies = [
|
|
('Eigen', '3.4.0'),
|
|
('Boost', '1.81.0'),
|
|
('CMake', '3.24.3'),
|
|
('GMP', '6.2.1'),
|
|
('MPFR', '4.2.0'),
|
|
]
|
|
|
|
configopts = "-DCGAL_HEADER_ONLY=OFF "
|
|
configopts += "-DWITH_ZLIB=ON -DWITH_MPFR=ON -DWITH_OpenGL=ON -DWITH_Eigen3=ON "
|
|
configopts += "-DWITH_GMPXX=ON "
|
|
|
|
moduleclass = 'numlib'
|