uekerman / spack-exercise

Repository from Github https://github.comuekerman/spack-exerciseRepository from Github https://github.comuekerman/spack-exercise

Packaging with Spack

Repository for the Spack exercise. The code is a slightly modified version of the code used in the CMake exercise.

The code in this repository does not depend on deal.ii anymore to reduce compilation time for the final release. Compared to the CPack part of the exercise, you need yaml-cpp version 0.7.0 again. It has to be installed with Spack. Note, that not all releases in this repository need all dependencies. Model this properly in your Spack recipe.

The directory docker includes a Dockerfile one may use as starting point for the exercise. It comes with Spack preinstalled (but not yet completely set up yet). Inside the container, one is not the root user anymore. If you need superuser rights inside the container, you can use the sudo command.

About

License:MIT License


Languages

Language:C++ 49.4%Language:Dockerfile 25.3%Language:CMake 25.3%