Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2024 06:33:26 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d569232b45f0 - main - devel/glaze: update 3.6.0 =?utf-8?Q?=E2=86=92?= 4.0.1
Message-ID:  <202411140633.4AE6XQT1076364@gitrepo.freebsd.org>

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

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

commit d569232b45f0a562ec3aa8906804fe5073946d81
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-11-14 06:12:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-11-14 06:33:15 +0000

    devel/glaze: update 3.6.0 → 4.0.1
    
    Reported by:    portscout
---
 devel/glaze/Makefile  | 5 +++--
 devel/glaze/distinfo  | 6 +++---
 devel/glaze/pkg-plist | 9 +++++++--
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile
index 9bedac3abfb5..901910885f73 100644
--- a/devel/glaze/Makefile
+++ b/devel/glaze/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	glaze
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.6.0
+DISTVERSION=	4.0.1
 CATEGORIES=	devel textproc
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -15,12 +15,13 @@ BROKEN_FreeBSD_15=	clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug
 BUILD_DEPENDS=	${LOCALBASE}/include/asio.hpp:net/asio
 #TEST_DEPENDS=	ut>0:devel/ut # the old version 0.3.0 is used
 
-USES=		cmake:testing compiler:c++11-lang eigen:3 localbase
+USES=		cmake:testing compiler:c++23-lang eigen:3 localbase
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	stephenberry
 
 CMAKE_OFF=	BUILD_TESTING \
+		glaze_ENABLE_AVX2 \
 		glaze_DEVELOPER_MODE
 CMAKE_ARGS=	-DFETCHCONTENT_TRY_FIND_PACKAGE_MODE=ALWAYS
 CMAKE_TESTING_ON=	BUILD_TESTING glaze_DEVELOPER_MODE
diff --git a/devel/glaze/distinfo b/devel/glaze/distinfo
index 6ad29692bff5..1f239885597f 100644
--- a/devel/glaze/distinfo
+++ b/devel/glaze/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727410400
-SHA256 (stephenberry-glaze-v3.6.0_GH0.tar.gz) = d394fed35440bd1cb1a2aec059b967acc43fc04764ecb0915ba24b9f5a9ca0a3
-SIZE (stephenberry-glaze-v3.6.0_GH0.tar.gz) = 496533
+TIMESTAMP = 1731562328
+SHA256 (stephenberry-glaze-v4.0.1_GH0.tar.gz) = 0026aca33201ee6d3a820fb5926f36ba8c838bfd3120e2e179b0eee62b5bd231
+SIZE (stephenberry-glaze-v4.0.1_GH0.tar.gz) = 506325
diff --git a/devel/glaze/pkg-plist b/devel/glaze/pkg-plist
index 8cf3e6e04519..379d268053eb 100644
--- a/devel/glaze/pkg-plist
+++ b/devel/glaze/pkg-plist
@@ -95,10 +95,15 @@ include/glaze/mustache/stencilcount.hpp
 include/glaze/record/recorder.hpp
 include/glaze/reflection/get_name.hpp
 include/glaze/reflection/to_tuple.hpp
-include/glaze/rpc/repe.hpp
+include/glaze/rpc/repe/header.hpp
+include/glaze/rpc/repe/registry.hpp
+include/glaze/thread/async_map.hpp
+include/glaze/thread/async_string.hpp
+include/glaze/thread/atomic.hpp
 include/glaze/thread/threadpool.hpp
 include/glaze/trace/trace.hpp
 include/glaze/tuplet/tuple.hpp
+include/glaze/util/atoi.hpp
 include/glaze/util/bit_array.hpp
 include/glaze/util/compare.hpp
 include/glaze/util/convert.hpp
@@ -113,11 +118,11 @@ include/glaze/util/hash_map.hpp
 include/glaze/util/help.hpp
 include/glaze/util/inline.hpp
 include/glaze/util/itoa.hpp
+include/glaze/util/memory_pool.hpp
 include/glaze/util/murmur.hpp
 include/glaze/util/parse.hpp
 include/glaze/util/primes_64.hpp
 include/glaze/util/progress_bar.hpp
-include/glaze/util/stoui64.hpp
 include/glaze/util/string_literal.hpp
 include/glaze/util/tuple.hpp
 include/glaze/util/type_traits.hpp



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