1512 Commits

Author SHA1 Message Date
e5750a45b7
MEGA MERGE 2025-10-08 15:32:22 +02:00
8c952ec8de
Add PoCL 2025-10-08 15:23:12 +02:00
66df874b4a
Add missing pre/postInstall hooks to intel 2023 2025-10-08 14:58:33 +02:00
660604a9f5
Trace addition to nix-support/private 2025-10-08 14:58:32 +02:00
30e75da14c
Add nix-support/private to unfree derivation outputs 2025-10-08 14:58:32 +02:00
f6864c7bce
Add skeleton meta to intel 2023 2025-10-08 14:58:32 +02:00
bec363d125
Add meta to packages 2025-10-08 14:58:32 +02:00
3750d0b599
Add maintainers 2025-10-08 14:58:32 +02:00
47c3cef2af
gromacs: fixes 2025-10-08 14:27:57 +02:00
81c4a9f9b7
Add gromacs 2025-10-08 14:27:57 +02:00
15a1014280
Update versions to 2025.2 2025-10-08 14:19:44 +02:00
0a27ae0926
Minify packages.json 2025-10-08 14:19:44 +02:00
3ed5463c25
Use packages.json for intel packages instead of awk script 2025-10-08 14:19:44 +02:00
1430ae7ceb
Use gcc13 for llvm-ompss2 for intel 2025-10-08 14:19:31 +02:00
96bb46cfbf
Use gcc13 for intel compiler 2025-10-08 14:18:18 +02:00
3a60d4a77e
Add passthru in ompss2 wrapper for icpx compat 2025-10-08 14:18:17 +02:00
ed573138e4
Remove wrapper flags when clang called from intel 2025-10-08 14:18:17 +02:00
4c1791c95d
Add oneMath 2025-10-08 14:18:17 +02:00
f8f3811b67
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-08 14:18:17 +02:00
684e290a38
Add TASYCL 2.1.0 2025-10-08 14:18:17 +02:00
25543ac0a1
Add test for icpx with ompss-2 as host compiler 2025-10-08 14:18:17 +02:00
f2bf4970c9
Replace __noChroot with requiredSystemFeatures 2025-10-08 13:54:54 +02:00
f15055ccdb
Add SYCL test compilation 2025-10-08 11:41:25 +02:00
f836ffe7dc
Add intelPackages_202{4,5} and make 2025 the default 2025-10-08 11:41:25 +02:00
4b4fe9bb3d Add hwloc test with sys-devices feature 2025-10-07 17:34:46 +02:00
237e1e7193
Add TACUDA package 2025-10-07 17:30:23 +02:00
7e7b5c59bf
Fix infinite recursion evaluating lib 2025-10-07 17:27:51 +02:00
81d74d8f75
Add sysDevicesSupport to nixpkgs overlay 2025-10-07 17:05:31 +02:00
510d9046ce
Enable custom sys-devices system feature 2025-10-07 17:05:29 +02:00
0287ac80b8
Clean up paraver derivations 2025-10-07 17:03:13 +02:00
8877c07c96
Add clsparse 2025-10-07 16:33:17 +02:00
bb5f98647a
aocc: init at 5.0.0 2025-10-07 16:32:54 +02:00
2cde166b1b
Add TAOpenCL 2025-10-07 16:32:01 +02:00
43a1b25c23
Set strictDeps=true on our top level packages 2025-10-07 16:27:46 +02:00
c5563ab111
Fix nanos6 cross-compilation for riscv 2025-10-07 16:21:35 +02:00
a8bfb6dcd7
Fix cross compilation for lmbench 2025-10-07 16:21:35 +02:00
93e94cd370
Disable papi when cross compiling
Even if we do an override to papi get the proper configure flags for
cross-compiling, the memory fences are not defined for risc-v:

mb.h:67:2: error: #error Need to define rmb for this architecture!
2025-10-07 16:21:35 +02:00
44cc60fcd8 Update license year range to 2025
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-10-07 16:07:32 +02:00
ca48ce556c Update gitlab CI after merge
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-10-07 16:07:30 +02:00
e8ac9dfb64 Upgrade README after bscpkgs merge
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-10-07 16:07:28 +02:00
188ba6df0a Remove bscpkgs input
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-10-07 16:07:26 +02:00
b1a37ae1fe Enable unfree packages in nixpkgs config
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-10-07 16:07:24 +02:00
63822bb054 Move the rest of packages to main overlay
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-10-07 16:07:23 +02:00
b94a1493d5 Merge flake.nix with bscpkgs
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-10-07 16:07:21 +02:00
826d6a28ef Move slurm to pkgs/
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-10-07 16:07:19 +02:00
ae6b0ae161 Move MPICH to pkgs/mpich and set as default
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-10-07 16:07:01 +02:00
01986c376b Merge remote-tracking branch 'bscpkgs/master' into merge-bscpkgs 2025-10-03 13:47:04 +02:00
e42058f08b Allow access to hut from fox
Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
2025-10-02 17:03:21 +02:00
f3bfe89f27 Fetch website from its own git repository
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-10-02 15:45:21 +02:00
ee6f981006 Add script to trim the repository
Reviewed-by: Aleix Boné <abonerib@bsc.es>
2025-10-02 15:44:56 +02:00