Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David C. Haley (73f743fdd08ee22af38584a1e7b432dfa38c7c2a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David C. Haley (73f743fdd08ee22af38584a1e7b432dfa38c7c2a)
  • Date: Thu, 6 Apr 2023 04:11:08 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

libs/abseil-cpp/DETAILS | 4 ++--
libs/abseil-cpp/HISTORY | 3 +++
libs/protobuf/BUILD | 3 +--
libs/protobuf/DEPENDS | 3 ++-
libs/protobuf/DETAILS | 4 ++--
libs/protobuf/HISTORY | 7 +++++++
6 files changed, 17 insertions(+), 7 deletions(-)

New commits:
commit 73f743fdd08ee22af38584a1e7b432dfa38c7c2a
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

libs/protobuf: version bump 22.2

DEPENDS has been revised.
BUILD updated; Removed CXXFLAGS -ffast-math, no longer required.

commit 6aaa690d1d0936f2ca75ef5523a75a4ee5aa9810
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

libs/abseil-cpp: version 20230125.2

diff --git a/libs/abseil-cpp/DETAILS b/libs/abseil-cpp/DETAILS
index ac37888..2bf7003 100755
--- a/libs/abseil-cpp/DETAILS
+++ b/libs/abseil-cpp/DETAILS
@@ -1,9 +1,9 @@
. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=abseil-cpp
- VERSION=20230125.0
+ VERSION=20230125.2
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/abseil/$SPELL/archive/refs/tags/$VERSION.tar.gz
-
SOURCE_HASH=sha512:b3d334215c78b31a2eb10bd9d4a978cd48367866d6daa2065c6c727282bafe19ef7ff5bd7cd4ed5c319d3b04e0711222e08ddbe7621ef1e079fed93a7307112f
+
SOURCE_HASH=sha512:b2ba5023610aacb680b22bef894372810e6e7df76e630e56ac2f4b9498f70a872171f4562f6560ab78e837437b7bcfd3c47bfc2a5bb7fb20f28ec490dc8ed61f
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://github.com/abseil/abseil-cpp";
LICENSE[0]="Apache-2.0"
diff --git a/libs/abseil-cpp/HISTORY b/libs/abseil-cpp/HISTORY
index 490b43f..d106ce1 100644
--- a/libs/abseil-cpp/HISTORY
+++ b/libs/abseil-cpp/HISTORY
@@ -1,3 +1,6 @@
+2023-04-05 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: version bump -> 20230125.2
+
2023-02-02 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 20230125.0

diff --git a/libs/protobuf/BUILD b/libs/protobuf/BUILD
index a70c4c4..1751abf 100755
--- a/libs/protobuf/BUILD
+++ b/libs/protobuf/BUILD
@@ -1,5 +1,4 @@
-CXXFLAGS="${CXXFLAGS// -ffast-math}" &&
OPTS+=" -Dprotobuf_BUILD_TESTS=OFF" &&
OPTS+=" -DBUILD_SHARED_LIBS=ON" &&
-cd "$SOURCE_DIRECTORY/cmake" &&
+OPTS+=" -Dprotobuf_ABSL_PROVIDER=package" &&
cmake_build
diff --git a/libs/protobuf/DEPENDS b/libs/protobuf/DEPENDS
index 5ed081d..dd72611 100755
--- a/libs/protobuf/DEPENDS
+++ b/libs/protobuf/DEPENDS
@@ -1,4 +1,5 @@
source $GRIMOIRE/CMAKE_DEPENDS &&
+
depends -sub CXX gcc &&
-optional_depends "PYTHON" "" "" "Python bindings"

+depends abseil-cpp
diff --git a/libs/protobuf/DETAILS b/libs/protobuf/DETAILS
index d534bcf..7893fa4 100755
--- a/libs/protobuf/DETAILS
+++ b/libs/protobuf/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=protobuf
- VERSION=21.12
-
SOURCE_HASH=sha512:2dc8f552388438268d8b9f7a9e84c6abf1736be3d5031438c789c317410c9f4b5cedd25bf7da6d67b3ba32ca890869f9ddaab2284d6ac0e734a5b135ffbb1346
+ VERSION=22.2
+
SOURCE_HASH=sha512:0e1f295dac79198cc53f86d71558eb7eb7733adaed4956af029cb0c74dda8bfbdf5578cfbf1a35fc13b4e9ef6511d33a24232ed192d4c393d7f8578b1552fceb
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://$SPELL.googlecode.com
diff --git a/libs/protobuf/HISTORY b/libs/protobuf/HISTORY
index 9c2d320..73b88ed 100644
--- a/libs/protobuf/HISTORY
+++ b/libs/protobuf/HISTORY
@@ -1,3 +1,10 @@
+2023-04-05 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: version 22.2
+ * DEPENDS: Python not listed in build requirements;
+ abseil-cpp dependency added
+ * BUILD: building in cmake subdir deprecated, removed.
+ Build variable added to use system installed abseil.
+
2023-03-26 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fixed SOURCE_URL[0]




  • [SM-Commit] GIT changes to master grimoire by David C. Haley (73f743fdd08ee22af38584a1e7b432dfa38c7c2a), David C. Haley, 04/06/2023

Archive powered by MHonArc 2.6.24.

Top of Page