Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make elfutils a system package #54

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion bin/make_packages_yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fi
dst=$1/etc/spack/${sd}${os}/packages.yaml

# packages to make not buildable
force_system='^(bdftopcf|damageproto|diffutils|expat|findutils|font-util|gdbm|gettext|libc|libfontenc|libice|libx11|libxau|libxcb|libxdamage|libxdmcp|libxext|libxfixes|libxfont|libxkbcommon|libxmu|libxpm|libxrandr|libxrender|libxshmfence|libxt|libxv|libxvmc|libxxf86vm|mesa-glu|mkfontdir|mkfontscale|motif|openssl|pkg-config|pkgconf|tar|tcl|tk|xcb-util-(image|keysyms|renderutil|wm)|xextproto|xorg-server|xproto|xproxymanagementprotocol|xrandr|xtrans|zlib)$'
force_system='^(bdftopcf|damageproto|diffutils|elfutils|expat|findutils|font-util|gdbm|gettext|libc|libfontenc|libice|libx11|libxau|libxcb|libxdamage|libxdmcp|libxext|libxfixes|libxfont|libxkbcommon|libxmu|libxpm|libxrandr|libxrender|libxshmfence|libxt|libxv|libxvmc|libxxf86vm|mesa-glu|mkfontdir|mkfontscale|motif|openssl|pkg-config|pkgconf|tar|tcl|tk|xcb-util-(image|keysyms|renderutil|wm)|xextproto|xorg-server|xproto|xproxymanagementprotocol|xrandr|xtrans|zlib)$'

# packages to force target (instead of merely preferred)
force_x86_64='^(hwloc|libpciaccess|libsigsegv)$'
Expand Down
2 changes: 1 addition & 1 deletion templates/packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ coreutils:coreutils:$0
libcurl:curl:$0-devel
xorg-x11-proto-devel:damageproto:$0
diffutils:diffutils:$0
elfutils:elfutils:$0-devel
expat:expat:$0-devel
findutils:findutils:$0
flex:flex:$0
Expand Down Expand Up @@ -89,7 +90,6 @@ ncurses:ncurses:$0-devel
openssh-clients:openssh:$0
(openssl[0-9a-z]*)-libs:openssl:\1-devel
patchelf:patchelf:$0
perl:perl:$0-devel
(pkgconfig|pkgconf-pkg-config):pkg-config:$0
pkgconf:pkgconf:$0
python[0-9]*:python:$0-devel
Expand Down