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

glm@0.9.6.1 -> 0.9.8.4, include built glm.pc #24129

Closed
wants to merge 1 commit into from

Conversation

Adjective-Object
Copy link
Contributor

Motivation for this change

The distributed glm releases do not include the cmake generated glm.pc pkg-config file. This pull builds them with cmake and includes them in the build output

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
    • Linux
  • 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/) (N/A, glm is a header-only library)
  • Fits CONTRIBUTING.md.


outputs = [ "out" "doc" ];

phases = [ "unpackPhase" "buildPhase" "installPhase" ];
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a particular reason why it is necessary to explictly set phases here?

@7c6f434c
Copy link
Member

I think that currently the default commit naming style is glm: 0.9.6.1 -> 0.9.8.4, not with @

@globin
Copy link
Member

globin commented Dec 29, 2017

Merged in 87e71f2, cleanup in 02545a6

@globin globin closed this Dec 29, 2017
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

5 participants