git: ec04036bb656 - main - math/igraph: Update to 0.10.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Aug 2023 02:43:21 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec04036bb6562bd09c385585978e11e35ac20d93 commit ec04036bb6562bd09c385585978e11e35ac20d93 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-08-29 18:38:20 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-08-30 02:43:07 +0000 math/igraph: Update to 0.10.6 * Switch to DISTVERSION * Always use Flex from ports There are some issues with ARPACK 3.9.0 and igraph, tracked in PR 273227. Changelog: https://github.com/igraph/igraph/releases/tag/0.10.6 PR: 273117 Reviewed by: wen (maintainer) Sponsored by: Blinkinblox --- math/igraph/Makefile | 9 +++++---- math/igraph/distinfo | 6 +++--- math/igraph/pkg-plist | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/math/igraph/Makefile b/math/igraph/Makefile index c11c87d59fb8..eb98a887e2d1 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -1,6 +1,5 @@ PORTNAME= igraph -DISTVERSION= 0.10.4 -PORTREVISION= 2 +DISTVERSION= 0.10.6 CATEGORIES= math MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ @@ -11,6 +10,7 @@ WWW= https://igraph.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex LIB_DEPENDS= libarpack.so:math/arpack-ng \ libcxsparse.so:math/suitesparse-cxsparse \ libglpk.so:math/glpk \ @@ -22,8 +22,9 @@ USE_GNOME= libxml2 USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS - -BINARY_ALIAS= git=false +CMAKE_OFF= BUILD_TESTING +CMAKE_ARGS= -DCMAKE_DISABLE_FIND_PACKAGE_Git:BOOL=True \ + -DFLEX_EXECUTABLE:FILEPATH=${LOCALBASE}/bin/flex pre-configure: @${ECHO} ${DISTVERSION} > ${WRKSRC}/IGRAPH_VERSION diff --git a/math/igraph/distinfo b/math/igraph/distinfo index 1abb7a90123e..c72bde738206 100644 --- a/math/igraph/distinfo +++ b/math/igraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677384610 -SHA256 (igraph-0.10.4.tar.gz) = aa5700b58c5f1e1de1f4637ab14df15c6b20e25e51d0f5a260921818e8f02afc -SIZE (igraph-0.10.4.tar.gz) = 4279321 +TIMESTAMP = 1691854665 +SHA256 (igraph-0.10.6.tar.gz) = 99bf91ee90febeeb9a201f3e0c1d323c09214f0b5f37a4290dc3b63f52839d6d +SIZE (igraph-0.10.6.tar.gz) = 4300280 diff --git a/math/igraph/pkg-plist b/math/igraph/pkg-plist index b0ec43e74244..b1f372cc1721 100644 --- a/math/igraph/pkg-plist +++ b/math/igraph/pkg-plist @@ -88,5 +88,5 @@ lib/cmake/igraph/igraph-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/igraph/igraph-targets.cmake lib/libigraph.so lib/libigraph.so.3 -lib/libigraph.so.3.0.0 +lib/libigraph.so.3.1.1 libdata/pkgconfig/igraph.pc