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

imagecodecs-lite: init at 2019.4.20 #62754

Merged
merged 1 commit into from Sep 5, 2019
Merged

Conversation

tbenst
Copy link
Contributor

@tbenst tbenst commented Jun 6, 2019

Motivation for this change

Block-oriented, in-memory buffer transformation, compression, and decompression functions. Needed for tifffile

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 nix-review --run "nix-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)
  • Assured whether relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@tbenst
Copy link
Contributor Author

tbenst commented Jun 30, 2019

@FRidh ok to merge? #62755 should be all set afterwards, too

@aanderse
Copy link
Member

aanderse commented Sep 1, 2019

@GrahamcOfBorg build python2Packages.imagecodecs-lite python3Packages.imagecodecs-lite

@aanderse
Copy link
Member

aanderse commented Sep 1, 2019

@tbenst maybe you can take a look at the failures when you get a chance.

@tbenst
Copy link
Contributor Author

tbenst commented Sep 1, 2019

@aanderse happy to, what failures are you referring to?

@aanderse
Copy link
Member

aanderse commented Sep 1, 2019

If I look at the checks tab the bot lists all tests run as failed.

@tbenst
Copy link
Contributor Author

tbenst commented Sep 4, 2019

@aanderse python3 builds, python2 fails. I don't code with python2 and am not particularly motivated to fix given python 2 EOL in four months. I seem to recall there being a way to mark as python3 only? Couldn't find in a quick search of nixpkg manual / github

@aanderse
Copy link
Member

aanderse commented Sep 4, 2019

@tbenst sounds like a solid plan.

mailman = disabledIf (!isPy3k) (callPackage ../servers/mail/mailman/core.nix { });

@tbenst
Copy link
Contributor Author

tbenst commented Sep 5, 2019

@aanderse done!

@aanderse aanderse mentioned this pull request Sep 5, 2019
9 tasks
Copy link
Member

@aanderse aanderse left a comment

Choose a reason for hiding this comment

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

I've taken a look at the actual code now and have 2 minor nitpicks for you to address please. After that we're good to merge 👍

@tbenst
Copy link
Contributor Author

tbenst commented Sep 5, 2019

done, thx!

@aanderse
Copy link
Member

aanderse commented Sep 5, 2019

@GrahamcOfBorg build python3Packages.imagecodecs-lite

@aanderse aanderse merged commit 34a6f75 into NixOS:master Sep 5, 2019
@tbenst tbenst mentioned this pull request Dec 22, 2019
10 tasks
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

2 participants