f0afa10462
Remove unused inputs from intel compiler 2023
2025-07-21 17:01:06 +02:00
92f8904b21
Use gcc 13 for intel compiler 2023
...
Intel compiler for C++ (icpc) is not able to parse the location of C++
headers from the output of gcc 14, but works fine for gcc 13.
2025-07-21 17:00:19 +02:00
d205c64f05
Fix PATH in intel compiler wrapper
...
We need to add the gcc in the PATH, but adding it directly to $PATH
doesn't work, as it will be restored to $path_backup before icc runs. So
for now we simply inject it to path_backup, but ideally we should find a
more robust solution.
2025-07-21 16:23:53 +02:00
a4137ea0ea
Fix intel-compiler by ignoring broken symlinks
...
In the future, we may want to look if those symlinks are needed.
2025-07-21 13:04:21 +02:00
22e40db034
Add explicit zlib dependency
...
The stdenv no longer provides it by default.
Reviewed-by: Aleix Boné <abonerib@bsc.es>
Tested-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
2025-01-22 16:05:52 +01:00
916e4f49a6
Move packages from bsc/ to pkgs/
2023-10-02 10:57:53 +02:00