From e01773c51b64be0dbb75e4128ccdc0663c13c24c Mon Sep 17 00:00:00 2001 From: Deepak Rangarajan Date: Wed, 8 Mar 2023 15:24:45 +0000 Subject: [PATCH] add missing cgal section --- docs/source_docs/getting_started/hpc/Joule2.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/source_docs/getting_started/hpc/Joule2.rst b/docs/source_docs/getting_started/hpc/Joule2.rst index 8284add..74efbeb 100644 --- a/docs/source_docs/getting_started/hpc/Joule2.rst +++ b/docs/source_docs/getting_started/hpc/Joule2.rst @@ -380,6 +380,18 @@ prior to following any of the full build instructions above. make -j8 install popd +#. CGAL + + .. code:: bash + + git clone --depth 1 --branch v5.3 https://github.com/CGAL/cgal + pushd cgal/ + cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR + cd build/ + make -j8 install + popd + + #. PEGTL .. code:: bash -- GitLab