Commit 2adb2d2b authored by Charles G Waldman's avatar Charles G Waldman
Browse files

update build instructions (!154)

parent 77869f1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
docs/source/.mypy_cache
docs/build
docs/doxygen/html/
*~
+3 −5
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ prior to following any of the full build instructions above.

   .. code:: bash

      git clone --depth 1 --branch v2.13.7 https://github.com/catchorg/Catch2
      git clone --depth 1 --branch v3.11.0 https://github.com/catchorg/Catch2
      pushd Catch2/
      cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR
      cd build/
@@ -253,7 +253,7 @@ prior to following any of the full build instructions above.

   .. code:: bash

      git clone --depth 1 --branch v5.3 https://github.com/CGAL/cgal
      git clone --depth 1 --branch v6.4 https://github.com/CGAL/cgal
      pushd cgal/
      cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR
      cd build/
@@ -265,7 +265,7 @@ prior to following any of the full build instructions above.

   .. code:: bash

      git clone --branch 3.2.2 https://github.com/taocpp/PEGTL
      git clone --branch 3.2.8 https://github.com/taocpp/PEGTL
      pushd PEGTL/
      cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR
      cd build/
@@ -381,5 +381,3 @@ CPU-only runs have not been tested on this machine.
   set -x

   mpirun -np 4 ./mfix inputs.rt > screen.txt

+3 −3
Original line number Diff line number Diff line
@@ -286,7 +286,7 @@ prior to following any of the full build instructions above.

   .. code:: bash

      git clone --depth 1 --branch v2.13.7 https://github.com/catchorg/Catch2
      git clone --depth 1 --branch v3.11.0 https://github.com/catchorg/Catch2
      pushd Catch2/
      cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR
      cd build/
@@ -324,7 +324,7 @@ prior to following any of the full build instructions above.

   .. code:: bash

      git clone --depth 1 --branch v5.3 https://github.com/CGAL/cgal
      git clone --depth 1 --branch v6.4 https://github.com/CGAL/cgal
      pushd cgal/
      cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR
      cd build/
@@ -336,7 +336,7 @@ prior to following any of the full build instructions above.

   .. code:: bash

      git clone --branch 3.2.2 https://github.com/taocpp/PEGTL
      git clone --branch 3.2.8 https://github.com/taocpp/PEGTL
      pushd PEGTL/
      cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR
      cd build/
+3 −3
Original line number Diff line number Diff line
@@ -327,7 +327,7 @@ prior to following any of the full build instructions above.

   .. code:: bash

      git clone --depth 1 --branch v2.13.7 https://github.com/catchorg/Catch2
      git clone --depth 1 --branch v3.11.0 https://github.com/catchorg/Catch2
      pushd Catch2/
      cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR
      cd build/
@@ -360,7 +360,7 @@ prior to following any of the full build instructions above.

   .. code:: bash

      git clone --depth 1 --branch v5.3 https://github.com/CGAL/cgal
      git clone --depth 1 --branch v6.4 https://github.com/CGAL/cgal
      pushd cgal/
      cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR
      cd build/
@@ -372,7 +372,7 @@ prior to following any of the full build instructions above.

   .. code:: bash

      git clone --branch 3.2.2 https://github.com/taocpp/PEGTL
      git clone --branch 3.2.8 https://github.com/taocpp/PEGTL
      pushd PEGTL/
      cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR
      cd build/
+3 −3
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ prior to following any of the full build instructions above.

   .. code:: bash

      git clone --depth 1 --branch v2.13.7 https://github.com/catchorg/Catch2
      git clone --depth 1 --branch v3.11.0 https://github.com/catchorg/Catch2
      pushd Catch2/
      cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR
      cd build/
@@ -282,7 +282,7 @@ prior to following any of the full build instructions above.

   .. code:: bash

      git clone --depth 1 --branch v5.3 https://github.com/CGAL/cgal
      git clone --depth 1 --branch v6.4 https://github.com/CGAL/cgal
      pushd cgal/
      cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR
      cd build/
@@ -294,7 +294,7 @@ prior to following any of the full build instructions above.

   .. code:: bash

      git clone --branch 3.2.2 https://github.com/taocpp/PEGTL
      git clone --branch 3.2.8 https://github.com/taocpp/PEGTL
      pushd PEGTL/
      cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$CSG_INSTALL_DIR
      cd build/
Loading