Skip to content

Commit

Permalink
Update site config for Orion (configs/sites/tier1/orion/packages.yaml…
Browse files Browse the repository at this point in the history
…: comment out external curl and openssl, add external wget
  • Loading branch information
climbfuji committed Dec 26, 2024
1 parent 495b1f6 commit 3365b2a
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions configs/sites/tier1/orion/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ packages:
externals:
- spec: cmake@3.20.2
prefix: /usr
curl:
externals:
- spec: curl@7.76.1+gssapi+ldap+nghttp2
prefix: /usr
# Don't use, goes together with openssl below
#curl:
# externals:
# - spec: curl@7.76.1+gssapi+ldap+nghttp2
# prefix: /usr
diffutils:
externals:
- spec: diffutils@3.7
Expand Down Expand Up @@ -80,10 +81,11 @@ packages:
externals:
- spec: openssh@8.7p1
prefix: /usr
openssl:
externals:
- spec: openssl@3.0.1
prefix: /usr
# Don't use, incomplete installation!
#openssl:
# externals:
# - spec: openssl@3.0.1
# prefix: /usr
perl:
externals:
- spec: perl@5.32.1~cpanm+opcode+open+shared+threads
Expand All @@ -108,3 +110,7 @@ packages:
externals:
- spec: tar@1.34
prefix: /usr
wget:
externals:
- spec: wget@1.21.1
prefix: /usr

0 comments on commit 3365b2a

Please sign in to comment.