summaryrefslogtreecommitdiff
path: root/sysutils/slurm-wlm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port moveCharlie Li2025-03-171-1/+1
| | | | | | The GTK 1-based gdk-pixbuf has not existed for some time. No functional or package changes.
* *: Bump revisions after dbus updateGleb Popov2025-03-081-1/+1
| | | | | PR: 285253 Reported by: Martin Birgmeier <d8zNeCFG@aon.at>
* sysutils/slurm-wlm: Back to the poolNuno Teixeira2024-07-301-2/+2
|
* */*: Bump consumers of databases/rrdtoolNuno Teixeira2024-07-291-1/+1
| | | | New version of rrdtool in tree
* devel/onetbb: Update to 2021.13.0Ganael LAPLANCHE2024-07-041-0/+1
| | | | | | and bump dependent ports' revisions. Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.13.0/RELEASE_NOTES.md
* sysutils/slurm-wlm: Update to 23.11.7Nuno Teixeira2024-05-232-4/+4
| | | | | | ChangeLog: https://www.schedmd.com/slurm-version-23-11-7-is-now-available/ MFH: 2024Q2 (bugfixes)
* sysutils/slurm-wlm: add correct linker emulation for aarch64Robert Clausecker2024-05-061-0/+3
| | | | | Approved by: portmgr (blanket) MFH: 2024Q2
* sysutils/slurm-wlm: Update to 23.11.6Nuno Teixeira2024-05-013-180/+7
| | | | | | | | | | | | | - Take maintainership ChangeLog: https://www.schedmd.com/slurm-version-23-11-5-is-now-available-2/ https://www.schedmd.com/slurm-version-23-11-5-is-now-available/ https://www.schedmd.com/slurm-version-23-11-4-is-now-available/ https://www.schedmd.com/slurm-version-23-11-3-is-now-available/ https://www.schedmd.com/slurm-version-23-11-2-is-now-available/ MFH: 2024Q2 (bugfixes)
* sysutils/slurm-wlm: fix build on powerpc64*Piotr Kubaj2024-04-242-2/+13
| | | | While here, also enable ofed libraries which don't seem to be experimental anymore.
* devel/onetbb: Update to 2021.12.0Ganael LAPLANCHE2024-04-171-1/+1
| | | | | | and bump dependent ports' revisions. Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.12.0
* sysutils/slurm-wlm: Moved man to share/manMuhammad Moinur Rahman2024-01-302-41/+43
| | | | Approved by: portmgr (blanket)
* sysutils/slurm-wlm: fix plist without HDF5Thierry Thomas2023-12-201-2/+2
| | | | Reported by: leres@
* sysutils/slurm-wlm: upgrade to 23.11.1Thierry Thomas2023-12-1822-617/+784
| | | | | | | | | 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>
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-1/+1
|
* sysutils/slurm-wlm: Unbreak build: add perl5 to the build environmentCraig Leres2023-04-171-2/+3
| | | | | | | | | It's not clear to me how this ever built given all the places in configure that use the "perl" command. But it was building (for me at least) as recently as yesterday. I can only assume something changed in the ports build infrastructure. Anyway, this lets me build kicad again.
* sysutils/slurm-wlm: Unbreak FETCHDaniel Engberg2023-03-191-1/+1
| | | | | | | Upstream no longer hosts our old version in tree so switch to another host. PR: 267088
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* science/hdf5: bump PORTREVISION of consumersTobias C. Berner2022-07-201-1/+1
| | | | | | | The SO-version increased in the update to 1.12.2 in a43418b81530f7e897abfbe18dd59f44265a1a0f . Reported by: VVD <vvd@unislabs.com>
* */*: Replace science/szip with science/libaecPo-Chuan Hsieh2022-06-161-1/+2
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for dependency change szip does not allow redistribution in binary form without proper commercial license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building this port, therefore building dependent ports are also blocked. Switch all dependent ports to science/libaec to avoid conflicts and license issue. PR: 228743, 246097, 250165
* sysutils/slurm-wlm: fix build on -CURRENTStefan Eßer2022-01-022-1/+13
| | | | | | | | | | | | | | | | | | 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: Release to ports@Jason W. Bacon2021-12-221-1/+1
| | | | | | | | | | | | | | | | | | Newer versions of SLURM contain unconditional dependencies on cgroups. This is a major addition to other long-standing linuxisms such as parsing /proc files to enforce resource limits (this should be done using sysctls on FreeBSD). Currently, it would *not* be extraordinarily difficult to make SLURM mostly functional on FreeBSD, but it has also become increasingly complex and unsuitable for small-scale HPC. Given the current direction and the apparent priorities of SchedMD, I believe it will only become more difficult to maintain non-Linux ports over time. Rather than fight the current, I have begun development of a new batch system with a commitment to simplicity and portability: https://github.com/outpaddling/lpjs
* sysutils/slurm-wlm: Add CPE informationStefan Eßer2021-10-211-1/+2
| | | | Approved by: portmgr (blanket)
* *: Clean up some thingsTobias Kortkamp2021-09-061-1/+0
| | | | | | | | | - Fix typos - Remove nop or unreferenced variables - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* sysutils/slurm-wlm: Update to 20.02.7Jason W. Bacon2021-06-245-91/+19
| | | | | Add latest patch set (too numerous to cover, see RELEASE_NOTES in the dist) Remove upstreamed patches
* *: Remove unnecessary 'port' argument from USES=readlineYasuhiro Kimura2021-05-151-1/+1
| | | | | PR: 248459 Exp-run by: antoine
* Clean up some thingsTobias Kortkamp2021-05-011-1/+0
| | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop variables - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* sysutils/slurm-wlm: More precise hdf5 dependencyJason W. Bacon2021-03-031-1/+1
| | | | | | | | | | | | | Change LIB_DEPEND to libhdf5_cpp.so, since slurm depends on h5cc, which is conditionally installed when C++ support is enabled. This is a slight improvement for users building slurm from source when hdf5 C++ support is missing. PR: 253599 Reported by: Patrick McMunn Notes: svn path=/head/; revision=567098
* sysutils/slurm-wlm: Patch to work with hdf5 1.12Jason W. Bacon2021-01-262-7/+62
| | | | | | | | PR: 252567 Submitted by: thierry Notes: svn path=/head/; revision=562629
* sysutils/slurm-wlm: Switch from hwloc to hwloc2Jason W. Bacon2021-01-072-13/+14
| | | | | | | | | | 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-084-50/+3
| | | | | | | | | | 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-015-26/+60
| | | | | | | | | | | PR opened upstream Make sure patch files have meaningful names PR: 251471 Reported by: greg@unrelenting.technology Notes: svn path=/head/; revision=556796
* Make exclusion of other 32-bit archs explicit.Mark Linimon2020-09-201-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=549389
* 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
* Bump PORTREVISION for devel/json-c json-cSunpoet Po-Chuan Hsieh2020-05-221-1/+1
| | | | Notes: svn path=/head/; revision=536219
* sysutils/slurm-wlm: Revert error file to stderr when redirect no longer neededJason W. Bacon2020-04-152-2/+6
| | | | | | | 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-1210-79/+176
| | | | | | | | | Numerous bug fixes and enhancements Reported by: portscout Notes: svn path=/head/; revision=531468
* sysutils/slurm-wlm: Remove obsolete and broken REINPLACEJason W. Bacon2020-03-151-9/+1
| | | | | | | | | | SLURM since 18.08 defaults to /usr/bin/mail if /bin/mail doesn't exist so this patch is no longer needed and was not functioning correctly anyway Reported by: swills Notes: svn path=/head/; revision=528511
* sysutils/slurm-wlm: Patch build system for clang/lld 10Jason W. Bacon2020-03-152-0/+12
| | | | | | | | PR: ports/244508 Submitted by: dim Notes: svn path=/head/; revision=528464
* sysutils/slurm-wlm: Upgrade to 19.05.5Jason W. Bacon2020-01-2310-151/+87
| | | | | | | | | | Fix recent CVEs Clean up config file example patches Reported by: pkgsrc-security Notes: svn path=/head/; revision=523858
* sysutils/slurm-wlm: Drop nop MYSQL_CONFIGURE_withTobias Kortkamp2019-10-081-1/+0
| | | | | | | | It was probably meant to be MYSQL_CONFIGURE_WITH, but the configure script does not support --with-mysql or --without-mysql. Notes: svn path=/head/; revision=514051
* sysutils/slurm-wlm: Temporary patch to silence job accounting errorsJason W. Bacon2019-09-142-1/+27
| | | | | | | | 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* sysutils/slurm-wlm: Upgrade to 19.05.1-2Jason W. Bacon2019-07-2110-71/+107
| | | | | | | | Resolves CVE-2019-12838 Add NOT_FOR_ARCHS since upstream has deprecated 32-bit architectures Notes: svn path=/head/; revision=507030
* sysutils/slurm-wlm: Revert previous change enabling Linux option by defaultJason W. Bacon2019-06-141-1/+1
| | | | | | | | Option is not actually necessary anymore to enable linproc parsing code. It merely adds a linux_base dependency now. Notes: svn path=/head/; revision=504151
* sysutils/slurm-wlm: Enable jobacct_gather/linux by defaultJason W. Bacon2019-06-131-1/+1
| | | | | | | | Currently required to terminate jobs exceeding their memory allocation (until jobacct_gather/freebsd is implemented) Notes: svn path=/head/; revision=504147
* sysutils/slurm-wlm: Remove redundant USE_GCCJason W. Bacon2019-05-201-8/+1
| | | | | | | Reported by: tobik Notes: svn path=/head/; revision=502179
* sysutils/slurm-wlm: Upgrade to 18.08.7Jason W. Bacon2019-05-1510-298/+411
| | | | | | | | | Improve default settings for FreeBSD Reviewed by: jrm Notes: svn path=/head/; revision=501674