git: a2348ffdc485 - main - devel/vexcl: allow to build without GCC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Aug 2023 01:38:19 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2348ffdc485dd41f5259b5c61545740f62218f7 commit a2348ffdc485dd41f5259b5c61545740f62218f7 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-11 17:05:07 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-12 01:37:45 +0000 devel/vexcl: allow to build without GCC --- devel/vexcl/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/devel/vexcl/Makefile b/devel/vexcl/Makefile index 4de66b02bee6..a873cbf68a41 100644 --- a/devel/vexcl/Makefile +++ b/devel/vexcl/Makefile @@ -1,6 +1,6 @@ PORTNAME= vexcl DISTVERSION= 1.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -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