Update mathter to v1.1.2 (#4433)

pull/4437/head
ruki 5 months ago committed by GitHub
parent 79e3e51178
commit 80955b5615
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/m/mathter/xmake.lua

@ -7,6 +7,7 @@ package("mathter")
add_urls("https://github.com/petiaccja/Mathter/archive/refs/tags/$(version).tar.gz",
"https://github.com/petiaccja/Mathter.git")
add_versions("v1.1.2", "9e6d03295d28e8792721fedca5d53955d4057d1550e51491408353b6181e6c6d")
add_versions("v1.1.1", "510e6aa198cd7b207a44d319e4471021f207cba8c4d2d7e40086f1f042fe13ab")
add_configs("xsimd", {description = "Uses XSimd for vectorization of math routines. Uses scalar fallback if turned off.", default = false, type = "boolean"})

Loading…
Cancel
Save