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

isl: add 0.17.1 #21066

Merged
merged 1 commit into from Dec 15, 2016
Merged

isl: add 0.17.1 #21066

merged 1 commit into from Dec 15, 2016

Conversation

gdeest
Copy link

@gdeest gdeest commented Dec 11, 2016

Motivation for this change

Upgrade isl to the latest version.

@wkennington @globin @fpletz (Not sure whom to ping, here...)

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/)
  • Fits CONTRIBUTING.md.

@@ -2271,11 +2271,12 @@ in

ised = callPackage ../tools/misc/ised {};

isl = isl_0_15;
isl = isl_0_17;
isl_0_11 = callPackage ../development/libraries/isl/0.11.1.nix { };
isl_0_12 = callPackage ../development/libraries/isl/0.12.2.nix { };
Copy link
Member

Choose a reason for hiding this comment

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

Do we need that many versions of this library?

Copy link
Member

Choose a reason for hiding this comment

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

GCC and LLVM are the main users, and particular compiler versions need particular isl versions IIRC. Still, it's possible some of those isn't needed anymore.

Copy link
Author

@gdeest gdeest Dec 13, 2016

Choose a reason for hiding this comment

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

It looks like most of these are indeed specifically required by some existing package version:

  • GCC 4.9 depends on 0.11.
  • LLVM 3.4 relies on 0.12.
  • GCC 5, 6 and LLVM 3.5 depend on 0.14.

There does not seem to be any direct dependence on isl_0_15, so I guess it could be simply replaced by isl_0_17.

@vcunat vcunat changed the title isl: 0.15 -> 0.17.1 isl: add 0.17.1 Dec 13, 2016
@Mic92 Mic92 merged commit 0db13ac into NixOS:master Dec 15, 2016
@Mic92
Copy link
Member

Mic92 commented Dec 15, 2016

Thanks!

@bts bts mentioned this pull request Nov 18, 2018
9 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

4 participants