update cminpack versions (#4203)

* update cminpack versions

* only test single version

* remove old version

* Update xmake.lua

---------

Co-authored-by: star9029 <hengxings783@gmail.com>
pull/4204/head
hxhc 6 months ago committed by GitHub
parent f8979b54a1
commit d6ed3d033e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      packages/c/cminpack/xmake.lua

@ -1,9 +1,11 @@
package("cminpack")
set_homepage("http://devernay.free.fr/hacks/cminpack/")
set_homepage("https://devernay.github.io/cminpack/")
set_description("A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems")
add_urls("https://github.com/devernay/cminpack.git")
add_versions("2024.01.04", "cba7bcce88d93011411799ee3275caef18aaf7dd")
add_urls("https://github.com/devernay/cminpack/archive/$(version).tar.gz",
"https://github.com/devernay/cminpack.git")
add_versions("v1.3.9", "aa37bac5b5caaa4f5805ea5c4240e3834c993672f6dab0b17190ee645e251c9f")
add_configs("blas", {description = "Compile cminpack using cblas library if possible", default = false, type = "boolean"})

Loading…
Cancel
Save