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

clblas is not buildable #58427

Closed
Shimuuar opened this issue Mar 27, 2019 · 1 comment
Closed

clblas is not buildable #58427

Shimuuar opened this issue Mar 27, 2019 · 1 comment

Comments

@Shimuuar
Copy link

Issue description

clblas is not buildable

Steps to reproduce

  1. nix-shell -p clblas which will fail with obscure compile error

Build fails because of some incompatibility of gtest but if one uses vendored version build succeed without any problem. To do so one need to remove cmake's flag -DUSE_SYSTEM_GTEST=ON from derivations. So if one overrides clblas like this it builds fine:

    clblas = self.lib.overrideDerivation super.clblas (oldAttrs: {
      cmakeFlags = [];
    });

I only tested it on 18.09 but according to hydra 19.03 suffers from same problem

Technical details

Please run nix-shell -p nix-info --run "nix-info -m" and paste the
results.

 - system: `"x86_64-linux"`
 - host os: `Linux 4.14.108, NixOS, 18.09.2394.2d656a97297 (Jellyfish)`
 - multi-user?: `yes`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.1.3`
 - channels(root): `"home-manager-18.09, nixos-18.09.2394.2d656a97297"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

P.S. I run into this issue while trying to install PyMC3

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

No branches or pull requests

3 participants