Skip to content

Commit

Permalink
fix patchelf v0.18 errors
Browse files Browse the repository at this point in the history
When used to set RPATHS (e.g. installing nvhpc, intel oneapi,
cray-mpich):
  ELF load command address/offset not properly aligned
c.f.  NixOS/patchelf#492
  • Loading branch information
bcumming committed Aug 23, 2023
1 parent 57c5fd5 commit 09325c4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions balfrin/packages.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
packages:
# patchelf v0.18 leads to errors when it was used to set RPATHS
# ELF load command address/offset not properly aligned
# c.f. https://github.com/NixOS/patchelf/issues/492
patchelf:
require: "@:0.17"
libfabric:
buildable: false
externals:
Expand Down
5 changes: 5 additions & 0 deletions clariden/packages.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
packages:
# patchelf v0.18 leads to errors when it was used to set RPATHS
# ELF load command address/offset not properly aligned
# c.f. https://github.com/NixOS/patchelf/issues/492
patchelf:
require: "@:0.17"
libfabric:
buildable: false
externals:
Expand Down
5 changes: 5 additions & 0 deletions hohgant/packages.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
packages:
# patchelf v0.18 leads to errors when it was used to set RPATHS
# ELF load command address/offset not properly aligned
# c.f. https://github.com/NixOS/patchelf/issues/492
patchelf:
require: "@:0.17"
libfabric:
buildable: false
externals:
Expand Down
5 changes: 5 additions & 0 deletions pilatus/packages.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
packages:
# patchelf v0.18 leads to errors when it was used to set RPATHS
# ELF load command address/offset not properly aligned
# c.f. https://github.com/NixOS/patchelf/issues/492
patchelf:
require: "@:0.17"
libfabric:
buildable: false
externals:
Expand Down

0 comments on commit 09325c4

Please sign in to comment.