Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jul 2019 10:55:59 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506346 - head/math/libRmath
Message-ID:  <201907101055.x6AAtxqs003109@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Jul 10 10:55:58 2019
New Revision: 506346
URL: https://svnweb.freebsd.org/changeset/ports/506346

Log:
  math/libRmath: allow building on powerpc64
  
  Tested to build fine on powerpc64.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/math/libRmath/Makefile

Modified: head/math/libRmath/Makefile
==============================================================================
--- head/math/libRmath/Makefile	Wed Jul 10 09:39:14 2019	(r506345)
+++ head/math/libRmath/Makefile	Wed Jul 10 10:55:58 2019	(r506346)
@@ -12,7 +12,7 @@ COMMENT=	Standalone math library from R
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc64
 
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libpcre.so:devel/pcre



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