Skip to content

Commit d6ed3d0

Browse files
hxhcstar-hengxing
andauthored
update cminpack versions (#4203)
* update cminpack versions * only test single version * remove old version * Update xmake.lua --------- Co-authored-by: star9029 <[email protected]>
1 parent f8979b5 commit d6ed3d0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/c/cminpack/xmake.lua

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
package("cminpack")
2-
set_homepage("http://devernay.free.fr/hacks/cminpack/")
2+
set_homepage("https://devernay.github.io/cminpack/")
33
set_description("A C/C++ rewrite of the MINPACK software (originally in FORTRAN) for solving nonlinear equations and nonlinear least squares problems")
44

5-
add_urls("https://github.com/devernay/cminpack.git")
6-
add_versions("2024.01.04", "cba7bcce88d93011411799ee3275caef18aaf7dd")
5+
add_urls("https://github.com/devernay/cminpack/archive/$(version).tar.gz",
6+
"https://github.com/devernay/cminpack.git")
7+
8+
add_versions("v1.3.9", "aa37bac5b5caaa4f5805ea5c4240e3834c993672f6dab0b17190ee645e251c9f")
79

810
add_configs("blas", {description = "Compile cminpack using cblas library if possible", default = false, type = "boolean"})
911

0 commit comments

Comments
 (0)