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.nimfa: init at 1.3.1 #33918

Merged
merged 4 commits into from Jan 17, 2018
Merged

pythonPackages.nimfa: init at 1.3.1 #33918

merged 4 commits into from Jan 17, 2018

Conversation

ashgillman
Copy link
Contributor

Motivation for this change

New Python package for nonnegative matrix factorization (maths and science).

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-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.

}:

buildPythonPackage rec {
name = "${pname}-${version}";
Copy link
Member

Choose a reason for hiding this comment

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

no name

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Python packages shouldn't have a name?

Copy link
Member

Choose a reason for hiding this comment

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

buildPythonPackage will automatically set the name according to pname and version.

};

propagatedBuildInputs = [ numpy scipy ];
buildInputs = [ matplotlib pytest ];
Copy link
Member

Choose a reason for hiding this comment

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

checkInputs


propagatedBuildInputs = [ numpy scipy ];
buildInputs = [ matplotlib pytest ];
doCheck = false; # errors
Copy link
Member

Choose a reason for hiding this comment

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

What kind of errors? Are these upstream issues? If so, did you report them?

@ashgillman
Copy link
Contributor Author

I believe all changes have been made

@FRidh FRidh merged commit b8ab87a into NixOS:master Jan 17, 2018
@ashgillman ashgillman deleted the add-nimfa branch January 17, 2018 10:02
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