Skip to content

Commit

Permalink
Merge pull request #301011 from philiptaron/remove-auditBlasHook
Browse files Browse the repository at this point in the history
auditBlasHook: remove
  • Loading branch information
a-n-n-a-l-e-e authored Apr 2, 2024
2 parents f7c1258 + 83440df commit 3d06f31
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
37 changes: 0 additions & 37 deletions pkgs/build-support/setup-hooks/audit-blas.sh

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ mapAliases ({
atom-beta = throw "'atom-beta' has been removed because discontinued and deprecated. Consider using 'pulsar', a maintained fork"; # Added 2023-10-01
atomEnv = throw "'atomEnv' has been removed because 'atom' is discontinued and deprecated. Consider using 'pulsar', a maintained fork"; # Added 2023-10-01
atomPackages = throw "'atomPackages' has been removed because 'atom' is discontinued and deprecated. Consider using 'pulsar', a maintained fork"; # Added 2023-10-01
auditBlasHook = throw "'auditBlasHook' has been removed since it never worked"; # Added 2024-04-02
avldrums-lv2 = x42-avldrums; # Added 2020-03-29
awesome-4-0 = awesome; # Added 2022-05-05

Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ with pkgs;

### BUILD SUPPORT

auditBlasHook = makeSetupHook
{ name = "auto-blas-hook"; propagatedBuildInputs = [ blas lapack ]; }
../build-support/setup-hooks/audit-blas.sh;

autoreconfHook = callPackage (
{ makeSetupHook, autoconf, automake, gettext, libtool }:
makeSetupHook {
Expand Down

0 comments on commit 3d06f31

Please sign in to comment.