Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 01:38:22 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: c9cc9e0d9632 - main - devel/libflatarray: allow to build without GCC
Message-ID:  <202308120138.37C1cMXw039172@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=c9cc9e0d9632e56a97bc334616bc995cd65bc7f8

commit c9cc9e0d9632e56a97bc334616bc995cd65bc7f8
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-11 17:09:48 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-12 01:37:46 +0000

    devel/libflatarray: allow to build without GCC
---
 devel/libflatarray/Makefile | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/devel/libflatarray/Makefile b/devel/libflatarray/Makefile
index d75903f95d80..27502c56c061 100644
--- a/devel/libflatarray/Makefile
+++ b/devel/libflatarray/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libflatarray
 PORTVERSION=	0.3.0
-PORTREVISION=	18
+PORTREVISION=	19
 CATEGORIES=	devel science
 MASTER_SITES=	http://www.libgeodecomp.org/archive/
 
@@ -15,12 +15,7 @@ BROKEN_armv7=	test/estimate_optimum_short_vec_type_test.cpp:71:22: error: redefi
 
 BUILD_DEPENDS=	boost-libs>=1.48:devel/boost-libs
 
-USES=		cmake
-.if !exists(/usr/include/omp.h)
-USES+=		compiler:gcc-c++11-lib
-.else
-USES+=		compiler:c++14-lang
-.endif
+USES=		cmake compiler:c++14-lang
 
 CMAKE_ARGS=	-DWITH_CUDA:BOOL=FALSE
 



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