Skip to content

Commit

Permalink
Bump nixpkgs rev
Browse files Browse the repository at this point in the history
Also fixes some dealii build warnings
  • Loading branch information
cadkin committed Feb 18, 2025
1 parent 87a98a4 commit 789fffa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions nix/dependencies/dealii/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ stdenv.mkDerivation rec {
boost
];

hardeningDisable = [
"fortify"
"fortify3"
];

cmakeFlags = [
"-DCMAKE_BUILD_TYPE=DebugRelease"
"-DCMAKE_CXX_STANDARD=17"
Expand Down

0 comments on commit 789fffa

Please sign in to comment.