From 6398e4965fbaf113e4a94c59dd7fb5d6c391117c Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Fri, 26 Jan 2024 22:40:04 -0600 Subject: [PATCH] specify lsmr version --- fpm.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpm.toml b/fpm.toml index 135d697..b00295e 100644 --- a/fpm.toml +++ b/fpm.toml @@ -19,7 +19,7 @@ source-dir = "src" fmin = { git="https://github.com/jacobwilliams/fmin.git", tag="1.1.1" } LSQR = { git="https://github.com/jacobwilliams/LSQR", tag="1.1.0" } lusol = { git="https://github.com/jacobwilliams/lusol", tag="1.0.0" } -LSMR = { git="https://github.com/jacobwilliams/LSMR" } +LSMR = { git="https://github.com/jacobwilliams/LSMR", tag="1.0.0" } [install] library = true