Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

liblapack: 3.9.0 -> 3.9.1-pre #116796

Closed
wants to merge 385 commits into from
Closed

Conversation

veprbl
Copy link
Member

@veprbl veprbl commented Mar 18, 2021

Motivation for this change
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

fabaff and others added 30 commits March 16, 2021 22:06
libck closure contains quite a lot of stuff that we don't need,
but that's best left for another time and perhaps closure doesn't
matter that much for a tool like dnsperf.
…eprecated

python38Packages.deprecated: 1.2.11 -> 1.2.12
…json

python38Packages.ijson: 3.1.3 -> 3.1.4
…nflect

python38Packages.inflect: 5.2.0 -> 5.3.0
@r-rmcgibbo
Copy link

Result of nixpkgs-review pr 116796 at cc15284 run on x86_64-linux 1

410 packages marked as broken and skipped:
  • awsebcli
  • bareos
  • bonfire
  • cassandra_2_1
  • cassandra_2_2
  • dmd
  • gimpPlugins.exposureBlend
  • gimpPlugins.texturize
  • glimpsePlugins.exposureBlend
  • glimpsePlugins.texturize
  • ...
3997 packages skipped due to time constraints:
  • Literate
  • R
  • abcl
  • abiword
  • acme-client
  • actdiag (python38Packages.actdiag)
  • adapta-gtk-theme
  • adoptopenjdk-icedtea-web
  • aiodnsbrute
  • alloy (alloy5)
  • ...
34 packages built successfully:
11 suggestions:
  • warning: maintainers-missing

    Package does not have a maintainer. Consider adding yourself?

    Near pkgs/development/python-modules/ftputil/default.nix:27:3:

       |
    27 |   meta = with lib; {
       |   ^
    
  • warning: maintainers-missing

    Package does not have a maintainer. Consider adding yourself?

    Near pkgs/development/python-modules/inflect/default.nix:26:3:

       |
    26 |   meta = with lib; {
       |   ^
    
  • warning: missing-phase-hooks

    buildPhase should probably contain runHook preBuild and runHook postBuild.

    Near pkgs/development/tools/misc/cwebbin/default.nix:41:3:

       |
    41 |   buildPhase = ''
       |   ^
    
  • warning: missing-phase-hooks

    installPhase should probably contain runHook preInstall and runHook postInstall.

    Near pkgs/development/tools/misc/cwebbin/default.nix:47:3:

       |
    47 |   installPhase = ''
       |   ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/pkg.nix:29:5:

       |
    29 |     license = licenses.gpl2;
       |     ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:115:7:

        |
    115 |       license = licenses.gpl2;
        |       ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:27:7:

       |
    27 |       license = licenses.gpl2;
       |       ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:49:7:

       |
    49 |       license = licenses.gpl2;
       |       ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:71:7:

       |
    71 |       license = licenses.gpl2;
       |       ^
    
  • warning: unclear-gpl

    gpl2 is a deprecated license, check if project uses gpl2Plus or gpl2Only and change meta.license accordingly.

    Near pkgs/development/python-modules/buildbot/plugins.nix:93:7:

       |
    93 |       license = licenses.gpl2;
       |       ^
    
  • warning: unused-argument

    Unused argument: tox.
    Near pkgs/development/python-modules/deprecated/default.nix:2:18:

      |
    2 |   wrapt, pytest, tox }:
      |                  ^
    

@veprbl veprbl closed this Mar 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet