Date: Tue, 16 Mar 2021 12:21:27 +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: r568560 - head/astro/oskar Message-ID: <202103161221.12GCLRBR036153@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Mar 16 12:21:26 2021 New Revision: 568560 URL: https://svnweb.freebsd.org/changeset/ports/568560 Log: astro/oskar: enable on powerpc64le Modified: head/astro/oskar/Makefile Modified: head/astro/oskar/Makefile ============================================================================== --- head/astro/oskar/Makefile Tue Mar 16 12:12:54 2021 (r568559) +++ head/astro/oskar/Makefile Tue Mar 16 12:21:26 2021 (r568560) @@ -11,7 +11,7 @@ COMMENT= SKA Radio telescope simulator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= gccfeatures.h:54:4: This code has only been tested on x86 and powerpc platforms BROKEN_FreeBSD_12_powerpc64= fails to compile: oskar_convert_cirs_relative_directions_to_enu_directions.c:67:29: 'csinl' undeclared (first use in this function)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103161221.12GCLRBR036153>