svn commit: r506346 - head/math/libRmath

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jul 10 10:56:00 UTC 2019


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


More information about the svn-ports-all mailing list