mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/slurm: Updated for version 19.05.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2ba8bbcbcf
commit
7dac6a4234
2 changed files with 8 additions and 9 deletions
|
@ -23,8 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slurm
|
||||
VERSION=${VERSION:-18.08.6_2}
|
||||
SRCVER=$(echo $VERSION | tr _ -)
|
||||
VERSION=${VERSION:-19.05.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -71,9 +70,9 @@ RRDTOOL_SUPPORT=""
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVER
|
||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.?z*
|
||||
cd $PRGNAM-$SRCVER
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="slurm"
|
||||
VERSION="18.08.6_2"
|
||||
VERSION="19.05.2"
|
||||
HOMEPAGE="https://slurm.schedmd.com/"
|
||||
DOWNLOAD="https://download.schedmd.com/slurm/slurm-18.08.6-2.tar.bz2"
|
||||
MD5SUM="ed25ac0613b6c6dc2490fa613a36c7ab"
|
||||
DOWNLOAD="https://download.schedmd.com/slurm/slurm-19.05.2.tar.bz2"
|
||||
MD5SUM="6a6777f24fe54e356120c56c7774c18a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="munge"
|
||||
MAINTAINER="Emmanuel N. Millan"
|
||||
EMAIL="emmanueln[at]gmail[dot]com"
|
||||
EMAIL="emmanueln@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue