Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Dec 2017 01:28:29 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457660 - head/math/eigen3
Message-ID:  <201712310128.vBV1STXT043943@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Dec 31 01:28:28 2017
New Revision: 457660
URL: https://svnweb.freebsd.org/changeset/ports/457660

Log:
  math/eigen3: Added NO_ARCH=yes
  
  PR:		224630
  Submitted by:	myself
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13698

Modified:
  head/math/eigen3/Makefile

Modified: head/math/eigen3/Makefile
==============================================================================
--- head/math/eigen3/Makefile	Sun Dec 31 01:02:47 2017	(r457659)
+++ head/math/eigen3/Makefile	Sun Dec 31 01:28:28 2017	(r457660)
@@ -16,6 +16,7 @@ LICENSE_COMB=	multi
 CMAKE_ARGS=	-DPKGCONFIG_INSTALL_DIR:PATH="${PREFIX}/libdata/pkgconfig"
 USES=		cmake:outsource tar:bzip2
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTNAME}-5a0156e40feb
 



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