Skip to content

Instantly share code, notes, and snippets.

@drupol
Last active June 26, 2024 03:17
Show Gist options
  • Save drupol/fc00eb164e50550effbca0afc39d7338 to your computer and use it in GitHub Desktop.
Save drupol/fc00eb164e50550effbca0afc39d7338 to your computer and use it in GitHub Desktop.
OpenBlas overlay
(self: super: {
openblas = super.openblas.overrideAttrs (oldAttrs: {
makeFlags = oldAttrs.makeFlags ++ [
"DEBUG=1"
];
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment