Skip to content

hpx: restrict architecture to x86_64 #25614

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

Merged
merged 1 commit into from
May 9, 2017
Merged

hpx: restrict architecture to x86_64 #25614

merged 1 commit into from
May 9, 2017

Conversation

bobakker
Copy link
Contributor

@bobakker bobakker commented May 8, 2017

Motivation for this change

Hydra spits out some build errors on aarch64, so I've set the architecture to x86_64 for now.

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.

Sorry, something went wrong.

@bobakker bobakker changed the title Restrict HPX architecture to x86_64 hpx: restrict architecture to x86_64 May 8, 2017
@bobakker
Copy link
Contributor Author

bobakker commented May 8, 2017

If anyone wants to see the logs, here they are.

@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "C++ standard library for concurrency and parallelism";
homepage = "https://github.com/STEllAR-GROUP/hpx";
license = stdenv.lib.licenses.boost;
platforms = stdenv.lib.platforms.linux;
platforms = [ "x86_64-linux" ]; # stdenv.lib.platforms.linux;
Copy link
Member

Choose a reason for hiding this comment

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

would ["i686-linux" "x86_64-linux"] also work?

@bobakker
Copy link
Contributor Author

bobakker commented May 9, 2017

@Mic92 i686 doesn't build on hydra either.

@Mic92 Mic92 merged commit 8f72f93 into NixOS:master May 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants