Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions configs/sites/tier1/blueback/packages.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
packages:
# Modification of common packages
cairo:
# /usr/lib64/libgdk-x11-2.0.so: undefined reference to `cairo_xlib_surface_set_size'
require: +X
zlib-api:
buildable: False

Expand Down
12 changes: 3 additions & 9 deletions configs/sites/tier1/narwhal/packages.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
packages:
# Modification of common packages
cairo:
# /usr/lib64/libgdk-x11-2.0.so: undefined reference to `cairo_xlib_surface_set_size'
require: +X
zlib-api:
buildable: False

Expand Down Expand Up @@ -48,8 +51,6 @@ packages:
externals:
- spec: git-lfs@2.10.0
prefix: /p/app/projects/NEPTUNE/spack-stack/git-lfs-2.10.0
modules:
- git-lfs/2.10.0
gmake:
externals:
- spec: gmake@4.2.1
Expand All @@ -70,13 +71,6 @@ packages:
externals:
- spec: m4@1.4.18
prefix: /usr
#mysql:
# buildable: False
# externals:
# - spec: mysql@8.0.31
# prefix: /p/app/projects/NEPTUNE/spack-stack/mysql-8.0.31
# modules:
# - mysql/8.0.31
perl:
externals:
- spec: perl@5.26.1~cpanm+shared+threads
Expand Down
Loading