Article 5KQ3M sbopkg not using VERSION flag for slurm

sbopkg not using VERSION flag for slurm

by
iluvatar1
from LinuxQuestions.org on (#5KQ3M)
Dear all,
I am starting using sbopkg (with Ponce current repo) to install many packages in a system which will be distributed to some students later as a slackware-current virtual machine. I need to install some specific versions for some packages, so I just download the given package version, put it inside the given directory, and then use a sbopkg queue. Example: The default hwloc versions is 2.2.0 (in the slackbuild), but I need 2.3.0. So I just download the package
Code:wget https://download.open-mpi.org/releas...-2.3.0.tar.bz2 -O /var/lib/sbopkg/SBo-git//system/hwloc/hwloc-2.3.0.tar.bz2(Maybe is better putting it inside /var/sbo/cache and then symlink, this is an example)
Then in the full queue file I put
Code:hwloc | VERSION=2.3.0and then install it as
Code:sbopkg -i -B custom-queueand it just works, not only for this, but for many other packages. BUT, this does not work with slurm. And it seems that is not a problem of the Slackbuild, since the direct command
Code:VERSION=20.11.7 bash slurm.SlackBuildworks ok, using the specified version and not the default 20.11.4 . Instead, downloading the 20.11.7 version inside the given directory , and putting
Code:slurm | VERSION=20.11.7does not work, sbopkg still insists on trying to download the specific version in the info file, which is 20.11.4 .
What can I do? Thanks for any suggestion.

sbopkg -v: 0.38.2latest?d=yIl2AUoC8zA latest?i=Ma_x6cnZssU:e2q6iUKYvg8:F7zBnMy latest?i=Ma_x6cnZssU:e2q6iUKYvg8:V_sGLiP latest?d=qj6IDK7rITs latest?i=Ma_x6cnZssU:e2q6iUKYvg8:gIN9vFwMa_x6cnZssU
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments