[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ipopt: Use HTTPS home page URI.
From: |
guix-commits |
Subject: |
branch master updated: gnu: ipopt: Use HTTPS home page URI. |
Date: |
Wed, 10 Jun 2020 11:28:14 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d5fd9c7 gnu: ipopt: Use HTTPS home page URI.
d5fd9c7 is described below
commit d5fd9c72235cfe5302edf9a5bed01edd1288c5b7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jun 10 17:27:41 2020 +0200
gnu: ipopt: Use HTTPS home page URI.
* gnu/packages/maths.scm (ipopt)[home-page]: Use HTTPS URI.
---
gnu/packages/maths.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9a24625..fe1dfdc 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ipopt: Use HTTPS home page URI.,
guix-commits <=