math/igraph: Update 0.7.1 -> 0.8.2
PR: 248660 Approved by: wen (maintainer)
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= igraph
|
||||
PORTVERSION= 0.7.1
|
||||
PORTVERSION= 0.8.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://igraph.org/nightly/get/c/
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Package For Manipulating Undirected And Directed Graphs
|
||||
@@ -16,13 +15,16 @@ BROKEN_sparc64= fails to compile: uses x86 asm
|
||||
|
||||
LIB_DEPENDS= libgmp.so:math/gmp
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake gnome libtool pathfix
|
||||
USES= autoreconf bison gmake gnome libtool pathfix
|
||||
USE_GITHUB= yes
|
||||
USE_GNOME= libxml2
|
||||
CONFIGURE_ARGS+= --enable-gmp
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
pre-configure:
|
||||
@${ECHO} ${PORTVERSION} > ${WRKSRC}/IGRAPH_VERSION
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
SHA256 (igraph-0.7.1.tar.gz) = d978030e27369bf698f3816ab70aa9141e9baf81c56cc4f55efbe5489b46b0df
|
||||
SIZE (igraph-0.7.1.tar.gz) = 2967134
|
||||
TIMESTAMP = 1597433034
|
||||
SHA256 (igraph-igraph-0.8.2_GH0.tar.gz) = 160bd26aaff6e8d0b123f91f8d745e4e59287fb65a1c27d6dca4276e3bb21330
|
||||
SIZE (igraph-igraph-0.8.2_GH0.tar.gz) = 8458866
|
||||
|
||||
@@ -9,4 +9,4 @@ manipulating graphs, assigning attributes to vertices and edges.
|
||||
It can calculate various structural properties, includes heuristics
|
||||
for community structure detection, supports many file formats.
|
||||
|
||||
WWW: http://igraph.org/
|
||||
WWW: https://igraph.org/
|
||||
|
||||
@@ -10,6 +10,7 @@ include/igraph/igraph_centrality.h
|
||||
include/igraph/igraph_cliques.h
|
||||
include/igraph/igraph_cocitation.h
|
||||
include/igraph/igraph_cohesive_blocks.h
|
||||
include/igraph/igraph_coloring.h
|
||||
include/igraph/igraph_community.h
|
||||
include/igraph/igraph_complex.h
|
||||
include/igraph/igraph_components.h
|
||||
@@ -17,9 +18,11 @@ include/igraph/igraph_constants.h
|
||||
include/igraph/igraph_constructors.h
|
||||
include/igraph/igraph_conversion.h
|
||||
include/igraph/igraph_datatype.h
|
||||
include/igraph/igraph_decls.h
|
||||
include/igraph/igraph_dqueue.h
|
||||
include/igraph/igraph_dqueue_pmt.h
|
||||
include/igraph/igraph_eigen.h
|
||||
include/igraph/igraph_embedding.h
|
||||
include/igraph/igraph_epidemics.h
|
||||
include/igraph/igraph_error.h
|
||||
include/igraph/igraph_flow.h
|
||||
@@ -34,6 +37,7 @@ include/igraph/igraph_interrupt.h
|
||||
include/igraph/igraph_iterators.h
|
||||
include/igraph/igraph_lapack.h
|
||||
include/igraph/igraph_layout.h
|
||||
include/igraph/igraph_lsap.h
|
||||
include/igraph/igraph_matching.h
|
||||
include/igraph/igraph_matrix.h
|
||||
include/igraph/igraph_matrix_pmt.h
|
||||
@@ -51,7 +55,7 @@ include/igraph/igraph_progress.h
|
||||
include/igraph/igraph_psumtree.h
|
||||
include/igraph/igraph_qsort.h
|
||||
include/igraph/igraph_random.h
|
||||
include/igraph/igraph_revolver.h
|
||||
include/igraph/igraph_scan.h
|
||||
include/igraph/igraph_scg.h
|
||||
include/igraph/igraph_separators.h
|
||||
include/igraph/igraph_sparsemat.h
|
||||
|
||||
Reference in New Issue
Block a user