Update OmpSs-2 packages to 2025.11 release #212

Manually merged
rarias merged 4 commits from update-ompss2-2025.11 into master 2025-10-29 16:27:19 +01:00
Owner
No description provided.
rarias added 4 commits 2025-10-29 15:12:52 +01:00
Update OmpSs-2 LLVM to 2025.11
All checks were successful
CI / build:cross (pull_request) Successful in 23s
CI / build:all (pull_request) Successful in 12m3s
c2eb27c200
rarias changed title from WIP: Update OmpSs-2 packages to 2025.11 release to Update OmpSs-2 packages to 2025.11 release 2025-10-29 15:47:20 +01:00
rarias requested review from abonerib 2025-10-29 15:47:26 +01:00
abonerib reviewed 2025-10-29 16:05:35 +01:00
@ -23,2 +23,2 @@
hash = "sha256-H04JvsVKrdqr3ON7JhU0g17jjlg/jzQ7eTfx9vUNd3E=";
} // { shortRev = "a73afcf"; };
hash = "sha256-0l2ryIyWNiZqeYdVlnj/WnQGS3xFCY4ICG8JedX424w=";
} // { shortRev = "06432668"; };
Collaborator

Previous shortRev was 7 characters, now it's 8.

Seems that git rev-parse --short HEAD is 7 characters long, but GitLab uses 8 instead

Now ovni and ovniGit have different shortRevs:

hut$ /nix/store/wyckmsk2ban8n9babbbxq66h4habswy7-ovni-1.13.0/bin/ovniver
LD_LIBRARY_PATH not set
libovni: build v1.13.0 (06432668), dynamic v1.13.0 (06432668)
hut$ /nix/store/jznnmg8s2z6vz4yw61x32sxnriah7b7f-ovni-0643266/bin/ovniver
LD_LIBRARY_PATH not set
libovni: build v1.13.0 (0643266), dynamic v1.13.0 (0643266)
Previous `shortRev` was 7 characters, now it's 8. Seems that `git rev-parse --short HEAD` is 7 characters long, but GitLab uses 8 instead Now ovni and ovniGit have different shortRevs: ``` hut$ /nix/store/wyckmsk2ban8n9babbbxq66h4habswy7-ovni-1.13.0/bin/ovniver LD_LIBRARY_PATH not set libovni: build v1.13.0 (06432668), dynamic v1.13.0 (06432668) hut$ /nix/store/jznnmg8s2z6vz4yw61x32sxnriah7b7f-ovni-0643266/bin/ovniver LD_LIBRARY_PATH not set libovni: build v1.13.0 (0643266), dynamic v1.13.0 (0643266) ```
rarias marked this conversation as resolved
rarias force-pushed update-ompss2-2025.11 from c2eb27c200 to 723c13743d 2025-10-29 16:14:44 +01:00 Compare
abonerib approved these changes 2025-10-29 16:16:27 +01:00
rarias force-pushed update-ompss2-2025.11 from 723c13743d to 2e09314a7e 2025-10-29 16:23:11 +01:00 Compare
rarias manually merged commit 2e09314a7e into master 2025-10-29 16:27:19 +01:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rarias/jungle#212
No description provided.