svn commit: r531484 - head/net/openmpi3

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Apr 12 09:01:26 UTC 2020


Author: danilo
Date: Sun Apr 12 09:01:26 2020
New Revision: 531484
URL: https://svnweb.freebsd.org/changeset/ports/531484

Log:
  - Remove SLURM support on i386 (not supported by SLURM itself)

Modified:
  head/net/openmpi3/Makefile

Modified: head/net/openmpi3/Makefile
==============================================================================
--- head/net/openmpi3/Makefile	Sun Apr 12 08:38:55 2020	(r531483)
+++ head/net/openmpi3/Makefile	Sun Apr 12 09:01:26 2020	(r531484)
@@ -62,6 +62,7 @@ OPTIONS_DEFINE=	DEBUG IPV6 SLURM TORQUE
 TORQUE_DESC=	Enable Torque support
 SLURM_DESC=	Enable SLURM support
 OPTIONS_DEFAULT=	SLURM
+OPTIONS_EXCLUDE_i386=	SLURM
 OPTIONS_SUB=	yes
 
 DEBUG_CONFIGURE_ENABLE=	debug


More information about the svn-ports-all mailing list