[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9613: update sdsl-lite to 2.1.1
|
From: |
Carl Hansen |
|
Subject: |
[Gsrc-commit] trunk r9613: update sdsl-lite to 2.1.1 |
|
Date: |
Sun, 22 Oct 2023 19:47:57 -0400 (EDT) |
|
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9613
revision-id: carlhansen@gnu.org-20231022234752-jb5t52j7q0g20hmi
parent: carlhansen@gnu.org-20231022200058-ozhz44xkhk2e6owd
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Sun 2023-10-22 16:47:52 -0700
message:
update sdsl-lite to 2.1.1
added:
pkg/other/sdsl-lite/ sdsllite-20231022234732-26wo1xcwsw6zhbnu-1
pkg/other/sdsl-lite/Makefile makefile-20231022234732-26wo1xcwsw6zhbnu-3
pkg/other/sdsl-lite/config.mk config.mk-20231022234732-26wo1xcwsw6zhbnu-2
pkg/other/sdsl-lite/sha256sums sha256sums-20231022234732-26wo1xcwsw6zhbnu-4
=== added directory 'pkg/other/sdsl-lite'
=== added file 'pkg/other/sdsl-lite/Makefile'
--- a/pkg/other/sdsl-lite/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/sdsl-lite/Makefile 2023-10-22 23:47:52 +0000
@@ -0,0 +1,60 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC. If not, see <http://www.gnu.org/licenses/>.
+
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME = sdsl-lite
+GARNAME = sdsl-lite
+GARVERSION = 2.1.1
+HOME_URL = http://github.com/
+DESCRIPTION = Succinct Data Structure Library
+define BLURB
+The Succinct Data Structure Library (SDSL) is a powerful and flexible
+C++11 library implementing succinct data structures. In total, the
+library contains the highlights of 40 research publications. Succinct
+data structures can represent an object (such as a bitvector or a tree)
+in space close to the information-theoretic lower bound of the object
+while supporting operations of the original object efficiently. The
+theoretical time complexity of an operation performed on the classical
+data structure and the equivalent succinct data structure are (most of
+the time) identical.
+endef
+
+
+######################################################################
+#https://github.com/simongog/sdsl-lite/releases/download/v2.1.1/sdsl-lite-2.1.1.tar.gz.offline.install.gz
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = simongog/sdsl-lite/releases/download/v$(GARVERSION)/
+DISTFILES = $(DISTNAME).tar.gz.offline.install.gz
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+WORKSRC = $(WORKDIR)/$(DISTNAME)
+
+######################################################################
+
+include ../../../gar/gar.lib/cmake.mk
+include config.mk
+
+extract:
+ cd $(WORKDIR) && tar -xf ../download/$(DISTFILES)
+
+post-build:
+ cd $(WORKSRC)/examples && $(MAKE)
+
=== added file 'pkg/other/sdsl-lite/config.mk'
--- a/pkg/other/sdsl-lite/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/sdsl-lite/config.mk 2023-10-22 23:47:52 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/sdsl-lite/sha256sums'
--- a/pkg/other/sdsl-lite/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/sdsl-lite/sha256sums 2023-10-22 23:47:52 +0000
@@ -0,0 +1,1 @@
+2f192977b47406ae8992292c7e841ef23d4656bf72f6140540bed53af68e06ed
download/sdsl-lite-2.1.1.tar.gz.offline.install.gz
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9613: update sdsl-lite to 2.1.1,
Carl Hansen <=