You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Issue description
clblas is not buildable
Steps to reproduce
nix-shell -p clblas
which will fail with obscure compile errorBuild 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: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 theresults.
P.S. I run into this issue while trying to install PyMC3
The text was updated successfully, but these errors were encountered: