Skip to content
Snippets Groups Projects

Build with GNU Makefile

Merged Mark Meredith requested to merge (removed):gnumakefile into main
Files
2
+ 0
2
@@ -79,8 +79,6 @@ spack:no_cgal:
- conan install -if build -g deploy catch2/2.13.7@
- if [ "$ENABLE_CGAL" == "ON" ]; then conan install -if build -g deploy cgal/5.2.1@; fi
- conan install -if build -g deploy taocpp-pegtl/3.2.1@
- ls -R build
- pwd
- make install BOOST_HOME=build/boost CATCH2_HOME=build/catch2 CGAL_HOME=build/cgal PEGTL_HOME=build/taocpp-pegtl DESTDIR=install_destination
tags:
- docker
Loading