Skip to content

Commit

Permalink
Add elf to externals (#528)
Browse files Browse the repository at this point in the history
* Add elf to externals

* Adding papi and libunwind

* Adding elf and unwind to llnl-cluster

* Adding papi, elf, libunwind to sierra externals

* elfutils

* elfutils

* elfutils

* removing duplicate
  • Loading branch information
pearce8 authored Jan 15, 2025
1 parent a3787fa commit 3a5a443
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 5 deletions.
10 changes: 10 additions & 0 deletions systems/llnl-cluster/externals/base/00-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@
# SPDX-License-Identifier: Apache-2.0

packages:
elfutils:
externals:
- spec: [email protected]
prefix: /usr
buildable: false
papi:
buildable: false
externals:
- spec: [email protected]
prefix: /usr/tce/packages/papi/papi-6.0.0.1
unwind:
externals:
- spec: [email protected]
prefix: /usr
buildable: false
tar:
buildable: false
externals:
Expand Down
15 changes: 15 additions & 0 deletions systems/llnl-elcapitan/externals/base/00-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ packages:
- spec: [email protected]
prefix: /usr/tce
buildable: false
elfutils:
externals:
- spec: [email protected]
prefix: /usr
buildable: false
papi:
externals:
- spec: [email protected]
prefix: /usr
buildable: false
unwind:
externals:
- spec: [email protected]
prefix: /usr
buildable: false
pkgconf:
externals:
- spec: [email protected]
Expand Down
20 changes: 15 additions & 5 deletions systems/llnl-sierra/externals/base/00-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
# SPDX-License-Identifier: Apache-2.0

packages:
elfutils:
externals:
- spec: [email protected]
prefix: /usr
buildable: false
papi:
buildable: false
externals:
- spec: [email protected]
prefix: /usr
unwind:
externals:
- spec: [email protected]
prefix: /usr
buildable: false
tar:
externals:
- spec: [email protected]
Expand Down Expand Up @@ -37,10 +52,5 @@ packages:
- spec: [email protected]
prefix: /usr/tce/packages/python/python-3.8.2
buildable: false
papi:
externals:
- spec: [email protected]
prefix: /usr
buildable: false
mpi:
buildable: false

0 comments on commit 3a5a443

Please sign in to comment.