svn commit: r460637 - branches/2018Q1/devel/hwloc

Mark Felder feld at FreeBSD.org
Thu Feb 1 21:20:33 UTC 2018


Author: feld
Date: Thu Feb  1 21:20:32 2018
New Revision: 460637
URL: https://svnweb.freebsd.org/changeset/ports/460637

Log:
  MFH: r460636
  
  devel/hwloc: Fix segfaults on Intel CPUs
  
  Details in this Github issue: https://github.com/open-mpi/hwloc/issues/282

Modified:
  branches/2018Q1/devel/hwloc/Makefile
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/devel/hwloc/Makefile
==============================================================================
--- branches/2018Q1/devel/hwloc/Makefile	Thu Feb  1 21:20:00 2018	(r460636)
+++ branches/2018Q1/devel/hwloc/Makefile	Thu Feb  1 21:20:32 2018	(r460637)
@@ -2,6 +2,7 @@
 
 PORTNAME=	hwloc
 PORTVERSION=	1.11.7
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.open-mpi.org/software/hwloc/v${PORTVERSION:R}/downloads/ \
 		http://icl.cs.utk.edu/open-mpi/software/hwloc/v${PORTVERSION:R}/downloads/
@@ -22,6 +23,7 @@ CONFIGURE_ARGS=	--enable-static \
 		--disable-gl
 INSTALL_TARGET=	install-strip
 USES=		iconv libtool pathfix pkgconfig tar:bzip2
+USE_GCC=	any
 USE_LDCONFIG=	yes
 USE_GNOME=	libxml2
 


More information about the svn-ports-branches mailing list