From fd0c7268875cc650207baeef4f174408d4b55b98 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 22 Apr 2008 23:52:15 +0000 Subject: [PATCH] correct .rpmmacros for BGL build --- BUILD.NOTES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BUILD.NOTES b/BUILD.NOTES index 32b0d9cfa0c..26d87d71328 100644 --- a/BUILD.NOTES +++ b/BUILD.NOTES @@ -65,10 +65,11 @@ Linux cluster (See BlueGene and AIX specific notes below for some differences). BlueGene build notes: 3. Use the rpm make target to create the new RPMs. This requires a .rpmmacros (.rpmrc for newer versions of rpmbuild) file containing: + %_prefix /usr %_slurm_sysconfdir /etc/slurm - %_with_debug 1 %_with_bluegene 1 - %with_cflags CFLAGS=-m64 + %_with_debug 1 + %with_cflags CFLAGS=-m64 CXX="g++ -m64" Build on Service Node with using the following syntax rpmbuild -ta slurm-...bz2 -- GitLab