Skip to content

Commit

Permalink
devel/vexcl: allow to build without GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Aug 12, 2023
1 parent 8b5437d commit a2348ff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions devel/vexcl/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vexcl
DISTVERSION= 1.4.3
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -17,10 +17,6 @@ BUILD_DEPENDS= ${HPP_DEPENDS} \
RUN_DEPENDS= ${HPP_DEPENDS}

USES= cmake:testing localbase:ldflags
.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.endif

USE_GITHUB= yes
GH_ACCOUNT= ddemidov

Expand Down

0 comments on commit a2348ff

Please sign in to comment.