Nantes Université

Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 01bf287f rédigé par Jean-Francois GUILLAUME's avatar Jean-Francois GUILLAUME :squid:
Parcourir les fichiers

modifying compile_*.sh

parent b952e628
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -8,6 +8,7 @@ export SLURM_URL="https://github.com/SchedMD/slurm"
export SLURM_DEST_ARCH="x86_64"
export SLURM_OPTIONS="--with auth_none --with blcr --with bluegene --with lua --with mysql --with openssl --with percs --with sgijob"
export SLURM_BUILD_DEP_OPTIONS="--define=\"_with_auth_none 0\" --define=\"_with_blcr 0\" --define=\"_with_bluegene 0\" --define=\"_with_lua 0\" --define=\"_with_mysql 0\" --define=\"_with_openssl 0\" --define=\"_with_percs 0\" --define=\"_with_sgijob 0\""
export SLURM_BUILD_DEP_OPTIONS="_with_auth_none 0 _with_blcr 0 _with_bluegene 0 _with_lua 0 _with_mysql 0 _with_openssl 0 _with_percs 0 _with_sgijob 0"
#
# MUNGE RELATED
......
......@@ -14,7 +14,7 @@
# installing dependencies
/bin/yum makecache fast
/usr/bin/touch /var/lib/rpm/*
/bin/yum-builddep -y -q -e 0 "${SLURM_BUILD_DEP_OPTIONS}" ${TOP_DIR}/SPECS/slurm.spec
/bin/yum-builddep -y -q -e 0 --define="${SLURM_BUILD_DEP_OPTIONS}" ${TOP_DIR}/SPECS/slurm.spec
/usr/bin/cp ${TOP_DIR}/rpmmacros ~/.rpmmacros
# compiling rpm
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter