update math/cglm to 0.8.6

changelog: https://github.com/recp/cglm/releases/tag/v0.8.6
This commit is contained in:
op 2022-10-24 14:25:39 +00:00
parent bda1f8fa0f
commit 69f0139590
4 changed files with 15 additions and 5 deletions

View File

@ -2,9 +2,9 @@ COMMENT = highly optimized graphics math library
GH_ACCOUNT = recp
GH_PROJECT = cglm
GH_TAGNAME = v0.8.5
GH_TAGNAME = v0.8.6
SHARED_LIBS = cglm 0.1 # 0.8.5
SHARED_LIBS = cglm 0.2 # 0.8.6
CATEGORIES = math

View File

@ -1,2 +1,2 @@
SHA256 (cglm-0.8.5.tar.gz) = uu+iE0LSKKg8kHCEWadF1aqbDrs4FVXupC2x83/felo=
SIZE (cglm-0.8.5.tar.gz) = 621734
SHA256 (cglm-0.8.6.tar.gz) = b2yfftFQtsaRd0zCdQp582PwqprK2t6F5f+LtbNurCg=
SIZE (cglm-0.8.6.tar.gz) = 630230

View File

@ -3,7 +3,7 @@
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -33,7 +33,7 @@ if(MSVC)
@@ -38,7 +38,7 @@ if(MSVC)
string(REGEX REPLACE "/RTC(su|[1su])" "" ${flag_var} "${${flag_var}}")
endforeach(flag_var)
else()

View File

@ -1,5 +1,7 @@
include/cglm/
include/cglm/affine-mat.h
include/cglm/affine-post.h
include/cglm/affine-pre.h
include/cglm/affine.h
include/cglm/affine2d.h
include/cglm/applesimd.h
@ -32,6 +34,9 @@ include/cglm/call/ease.h
include/cglm/call/euler.h
include/cglm/call/frustum.h
include/cglm/call/io.h
include/cglm/call/ivec2.h
include/cglm/call/ivec3.h
include/cglm/call/ivec4.h
include/cglm/call/mat2.h
include/cglm/call/mat3.h
include/cglm/call/mat4.h
@ -70,6 +75,9 @@ include/cglm/ease.h
include/cglm/euler.h
include/cglm/frustum.h
include/cglm/io.h
include/cglm/ivec2.h
include/cglm/ivec3.h
include/cglm/ivec4.h
include/cglm/mat2.h
include/cglm/mat3.h
include/cglm/mat4.h
@ -111,6 +119,8 @@ include/cglm/struct/clipspace/persp_lh_no.h
include/cglm/struct/clipspace/persp_lh_zo.h
include/cglm/struct/clipspace/persp_rh_no.h
include/cglm/struct/clipspace/persp_rh_zo.h
include/cglm/struct/clipspace/project_no.h
include/cglm/struct/clipspace/project_zo.h
include/cglm/struct/clipspace/view_lh_no.h
include/cglm/struct/clipspace/view_lh_zo.h
include/cglm/struct/clipspace/view_rh_no.h