diff --git a/Golden_Repo/c/CGAL/CGAL-5.2-gpsmpi-2021b.eb b/Golden_Repo/c/CGAL/CGAL-5.2-gpsmpi-2021b.eb new file mode 100644 index 0000000000000000000000000000000000000000..cbd4e021d1d54d971fc63158f7d3941369abe281 --- /dev/null +++ b/Golden_Repo/c/CGAL/CGAL-5.2-gpsmpi-2021b.eb @@ -0,0 +1,40 @@ +name = 'CGAL' +version = '5.2' + +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': 'gpsmpi', 'version': '2021b'} +toolchainopts = {'strict': True} + +source_urls = [ + 'https://github.com/%(name)s/%(namelower)s/releases/download/v%(version)s/'] +sources = [SOURCE_TAR_XZ] +checksums = ['744c86edb6e020ab0238f95ffeb9cf8363d98cde17ebb897d3ea93dac4145923'] + +builddependencies = [ + ('CMake', '3.21.1', '', SYSTEM), + ('Eigen', '3.3.9'), +] + +dependencies = [ + ('zlib', '1.2.11'), + ('Python', '3.9.6'), + ('Boost.Python', '1.78.0'), + ('MPFR', '4.1.0'), + ('GMP', '6.2.1'), + ('OpenGL', '2021b'), + ('Qt5', '5.15.2'), +] + +configopts = "-DCGAL_HEADER_ONLY=OFF -DCMAKE_BUILD_TYPE=Release " +configopts += "-DOPENGL_INCLUDE_DIR=$EBROOTOPENGL/include\; " +configopts += "-DOPENGL_gl_LIBRARY=$EBROOTOPENGL/lib/libGL.%s " % SHLIB_EXT +configopts += "-DOPENGL_glu_LIBRARY=$EBROOTOPENGL/lib/libGLU.%s " % SHLIB_EXT +configopts += "-DWITH_ZLIB=ON -DWITH_MPFR=ON -DWITH_OpenGL=ON -DWITH_Eigen3=ON " +configopts += "-DWITH_GMPXX=ON " + +moduleclass = 'numlib' diff --git a/acls.yml b/acls.yml index ec696a92504f37e82357c86ef593e181634b2859..c16a5af688754f4d716e2357787532c11f11e59a 100644 --- a/acls.yml +++ b/acls.yml @@ -360,7 +360,7 @@ software: base: True - name: 'CGAL' owner: 'strube1' - base: True + mpi: True - name: 'CMake' owner: 'strube1' system: True diff --git a/bin/gcc11ize.py b/bin/gcc11ize.py index 5aea68af6f45df65869e7b676258d0eb1dd584dc..6fbe1c402a37e8e0482169825b00350eafdc7c62 100755 --- a/bin/gcc11ize.py +++ b/bin/gcc11ize.py @@ -20,6 +20,7 @@ releases = { 'Boost.Python': ['1.74.0', '1.78.0'], 'cairo': ['1.17.2', '1.16.0'], 'CMake': ['3.18.0', '3.21.1'], + 'CGAL': ['5.1', '5.2'], 'Coreutils': ['8.32', '9.0'], 'CUDA': ['11.3', '11.5'], 'cuDNN': ['8.2.1.32', '8.2.2.26'], @@ -54,7 +55,7 @@ releases = { 'HarfBuzz': ['2.6.7', '2.8.2'], 'HTSLib': ['1.1.4', '1.1.4'], 'ICU': ['67.1', '70.1'], - 'ImageMagick': ['7.0.10-25', '7.1.0.13'], + 'ImageMagick': ['7.0.10-25', '7.1.0.13'], 'imkl': ['2021.2.0', '2021.4.0'], 'intltool': ['0.51.0', '0.51.0'], 'ispc': ['1.12.0', '1.16.1'], @@ -100,8 +101,8 @@ releases = { 'RDFlib': ['5.0.0', '6.0.2'], 're2c': ['1.3', '2.2'], 'Rust': ['1.47.0', '1.54.0'], - 'Scikit': ['2021', '2022'], - 'SciPy': ['2021', '2021b'], + 'scikit': ['2021', '2022'], + 'SciPy-Stack': ['2021', '2021b'], 'Shapely': ['1.7.1', '1.8.0'], 'SuiteSparse': ['5.7.1', '5.10.1'], 'snappy': ['1.1.8', '1.1.9'],