Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2020 09:01:26 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531484 - head/net/openmpi3
Message-ID:  <202004120901.03C91QJ0009716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004120901.03C91QJ0009716>