Skip to content

Commit

Permalink
Adds spack externals for opencascade deps to the blueos environment o…
Browse files Browse the repository at this point in the history
…n LC
  • Loading branch information
kennyweiss committed Oct 15, 2024
1 parent 1e60e73 commit 4d1304e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions scripts/spack/configs/blueos_3_ppc64le_ib_p9/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,34 @@ spack:
- spec: zlib@1.2.7
prefix: /usr

# External dependencies for opencascade
# Couldn't find the exact versions for the libx* libraries, so copied from toss4 versions
mesa:
buildable: False
externals:
- spec: mesa@18.3.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 Expand Up @@ -323,6 +351,8 @@ spack:
require: "@3.0.1~shared~tests~examples"
umpire:
require: "@2024.07.0~shared~examples~werror"
opencascade:
require: "@7.8.1+data_exchange~draw"

# Globally lock in versions of Devtools
cmake:
Expand Down

0 comments on commit 4d1304e

Please sign in to comment.