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
1 changed files with 1 additions and 1 deletions
|
@ -1601,7 +1601,7 @@ online as well as original implementations of various other algorithms.")
|
||||||
(inputs
|
(inputs
|
||||||
;; TODO: Maybe add dependency on COIN-MUMPS, ASL, and HSL.
|
;; TODO: Maybe add dependency on COIN-MUMPS, ASL, and HSL.
|
||||||
`(("lapack" ,lapack))) ;for both libblas and liblapack
|
`(("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")
|
(synopsis "Large-scale nonlinear optimizer")
|
||||||
(description
|
(description
|
||||||
"The Interior Point Optimizer (IPOPT) is a software package for
|
"The Interior Point Optimizer (IPOPT) is a software package for
|
||||||
|
|
Reference in a new issue