Skip to content

Commit

Permalink
(math/nlopt) Updated 2.6.2 to 2.7.1
Browse files Browse the repository at this point in the history
NLopt 2.7.1
* Various minor bugfixes (#268, #409, #420) and build
* improvements (support Octave 6.x, Guile 3.x, Cmake 3.2).

NLopt 2.7.0
* New nlopt_set_param API for setting internal algorithm parameters
  ([#365]).
* Avoid library-symbol conflicts ([#355], [#361])
  • Loading branch information
mef committed Aug 11, 2023
1 parent 92a3003 commit f203eac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions math/nlopt/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2021/09/18 05:06:06 mef Exp $
# $NetBSD: Makefile,v 1.3 2023/08/11 08:31:20 mef Exp $

VERSION= 2.6.2
VERSION= 2.7.1
DISTNAME= nlopt-${VERSION}
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=stevengj/}
Expand Down
4 changes: 2 additions & 2 deletions math/nlopt/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2021/09/18 05:06:06 mef Exp $
@comment $NetBSD: PLIST,v 1.3 2023/08/11 08:31:20 mef Exp $
include/nlopt.f
include/nlopt.h
include/nlopt.hpp
Expand All @@ -8,7 +8,7 @@ lib/cmake/nlopt/NLoptLibraryDepends-release.cmake
lib/cmake/nlopt/NLoptLibraryDepends.cmake
lib/libnlopt.so
lib/libnlopt.so.0
lib/libnlopt.so.0.10.0
lib/libnlopt.so.0.11.1
lib/pkgconfig/nlopt.pc
man/man3/nlopt.3
man/man3/nlopt_minimize.3
Expand Down
6 changes: 3 additions & 3 deletions math/nlopt/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.3 2021/09/18 05:06:06 mef Exp $
# $NetBSD: buildlink3.mk,v 1.4 2023/08/11 08:31:20 mef Exp $

BUILDLINK_TREE+= nlopt

.if !defined(NLOPT_BUILDLINK3_MK)
NLOPT_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.nlopt+= nlopt>=2.6.2
BUILDLINK_ABI_DEPENDS.nlopt+= nlopt>=2.6.2
BUILDLINK_API_DEPENDS.nlopt+= nlopt>=2.7.1
BUILDLINK_ABI_DEPENDS.nlopt+= nlopt>=2.7.1
BUILDLINK_PKGSRCDIR.nlopt?= ../../math/nlopt
.endif # NLOPT_BUILDLINK3_MK

Expand Down
8 changes: 4 additions & 4 deletions math/nlopt/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2021/10/26 10:55:50 nia Exp $
$NetBSD: distinfo,v 1.6 2023/08/11 08:31:20 mef Exp $

BLAKE2s (nlopt-2.6.2.tar.gz) = d444d55f282438c590032360813ccc584df35a700729463ce7231fb48293150b
SHA512 (nlopt-2.6.2.tar.gz) = 61e5c01140a57c0ad2a0acd82ad50dce1b5679dc281e55cbbc332e876b19a689013100617545a42b721d8c487df37d6ccd67859171243433fe29468f259b556b
Size (nlopt-2.6.2.tar.gz) = 2040229 bytes
BLAKE2s (nlopt-2.7.1.tar.gz) = cd2c3ab540c794c8e1804fc29b1d0b6804cff226522e3f748d0c083ef579f0ea
SHA512 (nlopt-2.7.1.tar.gz) = e23cb522fc696010574c14b72be85acc0f8ccf0bf208bf2b8789c57d6c5a6e6d419ee10330581518b1c1567018ae909b626ce7761d4fbd5bf112916871e420e2
Size (nlopt-2.7.1.tar.gz) = 2044180 bytes

0 comments on commit f203eac

Please sign in to comment.