svn commit: r457660 - head/math/eigen3

Yuri Victorovich yuri at FreeBSD.org
Sun Dec 31 01:28:30 UTC 2017


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
 


More information about the svn-ports-head mailing list