Update symengine to v0.12.0 (#4174)

pull/4178/head
ruki 6 months ago committed by GitHub
parent 355761a2a0
commit 3595144b08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/s/symengine/xmake.lua

@ -6,6 +6,7 @@ package("symengine")
add_urls("https://github.com/symengine/symengine/archive/refs/tags/$(version).tar.gz",
"https://github.com/symengine/symengine.git")
add_versions("v0.12.0", "1b5c3b0bc6a9f187635f93585649f24a18e9c7f2167cebcd885edeaaf211d956")
add_versions("v0.11.2", "f6972acd6a65354f6414e69460d2e175729470632bdac05919bc2f7f32e48cbd")
add_configs("integer_class", {description = "Integer class for symengine. Either gmp, gmpxx, flint or piranha", default = "boost", type = "string", values = {"boost", "gmp"}})

Loading…
Cancel
Save