[Slackbuilds-users] [PATCH] SLURM no longer building

Duncan Roe duncan_roe at optusnet.com.au
Sat Nov 11 00:59:59 UTC 2017


Hi,

The URL for slurm-17.02.7.tar.bz2 gets a 404. It is possible to get this version
via the home page, but the current version slurm-17.02.9 fetches just fine.

Also, the README was still referring to slurm-14.x for configuration file build.

The following patch fixes everything,

Cheers ... Duncan.

diff --git a/network/slurm/README b/network/slurm/README
index faf584c..3ae7439 100644
--- a/network/slurm/README
+++ b/network/slurm/README
@@ -16,7 +16,7 @@ is executed.
 # useradd -u 311 -d /var/lib/slurm -s /bin/false -g slurm slurm

 Next, a configuration file can be build using your favorite web browser
-and the file /usr/doc/slurm-14.11.8/html/configurator.html.
+and the file /usr/doc/slurm-17.02.9/html/configurator.html.

 Optional dependencies:
 HWLOC=yes|no (default: no), requires hwloc
diff --git a/network/slurm/slurm.SlackBuild b/network/slurm/slurm.SlackBuild
index 4f0adab..41e935d 100644
--- a/network/slurm/slurm.SlackBuild
+++ b/network/slurm/slurm.SlackBuild
@@ -23,7 +23,7 @@
 #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

 PRGNAM=slurm
-VERSION=${VERSION:-17.02.7}
+VERSION=${VERSION:-17.02.9}
 BUILD=${BUILD:-1}
 TAG=${TAG:-_SBo}

diff --git a/network/slurm/slurm.info b/network/slurm/slurm.info
index 61fdd20..3b5d50f 100644
--- a/network/slurm/slurm.info
+++ b/network/slurm/slurm.info
@@ -1,8 +1,8 @@
 PRGNAM="slurm"
-VERSION="17.02.7"
+VERSION="17.02.9"
 HOMEPAGE="http://slurm.schedmd.com/"
-DOWNLOAD="http://www.schedmd.com/download/latest/slurm-17.02.7.tar.bz2"
-MD5SUM="64009c1ed120b9ce5d79424dca743a06"
+DOWNLOAD="http://www.schedmd.com/download/latest/slurm-17.02.9.tar.bz2"
+MD5SUM="6bd0b38e6bf08f3426a7dd1e663a2e3c"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES="munge"


More information about the SlackBuilds-users mailing list