Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f131228b87f88b30eb36438b05b4e9272d1d8494)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f131228b87f88b30eb36438b05b4e9272d1d8494)
  • Date: Thu, 5 May 2022 13:46:43 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
kde5-extra/libalkimia/DETAILS | 2 +-
kde5-extra/libalkimia/HISTORY | 3 +++
libs/highway/BUILD | 3 +++
libs/highway/CONFIGURE | 1 +
libs/highway/DEPENDS | 1 +
libs/highway/DETAILS | 16 ++++++++++++++++
libs/highway/HISTORY | 4 ++++
8 files changed, 32 insertions(+), 1 deletion(-)

New commits:
commit f131228b87f88b30eb36438b05b4e9272d1d8494
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

highway 0.16.0

commit 6e887ca3453b554794e256c3fe5706d5b461f9e1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libalkimia: => 8.1.1

diff --git a/ChangeLog b/ChangeLog
index 0fcd9fd..8faa4b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-05-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * libs/highway: added
+
2022-04-24 Treeve Jelbert <treeve AT sourcemage.org>
* freedesktop.gpg: update "Albert Astals Cid <aacid AT kde.org>"

diff --git a/kde5-extra/libalkimia/DETAILS b/kde5-extra/libalkimia/DETAILS
index 0e2952e..28ce9a1 100755
--- a/kde5-extra/libalkimia/DETAILS
+++ b/kde5-extra/libalkimia/DETAILS
@@ -1,5 +1,5 @@
SPELL=libalkimia
- VERSION=8.1.0
+ VERSION=8.1.1
SOURCE=alkimia-$VERSION.tar.xz
SOURCE_URL=https://download.kde.org/stable/alkimia/${VERSION}/$SOURCE
SOURCE2=$SOURCE.sig
diff --git a/kde5-extra/libalkimia/HISTORY b/kde5-extra/libalkimia/HISTORY
index 2f77cbd..9230eb7 100644
--- a/kde5-extra/libalkimia/HISTORY
+++ b/kde5-extra/libalkimia/HISTORY
@@ -1,3 +1,6 @@
+2022-05-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.1.1
+
2021-12-17 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: update
* habacker.gpg: update
diff --git a/libs/highway/BUILD b/libs/highway/BUILD
new file mode 100755
index 0000000..cb7d14d
--- /dev/null
+++ b/libs/highway/BUILD
@@ -0,0 +1,3 @@
+OPTS+=" -DBUILD_SHARED_LIBS=1" &&
+OPTS+=" -DBUILD_TESTING=0" &&
+default_build
diff --git a/libs/highway/CONFIGURE b/libs/highway/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/libs/highway/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/libs/highway/DEPENDS b/libs/highway/DEPENDS
new file mode 100755
index 0000000..6d7d390
--- /dev/null
+++ b/libs/highway/DEPENDS
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_DEPENDS
diff --git a/libs/highway/DETAILS b/libs/highway/DETAILS
new file mode 100755
index 0000000..830c173
--- /dev/null
+++ b/libs/highway/DETAILS
@@ -0,0 +1,16 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
+ SPELL=highway
+ VERSION=0.16.0
+
SOURCE_HASH=sha512:c08e66f43d9d0b307737b016cfa6c3d3a1df9bd528de435d193388104f34c264866c5ff0da633fc0a6f8c50f21df1ac653e9dd3f6fbfaf227d636411ac14cd47
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+WEB_SITE=https://github.com/google/highway
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/$VERSION.tar.gz
+ LICENSE[0]=APACHE
+ ENTERED=20220505
+ KEYWORDS=""
+ SHORT="SIMD library"
+cat << EOF
+Performance-portable, length-agnostic SIMD with runtime dispatch
+
+EOF
diff --git a/libs/highway/HISTORY b/libs/highway/HISTORY
new file mode 100644
index 0000000..b2ca8f8
--- /dev/null
+++ b/libs/highway/HISTORY
@@ -0,0 +1,4 @@
+2022-05-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.16.0
+ spell created
+



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (f131228b87f88b30eb36438b05b4e9272d1d8494), Treeve Jelbert, 05/05/2022

Archive powered by MHonArc 2.6.24.

Top of Page