mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: r-osqp: Update to 1.0.0.
* gnu/packages/cran.scm (r-osqp): Update to 1.0.0. [propagated-inputs]: Remove r-r6; add r-cli and r-s7. [native-inputs]: Add r-knitr. Change-Id: I32df3f555d9e806b8fb6de27788b8a077a4caf46
This commit is contained in:
committed by
Andreas Enge
parent
3121530634
commit
b5ef92c126
@@ -39006,19 +39006,19 @@ that accept short and long options.")
|
||||
(define-public r-osqp
|
||||
(package
|
||||
(name "r-osqp")
|
||||
(version "0.6.3.3")
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "osqp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fzmw813iab07vnc714zyaszbnsagbmba7j69la36hvnqx78wggz"))))
|
||||
"1j28ll1mzzkwwm2lmb7l0ngnwn31s4fydhz9k19wsjllnjj381cc"))))
|
||||
(properties
|
||||
'((upstream-name . "osqp")
|
||||
(updater-extra-native-inputs . ("r-slam"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-matrix r-r6 r-rcpp))
|
||||
(native-inputs (list r-slam r-testthat))
|
||||
(propagated-inputs (list r-cli r-matrix r-rcpp r-s7))
|
||||
(native-inputs (list r-knitr r-slam r-testthat))
|
||||
(home-page "https://osqp.org")
|
||||
(synopsis "Quadratic Programming Solver using the OSQP Library")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user