Sender | Message | Time |
---|---|---|
26 May 2025 | ||
Rebuild the world on Ampere with 128 cores. | 21:09:50 | |
before i do that i want proper tooling to not do world rebuilds whenever i poke at some low-level dep... | 21:10:30 | |
i suppose thatn is on nix, not stdenv... | 21:10:45 | |
Yeah, nix does not give you an easy way to graft a low-level dependency. | 21:11:48 | |
In reply to @rosscomputerguy:matrix.orgI'm not sure how we're meant to work together as a team when IIRC every single other member present agreed that sync calls don't suit their availability... if the vast majority of the team can't make the calls then we can't make collective decisions on them as a team, so either it won't actually be able to move design/decisions forward or it'll just be pushing things through without consensus. | 21:22:01 | |
even if we had the collective availability for it it's very hard to schedule sync calls across a distributed international team on a regular basis unless there's consistent availability at specific times | 21:22:45 | |
which is not really realistic when we are all working as volunteers and have communicated the constraints on our time and how we can best collaborate effectively under them... | 21:23:15 | |
I understand that part, at least Ericson and I are able to work together on pairing up together and we can work async with the rest of the team. | 21:24:50 | |
Ericson and I are going to work on some libc improvements soon. After I come back from Florida, I'll be splitting GCC up. | 21:26:39 | |
I did work on https://github.com/NixOS/nixpkgs/pull/409851 for almost a week now and it's almost in a good state. | 21:28:08 | |
28 May 2025 | ||
11:33:28 | ||
I found that in current nixos-unstable, gcc.cc is not gcc14.cc . But I could not find out where makes the difference. | 11:34:22 | |
Redacted or Malformed Event | 11:34:47 | |
This is my
| 11:35:36 | |
Why is this important? | 11:35:54 | |
I am trying to make intel fortran compiler working on NixOS 25.05. It used to work on NixOS 24.11, but now on 25.05, the intel fortran compiler complains could not find gcc installation directory. | 11:37:32 | |
What is the package name? | 11:37:41 | |
just you wait until you realize stdenv.cc and gcc14Stdenv.cc are different yet again | 11:38:25 | |
The Intel compilers is not packaged in nixpkgs. It defined here https://github.com/CHN-beta/bscpkgs/blob/master/pkgs/intel-oneapi/2023.nix | 11:39:05 | |
So why? | 11:39:16 | |
Where is the code that make difference? | 11:39:32 | |
some wrapping magic deep in stdenv, but probably not relevant to your issues anyways | 11:40:14 | |
in
| 11:40:21 | |
Yeah it's not relevant | 11:40:45 | |
Post the full build log please | 11:40:49 | |
Currently Intel fortran compiler
| 11:46:03 | |
Does it provide any more information than that? | 11:46:35 | |
If not, you might just have to strace it or something | 11:46:41 | |
But either way this is extremely unlikely to be a stdenv issue | 11:46:48 | |
No. I will do it another day. Thank you for your answer. | 11:53:57 |