gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r7408: update nlopt to 2.7.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7408: update nlopt to 2.7.0
Date: Sun, 31 Jan 2021 14:03:21 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7408
revision-id: carlhansen1234@gmail.com-20210131190315-o4v9nqp9vut86u8f
parent: carlhansen1234@gmail.com-20210131054213-9kg4rghexf40flr7
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2021-01-31 11:03:15 -0800
message:
  update nlopt to 2.7.0
modified:
  pkg/other/nlopt/Makefile       makefile-20160617200040-lqf8h520dfq0rtk7-55
  pkg/other/nlopt/sha256sums     sha256sums-20160617200040-lqf8h520dfq0rtk7-56
=== modified file 'pkg/other/nlopt/Makefile'
--- a/pkg/other/nlopt/Makefile  2020-11-17 20:41:29 +0000
+++ b/pkg/other/nlopt/Makefile  2021-01-31 19:03:15 +0000
@@ -4,12 +4,12 @@
 # This file is part of GSRC, the GNU Source Release Collection.:
 # http://www.gnu.org/software/gsrc
 #
-# BioSRC is free software: you can redistribute it and/or modify it
+# GSRC and BioSRC are free software: you can redistribute them and/or modify 
them
 # under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# BioSRC is distributed in the hope that it will be useful, but WITHOUT
+# GSRC and BioSRC are distributed in the hope that they will be useful, but 
WITHOUT
 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
 # License for more details.
@@ -22,7 +22,7 @@
 
 NAME = NLopt
 GARNAME = nlopt
-GARVERSION = 2.6.2
+GARVERSION = 2.7.0
 HOME_URL = http://ab-initio.mit.edu/nlopt
 DESCRIPTION = A library for nonlinear optimization
 define BLURB
@@ -35,11 +35,10 @@
 CITE = Steven G. Johnson, The NLopt nonlinear-optimization package, 
http://ab-initio.mit.edu/nlopt
 
 ######################################################################
-#https://github.com/stevengj/nlopt/archive/v2.6.2.tar.gz
-#aihttps://github.com/stevengj/nlopt/releases/tag/v2.6.2
-MASTER_SITES = &(GITHUB_MASTER)
-MASTER_SUBDIR = stevengj/$(GARNAME)/
-DISTFILES = $(DISTNAME).tar.gz
+#https://github.com/stevengj/nlopt/archive/v2.7.0.tar.gz
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = stevengj/$(GARNAME)/archive/
+DISTFILES = v$(GARVERSION).tar.gz
 SIGFILES = 
 
 BUILDDEPS = 
@@ -47,5 +46,5 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/cmake.mk
 include config.mk

=== modified file 'pkg/other/nlopt/sha256sums'
--- a/pkg/other/nlopt/sha256sums        2017-08-10 07:10:02 +0000
+++ b/pkg/other/nlopt/sha256sums        2021-01-31 19:03:15 +0000
@@ -1,1 +1,1 @@
-8099633de9d71cbc06cd435da993eb424bbcdbded8f803cdaa9fb8c6e09c8e89  
download/nlopt-2.4.2.tar.gz
+b881cc2a5face5139f1c5a30caf26b7d3cb43d69d5e423c9d78392f99844499f  
download/v2.7.0.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]