15 Commits

Author SHA1 Message Date
ac93781cbd
Use gcc13 for intel compiler 2025-10-07 16:28:17 +02:00
312a54526c
Reorder includes in intel 202{4,5} wrapper 2025-10-07 16:28:17 +02:00
d464e30e13
Fix path in intel compiler wrapper 2025-10-07 16:28:17 +02:00
acc76acc16
Do not check missing symlinks in intel-oneapi 2025-10-07 16:28:17 +02:00
cd0dd65455
Remove wrapper flags when clang called from intel 2025-10-07 16:28:16 +02:00
08ca2ed5bf
Add oneMath 2025-10-07 16:28:16 +02:00
75567ed725
Fix parsing of new apt package list for oneapi 2023
New apt list does not have Package: as the first entry for all packages
2025-10-07 16:28:16 +02:00
cc7f7c0e8c
Add intel-hpckit-2025 as default intelPackages
Also introduces hpckit_2024
2025-10-07 16:28:16 +02:00
4ba823e5b7 Fix strictDeps intel 2023
Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
2025-10-01 15:45:11 +02:00
885e04e446 Remove unused inputs from intel compiler 2023
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-07-21 18:00:39 +02:00
26f52aa27d 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.

Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-07-21 17:23:30 +02:00
52fe43bfe1 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.

Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-07-21 17:23:30 +02:00
e7adef1ffa Fix intel-compiler by ignoring broken symlinks
In the future, we may want to look if those symlinks are needed.

Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-07-21 17:23:30 +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