mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/slurm: Updated for version 18.08.6_2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
aec834a6ce
commit
301d0d88e8
2 changed files with 12 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Slurm
|
||||
|
||||
# Copyright 2015 Emmanuel N. Millan, Mendoza, Argentina.
|
||||
# Copyright 2015-2019 Emmanuel N. Millan, Mendoza, Argentina.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,11 +23,12 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slurm
|
||||
VERSION=${VERSION:-17.11.6}
|
||||
VERSION=${VERSION:-18.08.6_2}
|
||||
SRCVER=$(echo $VERSION | tr _ -)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
DOCS="AUTHORS BUILD.NOTES COPYING DISCLAIMER INSTALL LICENSE.OpenSSL \
|
||||
DOCS="AUTHORS COPYING DISCLAIMER INSTALL LICENSE.OpenSSL \
|
||||
META NEWS README.rst RELEASE_NOTES"
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -70,9 +71,9 @@ RRDTOOL_SUPPORT=""
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM-$SRCVER
|
||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.?z*
|
||||
cd $PRGNAM-$SRCVER
|
||||
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="17.11.6"
|
||||
HOMEPAGE="http://slurm.schedmd.com/"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/slurm-17.11.6.tar.bz2"
|
||||
MD5SUM="bd4e2afa44233a3e947ce2acf340161f"
|
||||
VERSION="18.08.6_2"
|
||||
HOMEPAGE="https://slurm.schedmd.com/"
|
||||
DOWNLOAD="https://download.schedmd.com/slurm/slurm-18.08.6-2.tar.bz2"
|
||||
MD5SUM="ed25ac0613b6c6dc2490fa613a36c7ab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="munge"
|
||||
MAINTAINER="Emmanuel N. Millan"
|
||||
EMAIL="emmanueln@gmail.com"
|
||||
EMAIL="emmanueln[at]gmail[dot]com"
|
||||
|
|
Loading…
Reference in a new issue