mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
devel/thrust: allow to build without GCC
This commit is contained in:
parent
a2348ffdc4
commit
65ee78dfda
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= thrust
|
PORTNAME= thrust
|
||||||
DISTVERSION= 1.9.5
|
DISTVERSION= 1.9.5
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -10,9 +11,6 @@ LICENSE= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
USES= cmake
|
USES= cmake
|
||||||
.if !exists(/usr/include/omp.h)
|
|
||||||
USES+= compiler:gcc-c++11-lib
|
|
||||||
.endif
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue