mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
USES=compiler:c++11-lang is necessary to build this port on GCC-based
architectures. PR: 234441 Submitted by: Piotr Kubaj Approved by: maintainer
This commit is contained in:
parent
1e530a977a
commit
c97f8e6746
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490108
@ -7,15 +7,16 @@ CATEGORIES= astro
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= SKA Radio telescope simulator
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64
|
||||
ONLY_FOR_ARCHS_REASON= gccfeatures.h:54:4: This code has only been tested on x86 and powerpc platforms
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64
|
||||
ONLY_FOR_ARCHS_REASON= gccfeatures.h:54:4: This code has only been tested on x86 and powerpc platforms
|
||||
|
||||
LIB_DEPENDS= libcfitsio.so:astro/cfitsio
|
||||
|
||||
USES= cmake localbase:ldflags python qt:5 shebangfix
|
||||
USES= cmake compiler:c++11-lang localbase:ldflags python qt:5 \
|
||||
shebangfix
|
||||
SHEBANG_FILES= apps/oskar_convert_cst_to_scalar.py
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= OxfordSKA
|
||||
|
Loading…
Reference in New Issue
Block a user