Date: Sun, 16 Jun 2019 15:03:01 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504350 - head/devel/openmp Message-ID: <201906161503.x5GF31mJ028416@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906161503.x5GF31mJ028416>