Skip to content

Commit

Permalink
Adds spack externals for opencascade deps to the toss4_cray environme…
Browse files Browse the repository at this point in the history
…nt on LC
  • Loading branch information
kennyweiss committed Oct 15, 2024
1 parent 9c5a48b commit 1e60e73
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions scripts/spack/configs/toss_4_x86_64_ib_cray/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,34 @@ spack:
- spec: zlib@1.2.7
prefix: /usr

# External dependencies for opencascade
# libx* versions found via `strings /path/to/libx*.so
mesa:
buildable: False
externals:
- spec: mesa@23.1.4 # found via: glxinfo | grep -i version
prefix: /
libxi:
buildable: False
externals:
- spec: libxi@1.7.10
prefix: /
libxt:
buildable: False
externals:
- spec: libxt@1.1.5
prefix: /
libxext:
buildable: False
externals:
- spec: libxext@1.3.4
prefix: /
libxmu:
buildable: False
externals:
- spec: libxmu@1.1.3
prefix: /

# External dependencies for SCR
lsf:
buildable: False
Expand Down

0 comments on commit 1e60e73

Please sign in to comment.