Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 01:38:12 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e6c43994364b - main - math/amgcl: allow to build without GCC
Message-ID:  <202308120138.37C1cCRq038805@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e6c43994364b0c0eeb29e28084b655ff916e424e

commit e6c43994364b0c0eeb29e28084b655ff916e424e
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-11 14:28:59 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-12 01:37:43 +0000

    math/amgcl: allow to build without GCC
---
 math/amgcl/Makefile | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/math/amgcl/Makefile b/math/amgcl/Makefile
index f36efd4b96ae..3b0b61405920 100644
--- a/math/amgcl/Makefile
+++ b/math/amgcl/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	amgcl
 DISTVERSION=	1.4.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -14,10 +14,6 @@ BUILD_DEPENDS=	boost-libs>0:devel/boost-libs
 RUN_DEPENDS=	${PREFIX}/include/boost/property_tree/ptree.hpp:devel/boost-libs
 
 USES=		cmake
-.if !exists(/usr/include/omp.h)
-USES+=		compiler:gcc-c++11-lib
-.endif
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	ddemidov
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308120138.37C1cCRq038805>