Ticket 7867 - Modify slurm.spec to allow users to set QA_RPATHS as well
Summary: Modify slurm.spec to allow users to set QA_RPATHS as well
Status: OPEN
Alias: None
Product: Slurm
Classification: Unclassified
Component: Build System and Packaging (show other tickets)
Version: 19.05.2
Hardware: Linux Linux
: C - Contributions
Assignee: Tim Wickberg
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2019-10-04 09:49 MDT by Bruno Mundim
Modified: 2020-04-22 04:24 MDT (History)
2 users (show)

See Also:
Site: SciNet
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
NoveTech Sites: ---
Nvidia HWinf-CS Sites: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Tzag Elita Sites: ---
Linux Distro: CentOS
Machine Name: Niagara
CLE Version:
Version Fixed:
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments

Note You need to log in before you can comment on or make changes to this ticket.
Description Bruno Mundim 2019-10-04 09:49:16 MDT
QA_RPATHS is hard coded on slurm.spec as follows:

export QA_RPATHS=0x5

I modified it to allow me, the user, to set other values to QA_RPATHS 
in order to build the slurm rpms on Centos 7.4:

export QA_RPATHS=$((${QA_RPATHS:=0x0000}|0x0005))

It would be great if you could patch your development version.

Thanks,
Bruno.