nutofem / nuto

NuTo - yet another finite element library
https://nuto.readthedocs.io
Boost Software License 1.0
17 stars 5 forks source link

Add ability to create Debian packages #256

Closed Psirus closed 6 years ago

Psirus commented 6 years ago

This will add a target package that generates a .deb package of NuTo. That can than be installed with dpkg -i <packageName>.deb. The advantage is that you can easily uninstall (sudo apt remove nuto) the files compared to the make install way.

codecov[bot] commented 6 years ago

Codecov Report

Merging #256 into PDE_reviewed will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##           PDE_reviewed     #256   +/-   ##
=============================================
  Coverage         89.86%   89.86%           
=============================================
  Files               329      329           
  Lines             10871    10871           
=============================================
  Hits               9769     9769           
  Misses             1102     1102
Flag Coverage Δ
#integrationtests 63.79% <ø> (ø) :arrow_up:
#unittests 95.58% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3f7299e...b5dd054. Read the comment docs.