Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (f310cfcbde580b565af7e91737d0e2b7f79a4b85)
  • Date: Mon, 30 Dec 2024 12:01:05 +0000

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

libs/xxhash/DETAILS | 4 ++--
libs/xxhash/HISTORY | 3 +++
vulkan/vulkanmemoryallocator/BUILD | 3 ++-
vulkan/vulkanmemoryallocator/CONFIGURE | 1 +
vulkan/vulkanmemoryallocator/DEPENDS | 10 +---------
vulkan/vulkanmemoryallocator/DETAILS | 5 +++--
vulkan/vulkanmemoryallocator/HISTORY | 4 ++++
vulkan/vulkanmemoryallocator/INSTALL | 1 -
8 files changed, 16 insertions(+), 15 deletions(-)

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

vulkanmemoryallocator: => 3.2.0

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

xxhash: => 0.8.3

diff --git a/libs/xxhash/DETAILS b/libs/xxhash/DETAILS
index d827be0..0d5bdfa 100755
--- a/libs/xxhash/DETAILS
+++ b/libs/xxhash/DETAILS
@@ -1,8 +1,8 @@
SPELL=xxhash
- VERSION=0.8.2
+ VERSION=0.8.3
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/Cyan4973/xxHash/archive/v${VERSION}.tar.gz
-
SOURCE_HASH=sha512:3e3eef21432fe88bc4dd9940ccad0308fdea3537b06fa5ac0e74c1bde53413dff29c8b3fc617a8a42b9ce88fcf213311d338a31b1ce73b3729342c9e68f06c78
+
SOURCE_HASH=sha512:8b5c8b9aad4e869f28310b12cc314037feda81d92f26c23eaecdb35dc65042ca2e65f2e9606033e62a31bcc737a9a950500ffcbdb8677d6ab20e820ea14f2b79
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/xxHash-$VERSION"
WEB_SITE="https://www.xxhash.com/";
LICENSE[0]=BSD
diff --git a/libs/xxhash/HISTORY b/libs/xxhash/HISTORY
index 11a2617..76b55f5 100644
--- a/libs/xxhash/HISTORY
+++ b/libs/xxhash/HISTORY
@@ -1,3 +1,6 @@
+2024-12-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8.3
+
2023-11-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.8.2

diff --git a/vulkan/vulkanmemoryallocator/BUILD
b/vulkan/vulkanmemoryallocator/BUILD
index 27ba77d..a1b8998 100755
--- a/vulkan/vulkanmemoryallocator/BUILD
+++ b/vulkan/vulkanmemoryallocator/BUILD
@@ -1 +1,2 @@
-true
+OPTS+=' -DVMA_ENABLE_INSTALL=1'
+cmake_build
diff --git a/vulkan/vulkanmemoryallocator/CONFIGURE
b/vulkan/vulkanmemoryallocator/CONFIGURE
new file mode 100755
index 0000000..b2f02c3
--- /dev/null
+++ b/vulkan/vulkanmemoryallocator/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/vulkan/vulkanmemoryallocator/DEPENDS
b/vulkan/vulkanmemoryallocator/DEPENDS
index d26dc8c..6d7d390 100755
--- a/vulkan/vulkanmemoryallocator/DEPENDS
+++ b/vulkan/vulkanmemoryallocator/DEPENDS
@@ -1,9 +1 @@
-#source $GRIMOIRE/CMAKE_DEPENDS
-#depends -sub CXX gcc
-
-#depends xz
-#depends autoconf &&
-#depends automake
-#depends xyz
-#optional_depends "something" "yes-flags" "no-flags" "what for"
-
+source $GRIMOIRE/CMAKE_DEPENDS
diff --git a/vulkan/vulkanmemoryallocator/DETAILS
b/vulkan/vulkanmemoryallocator/DETAILS
index e04f841..50d1d82 100755
--- a/vulkan/vulkanmemoryallocator/DETAILS
+++ b/vulkan/vulkanmemoryallocator/DETAILS
@@ -1,7 +1,8 @@
+source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=vulkanmemoryallocator
SPELLX=VulkanMemoryAllocator
- VERSION=2.2.0
-
SOURCE_HASH=sha512:85b49a1c55f469fd7340075809b045507db162b7dc663b885d963e3b3fd17759608401d353d3460f2ebf771e97f89af46e409cf9f5186325c3ce2c68d9b7e08f
+ VERSION=3.2.0
+
SOURCE_HASH=sha512:5bd9210259bdd71f4e520ff65bf849c24d3b448587df5647f93486a04ddb9b73833811eadfdc67c6263fa371ae0771944e638de241b65a834f8247ca34492dfe
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
WEB_SITE=https://github.com/GPUOpen-LibrariesAndSDKs/$SPELLX
diff --git a/vulkan/vulkanmemoryallocator/HISTORY
b/vulkan/vulkanmemoryallocator/HISTORY
index 24e0199..c645f02 100644
--- a/vulkan/vulkanmemoryallocator/HISTORY
+++ b/vulkan/vulkanmemoryallocator/HISTORY
@@ -1,3 +1,7 @@
+2024-12-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.2.0
+ * *: use cmake
+
2018-12-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.2.0

diff --git a/vulkan/vulkanmemoryallocator/INSTALL
b/vulkan/vulkanmemoryallocator/INSTALL
deleted file mode 100755
index 38f3297..0000000
--- a/vulkan/vulkanmemoryallocator/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-cp src/vk_mem_alloc.h $INSTALL_ROOT/usr/include


  • [[SM-Commit] ] GIT changes to master grimoire by Treeve Jelbert (f310cfcbde580b565af7e91737d0e2b7f79a4b85), Treeve Jelbert, 12/30/2024

Archive powered by MHonArc 2.6.24.

Top of Page