WIP: Introduce Intel 2024, 2025, tasycl and oneMath #191

Draft
abonerib wants to merge 13 commits from pkgs/tasycl into master
Collaborator
https://jungle.bsc.es/git/rarias/bscpkgs/pulls/3 ~syclompss is broken still: http://weasel:3001/eval/48?compare=bsc-ci&full=0#tabs-new~ fixed: http://weasel:3001/eval/51
abonerib added 14 commits 2025-10-07 16:45:02 +02:00
abonerib changed title from Introduce Intel 2024, 2025, tasycl and oneMath to WIP: Introduce Intel 2024, 2025, tasycl and oneMath 2025-10-07 17:15:03 +02:00
abonerib force-pushed pkgs/tasycl from 8f07c3803c to db058d6b4a 2025-10-07 17:39:06 +02:00 Compare
abonerib added 1 commit 2025-10-08 09:55:48 +02:00
Disable test for SYCL Intel 2023
Some checks failed
CI / build:all (pull_request) Failing after 53s
5448fc75e1
abonerib force-pushed pkgs/tasycl from 5448fc75e1 to 5be04c5ff5 2025-10-08 11:08:44 +02:00 Compare
abonerib force-pushed pkgs/tasycl from 5be04c5ff5 to 512847a498 2025-10-08 11:20:42 +02:00 Compare
abonerib force-pushed pkgs/tasycl from 512847a498 to c2578d64b6 2025-10-08 11:46:08 +02:00 Compare
abonerib added 1 commit 2025-10-08 12:02:21 +02:00
Update versions to 2025.2
Some checks failed
CI / build:all (pull_request) Failing after 48s
8f16adc9af
abonerib force-pushed pkgs/tasycl from 8f16adc9af to 39ccc19282 2025-10-08 12:19:13 +02:00 Compare
abonerib force-pushed pkgs/tasycl from 39ccc19282 to 15a1014280 2025-10-08 14:22:11 +02:00 Compare
abonerib reviewed 2025-10-08 14:39:51 +02:00
@ -78,0 +88,4 @@
intel2025-icx-c = hello-c.override { stdenv = final.intelPackages_2025.stdenv; };
intel2024-icx-cpp = hello-cpp.override { stdenv = final.intelPackages_2024.stdenv; };
intel2025-icx-cpp = hello-cpp.override { stdenv = final.intelPackages_2025.stdenv; };
# intel2023-sycl = hello-sycl.override { intelPackages = final.intelPackages_2023; }; # broken
Author
Collaborator

I can package the 2023 version the same way we do the 2024/5 and remove the old one, but it may break things.

I can package the 2023 version the same way we do the 2024/5 and remove the old one, but it may break things.
abonerib reviewed 2025-10-08 14:41:30 +02:00
@ -0,0 +45,4 @@
dontConfigure = true;
# NODES requires access to /sys/devices to request NUMA information
requiredSystemFeatures = [ "sys-devices" ];
Author
Collaborator

This requires #181

This requires #181
abonerib marked this conversation as resolved
abonerib added a new dependency 2025-10-08 14:41:54 +02:00
All checks were successful
CI / build:all (pull_request) Successful in 1m27s
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin pkgs/tasycl:pkgs/tasycl
git checkout pkgs/tasycl
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Reference: rarias/jungle#191
No description provided.