summaryrefslogtreecommitdiff
path: root/sysutils/slurm-wlm/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/slurm-wlm: upgrade to 23.11.1Thierry Thomas2023-12-1819-170/+479
| | | | | | | | | Releases notes at <https://www.schedmd.com/news.php>. Remark: MySQL is no more an option. Security: CVE-2023-49933 through CVE-2023-49938 Differential Revision: <https://reviews.freebsd.org/D42764>
* sysutils/slurm-wlm: fix build on -CURRENTStefan Eßer2022-01-021-0/+11
| | | | | | | | | | | | | | | | | | The CPU_OR macro has been made compatible with GLIBC on -CURRENT, the FreeBSD specific alternative is therefore no longer required. While here pass --disable-slurmrestd to prevent the auto-configure script from attempting to build slurmrestd if glib is found by auto-configure (it does not build on FreeBSD due to Linux specific headers and shell features provided by Bash but by the /bin/sh in FreeBSD). This port has numerous build issues when not building in a clean jail (i.e. on a system with a previous version installed or with other software that is detected by auto-configure). The port revision is not bumped since these changes do not modify the package that is generated.
* sysutils/slurm-wlm: Update to 20.02.7Jason W. Bacon2021-06-242-86/+7
| | | | | Add latest patch set (too numerous to cover, see RELEASE_NOTES in the dist) Remove upstreamed patches
* sysutils/slurm-wlm: Patch to work with hdf5 1.12Jason W. Bacon2021-01-261-3/+57
| | | | | | | | PR: 252567 Submitted by: thierry Notes: svn path=/head/; revision=562629
* sysutils/slurm-wlm: Switch from hwloc to hwloc2Jason W. Bacon2021-01-071-11/+12
| | | | | | | | | | Also minor improvements to example slurm.conf PR: 252495 Reported by: thierry Notes: svn path=/head/; revision=560733
* sysutils/slurm-wlm: Back out -fno-common patches, add -fcommon flagJason W. Bacon2020-12-083-47/+0
| | | | | | | | | | Fixes runtime regression caused by r546150 Reported by: jrm MFH: 2020Q4 Notes: svn path=/head/; revision=557295
* sysutils/slurm-wlm: Patch in lua 5.4 supportJason W. Bacon2020-12-014-25/+59
| | | | | | | | | | | PR opened upstream Make sure patch files have meaningful names PR: 251471 Reported by: greg@unrelenting.technology Notes: svn path=/head/; revision=556796
* sysutils/slurm-wlm: Fix build with -fno-commonNiclas Zeising2020-08-252-0/+51
| | | | | | | | | | Add two patches based on upstream changes to fix the build of sysutils/slurm-wlm with -fno-common, which is the default with llvm 11. MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) Notes: svn path=/head/; revision=546150
* sysutils/slurm-wlm: Revert error file to stderr when redirect no longer neededJason W. Bacon2020-04-151-2/+5
| | | | | | | Fixes an oversight in a new patch for 20.02.1 Notes: svn path=/head/; revision=531764
* sysutils/slurm-wlm: Upgrade to 20.02.1Jason W. Bacon2020-04-127-43/+149
| | | | | | | | | Numerous bug fixes and enhancements Reported by: portscout Notes: svn path=/head/; revision=531468
* sysutils/slurm-wlm: Patch build system for clang/lld 10Jason W. Bacon2020-03-151-0/+10
| | | | | | | | PR: ports/244508 Submitted by: dim Notes: svn path=/head/; revision=528464
* sysutils/slurm-wlm: Upgrade to 19.05.5Jason W. Bacon2020-01-237-82/+38
| | | | | | | | | | Fix recent CVEs Clean up config file example patches Reported by: pkgsrc-security Notes: svn path=/head/; revision=523858
* sysutils/slurm-wlm: Temporary patch to silence job accounting errorsJason W. Bacon2019-09-141-0/+26
| | | | | | | | Disables linux-specific code when using jobacct_gather/linux for now. Long-term solution is to revamp job accounting code for FreeBSD. Notes: svn path=/head/; revision=512031
* sysutils/slurm-wlm: Upgrade to 19.05.1-2Jason W. Bacon2019-07-217-21/+55
| | | | | | | | Resolves CVE-2019-12838 Add NOT_FOR_ARCHS since upstream has deprecated 32-bit architectures Notes: svn path=/head/; revision=507030
* sysutils/slurm-wlm: Upgrade to 18.08.7Jason W. Bacon2019-05-156-41/+143
| | | | | | | | | Improve default settings for FreeBSD Reviewed by: jrm Notes: svn path=/head/; revision=501674
* sysutils/slurm-wlm: Fix WITHOUT_KERBEROS build and configure issueJoseph Mingrone2018-02-201-0/+41
| | | | | | | | | | | | | | - Fix build when WITHOUT_KERBEROS is used by patching files to remove '#include <roken.h>'. [1] - Fix configure when PREFIX is set to something other than /usr/local. The check for man2html is hard-coded to search /usr/bin and /usr/local/bin. [2] PR: 225989 Submitted by: tijl [1] jwb [2] Notes: svn path=/head/; revision=462368
* sysutils/slurm-wlm: Update to version 17.02.5Joseph Mingrone2017-07-031-11/+0
| | | | | | | Upstream changes: https://github.com/SchedMD/slurm/blob/slurm-17.02/NEWS Notes: svn path=/head/; revision=444989
* sysutils/slurm-wlm: Fix task affinity, mysql and gtk2 options, updateJoseph Mingrone2017-03-241-105/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default slurm.conf, silence QA warning about liblz4, patch to make /usr/bin/mail the default. - Fix task affinity. The reinplace for cpuset_setaffinity should not have been removed as it was not one of the patches incorporated upstream. - The MYSQL and GTK2 options were not functioning properly when off. If mysql and gtk2 were installed during configure phase, slurm would build sview and mysql support whether or not the options were selected. Poudriere will not catch this sort of problem. I tested by installing with all options enabled so that all possible dependencies would be installed, and then rebuilding with all options off. No QA warnings in either case now. - Remove the outdated files/slurm.conf.sample. Install a patched version of the included slurm.conf file instead. - Patch to make /usr/bin/mail the default, so that mail will work out of the box instead of requiring an override in slurm.conf. - Silence a QA warning about liblz4 by adding archivers/liblz4 to LIB_DEPENDS. PR: 218044 Submitted by: bacon4000@gmail.com Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=436851
* sysutils/slurm-wlm: Update to version 16.05.7Joseph Mingrone2016-12-181-13/+0
| | | | | | | | | | | | - Remove patch that has been incorporated upstream. No release notes are to be found. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8834 Notes: svn path=/head/; revision=428849
* sysutils/slurm-wlm: update to version 16.05.06Joseph Mingrone2016-11-021-0/+13
| | | | | | | | | | | | | | | Changes in Slurm 16.05.6: https://github.com/SchedMD/slurm/blob/master/NEWS Port changes: Added a patch to fix a build issue. The patch was also accepted upstream and should appear in the next Slurm release. Reviewed by: mat Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8411 Notes: svn path=/head/; revision=425171
* Update sysutils/slurm-wlm to bug-fix-release 16.05.5Joseph Mingrone2016-10-011-15/+0
| | | | | | | | | | | | | | | - Add readline to USES (bin/sacctmgr now links to libreadline and libhistory) - Remove Cray node features patch now that it has been incorporated upstream - Update pkg-plist Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8095 Notes: svn path=/head/; revision=423031
* sysutils/slurm-wlm: 15.06.12 -> 16.05.4 and fix build hangsKurt Jaeger2016-08-252-0/+26
| | | | | | | | | | PR: 210648 Changes: https://github.com/SchedMD/slurm/blob/master/NEWS Reported by: w.schwarzenfeld@utanet.at Submitted by: Joseph Mingrone <jrm@ftfl.ca> (maintainer) Notes: svn path=/head/; revision=420833
* sysutils/slurm-wlm: fix doc/plist issueKurt Jaeger2016-05-191-0/+0
| | | | | | | | PR: 209587 Submitted by: Joseph Mingrone <jrm@ftfl.ca> (maintainer) Notes: svn path=/head/; revision=415515
* sysutils/slurm-wlm: Update to 15.08.8Mark Felder2016-03-172-13/+11
| | | | | | | | | Changelog: https://github.com/SchedMD/slurm/blob/921064fefd9cb3ea3e997e0f79a3c016c8d30c7c/RELEASE_NOTES PR: 207967 Notes: svn path=/head/; revision=411292
* Rename sysutils/slurm-hpc -> sysutils/slurm-wlmMark Felder2015-07-285-0/+197
Update to 14.11.8 Upstream is standardizing on "slurm-wlm", so we are renaming the port accordingly. PR: 200381 Approved by: maintainer Notes: svn path=/head/; revision=393090