Phillip Seeber

Results 18 comments of Phillip Seeber

Now this has finally worked. Should be ready now.

Thanks for looking into it :) There is some difference in the messages, yes. But both don't work. Here is the output for v008. ``` installing files figuring out ssl...

OK, completely clean with `chmod u+rwx -R ~/.nix* && rm -rf ~/.nix*` results for the v009 version. `NP_DEBUG=1 nix-portable nix-shell -p nano` fails differently this time with `ErroSysErrorpexecuting '/nix/store/lan2w3ab1mvpxj3ppiw2sizh8i7rpz7s-busybox': No...

Sure, here is the log with `NP_DEBUG=2` [NP_DEBUG.log](https://github.com/DavHau/nix-portable/files/7985093/np.log)

For fypp see https://github.com/NixOS/nixpkgs/pull/233842/files

Hi, > cmake-3.28.2 > gfortran-13.2.0 CMake generates standard Makefiles without additional arguments, so plain Make :) EDIT: I've just tested with Ninja as CMake generator, it doesn't change the result,...

I've switched over to a meson+ninja build for all packages and can confirm that the test suite passes for this build type but otherwise the same dependencies.

@zimb3l if you are still looking for a solution, I may point you to NixOS-QChem, where I've just packaged it for the Nix package manager after some struggles. https://github.com/Nix-QChem/NixOS-QChem If...