update cpr and suitesparse (#1261)

* update cpr

* update suitesparse
pull/1263/head
Hoildkv 3 years ago committed by GitHub
parent d41c1a83af
commit a140c62bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/c/cpr/xmake.lua
  2. 2
      packages/m/matplotplusplus/xmake.lua
  3. 3
      packages/s/suitesparse/xmake.lua

@ -8,6 +8,7 @@ package("cpr")
"https://github.com/libcpr/cpr.git")
add_versions("1.6.2", "c45f9c55797380c6ba44060f0c73713fbd7989eeb1147aedb8723aa14f3afaa3")
add_versions("1.7.2", "aa38a414fe2ffc49af13a08b6ab34df825fdd2e7a1213d032d835a779e14176f")
add_versions("1.8.3", "0784d4c2dbb93a0d3009820b7858976424c56578ce23dcd89d06a1d0bf5fd8e2")
add_deps("cmake", "libcurl")
on_install("linux", "macosx", "windows", function (package)

@ -5,7 +5,7 @@ package("matplotplusplus")
set_license("MIT")
add_urls("https://github.com/alandefreitas/matplotplusplus/archive/refs/tags/$(version).tar.gz",
"https://github.com/alandefreitas/matplotplus.git")
"https://github.com/alandefreitas/matplotplusplus.git")
add_versions("v1.1.0", "5c3a1bdfee12f5c11fd194361040fe4760f57e334523ac125ec22b2cb03f27bb")
local configdeps = {jpeg = "libjpeg-turbo",

@ -6,8 +6,9 @@ package("suitesparse")
add_urls("https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/$(version).tar.gz",
"https://github.com/DrTimothyAldenDavis/SuiteSparse.git")
add_versions("v5.10.1", "acb4d1045f48a237e70294b950153e48dce5b5f9ca8190e86c2b8c54ce00a7ee")
add_versions("v5.12.0", "5fb0064a3398111976f30c5908a8c0b40df44c6dd8f0cc4bfa7b9e45d8c647de")
add_patches("v5.10.1", path.join(os.scriptdir(), "patches", "5.10.1", "msvc.patch"), "8ac61e9acfaa864a2528a14d3a7e6e86f6e6877de2fe93fdc87876737af5bf31")
add_patches("5.x", path.join(os.scriptdir(), "patches", "5.10.1", "msvc.patch"), "8ac61e9acfaa864a2528a14d3a7e6e86f6e6877de2fe93fdc87876737af5bf31")
add_configs("cuda", {description = "Enable CUDA support.", default = false, type = "boolean"})
add_configs("blas", {description = "Set BLAS vendor.", default = "openblas", type = "string", values = {"mkl", "openblas"}})

Loading…
Cancel
Save