Skip to content

Commit

Permalink
fix patchelf v0.18 errors (#1)
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 authored Aug 23, 2023
1 parent 57c5fd5 commit eca8d98
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 eca8d98

Please sign in to comment.