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

pythonPackages.pvlib: init at 0.5.2 #41562

Merged
merged 1 commit into from Jun 7, 2018
Merged

Conversation

jluttine
Copy link
Member

@jluttine jluttine commented Jun 6, 2018

Motivation for this change

Add pvlib Python package.

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS)
  • 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 nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@jluttine jluttine requested a review from FRidh as a code owner June 6, 2018 10:55

# Currently, the PyPI tarball doesn't contain the tests. When that has been
# fixed, enable testing. See: https://github.com/pvlib/pvlib-python/issues/473
checkPhase = "true";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you want to disable tests, use doCheck = false;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@dotlambda
Copy link
Member

@GrahamcOfBorg build python2.pkgs.pvlib python3.pkgs.pvlib

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: python2.pkgs.pvlib, python3.pkgs.pvlib

Partial log (click to expand)

Successfully installed pvlib-0.5.2
/build/pvlib-0.5.2
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/jasp7nx0rq2d5z2s0lz0msjcqpmyjg18-python3.6-pvlib-0.5.2
strip is /nix/store/21ymadblbmsbb2bk4q7gl4kjasp8zmgd-binutils-2.30/bin/strip
stripping (with command strip and flags -S) in /nix/store/jasp7nx0rq2d5z2s0lz0msjcqpmyjg18-python3.6-pvlib-0.5.2/lib
patching script interpreter paths in /nix/store/jasp7nx0rq2d5z2s0lz0msjcqpmyjg18-python3.6-pvlib-0.5.2
checking for references to /build in /nix/store/jasp7nx0rq2d5z2s0lz0msjcqpmyjg18-python3.6-pvlib-0.5.2...
/nix/store/ng3pnp4mgc706jvis6i0j3qppm95vsdg-python2.7-pvlib-0.5.2
/nix/store/jasp7nx0rq2d5z2s0lz0msjcqpmyjg18-python3.6-pvlib-0.5.2

@GrahamcOfBorg
Copy link

Failure on aarch64-linux (full log)

Attempted: python2.pkgs.pvlib, python3.pkgs.pvlib

Partial log (click to expand)

acquired Global_A
building of '/nix/store/29h5im265mc174afsf4qza8iqzv0svq0-python2.7-Cython-0.28.2.drv' timed out after 3600 seconds
building of '/nix/store/zh4vgh550i8iypbhi305wavx1xdkcrv2-python3.6-Cython-0.28.2.drv' timed out after 3600 seconds
cannot build derivation '/nix/store/lprsmq4x0a4xgqgjgc0aw6njj9fznx0l-python2.7-tables-3.4.3.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/042y67vqlvxbf7viy23j55wpgjv20yiy-python3.6-tables-3.4.3.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/a73xddy4gh4rq4b9x45x51960y9v0f31-python2.7-pandas-0.22.0.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/5fgsl6jcxyjz3fz5n3m3waysil64gi9k-python3.6-pandas-0.22.0.drv': 2 dependencies couldn't be built
cannot build derivation '/nix/store/v4r8428s77hy2rwbq9v58sfnf0zhigky-python2.7-pvlib-0.5.2.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/065d0n3gpqfzxnqabpcg3m8b1jhqcn80-python3.6-pvlib-0.5.2.drv': 1 dependencies couldn't be built
error: build of '/nix/store/065d0n3gpqfzxnqabpcg3m8b1jhqcn80-python3.6-pvlib-0.5.2.drv', '/nix/store/v4r8428s77hy2rwbq9v58sfnf0zhigky-python2.7-pvlib-0.5.2.drv' failed

@FRidh FRidh merged commit c6392ff into NixOS:master Jun 7, 2018
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

4 participants