svn commit: r504350 - head/devel/openmp

Mark Linimon linimon at FreeBSD.org
Sun Jun 16 15:03:02 UTC 2019


Author: linimon
Date: Sun Jun 16 15:03:00 2019
New Revision: 504350
URL: https://svnweb.freebsd.org/changeset/ports/504350

Log:
  Enable build on powerpc64.  (It has been tested to build correctly.)
  
  Right now powerpc* are still GCC-based, so openmp functionality is
  still not in the base system by default.
  
  Looking at the errorlog results might cause you to think this change
  would unblock 308 builds, in reality, all but 28 of them are otherwise
  blocked on lang/R, where powerpc64 is not in ONLY_FOR_ARCHS.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/openmp/Makefile

Modified: head/devel/openmp/Makefile
==============================================================================
--- head/devel/openmp/Makefile	Sun Jun 16 14:57:51 2019	(r504349)
+++ head/devel/openmp/Makefile	Sun Jun 16 15:03:00 2019	(r504350)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 DEPRECATED=	Part of base system since FreeBSD 11.3/12.1
 EXPIRATION_DATE=	2020-02-01
-ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS=	amd64 i386 powerpc64
 
 USES=		cmake compiler:c++11-lib perl5 tar:xz
 USE_PERL5=	build


More information about the svn-ports-all mailing list