gnu: ipopt: Use HTTPS home page URI.
* gnu/packages/maths.scm (ipopt)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
0661638f5e
commit
d5fd9c7223
@ -1601,7 +1601,7 @@ online as well as original implementations of various other algorithms.")
|
||||
(inputs
|
||||
;; TODO: Maybe add dependency on COIN-MUMPS, ASL, and HSL.
|
||||
`(("lapack" ,lapack))) ;for both libblas and liblapack
|
||||
(home-page "http://www.coin-or.org")
|
||||
(home-page "https://www.coin-or.org")
|
||||
(synopsis "Large-scale nonlinear optimizer")
|
||||
(description
|
||||
"The Interior Point Optimizer (IPOPT) is a software package for
|
||||
|
Loading…
x
Reference in New Issue
Block a user