Date: Thu, 1 Feb 2018 21:20:00 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460636 - head/devel/hwloc Message-ID: <201802012120.w11LK0kp079375@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Thu Feb 1 21:20:00 2018 New Revision: 460636 URL: https://svnweb.freebsd.org/changeset/ports/460636 Log: devel/hwloc: Fix segfaults on Intel CPUs Details in this Github issue: https://github.com/open-mpi/hwloc/issues/282 MFH: 2018Q1 Modified: head/devel/hwloc/Makefile Modified: head/devel/hwloc/Makefile ============================================================================== --- head/devel/hwloc/Makefile Thu Feb 1 21:06:28 2018 (r460635) +++ head/devel/hwloc/Makefile Thu Feb 1 21:20:00 2018 (r460636) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802012120.w11LK0kp079375>