Roberto Di Remigio Eikås
Roberto Di Remigio Eikås
> um. I think it's due to this error: #929 > > If you copy the `HOMO.cube` to `/tmp` to avoid "current" path, the surface will be shown. Yes, if...
I notice the following during the build phase: ``` blas_opt_info: blas_mkl_info: customize UnixCCompiler libraries mkl_rt not found in ['/nix/store/vs4vj1yzqj1bkcqkf3b6sxm6jfy1gb4j-python3-3.7.7/lib', '/usr/local/lib', '/usr/lib', '/usr/lib/'] NOT AVAILABLE blis_info: libraries blis not found in...
That does look very interesting (and exactly what I'd need right now...), thanks for the link! Any temporary workaround I could use?
That PR got merged, I'll give it a try and report.
Still can't make it work. I guess I'm not using it correctly? ``` let outer = import {}; in { pkgs ? import ( outer.fetchFromGitHub { owner = "nixos"; repo...
The overlay seems to be completely ignored: MKL is not even downloaded, let alone used. If I use: ``` nativeBuildInputs = [ python3.pkgs.numpy ]; ``` things seem to work as...
No, no luck so far. On Sun, May 10, 2020, 06:27 Tyler Benster wrote: > @robertodr did you succeed in having numpy > in a poetry2nix environment with functional MKL?...
@adisbladis I am still not able to make this work, despite NixOS/nixpkgs#83888 (and subsequent PRs on the same topic) having been merged.
Still no luck here.
@adisbladis I still cannot get NumPy to work with MKL.