View | Details | Raw Unified | Return to bug 254873 | Differences between
and this patch

Collapse All | Expand All

(-)b/math/igraph/Makefile (-5 / +9 lines)
Lines 1-7 Link Here
1
# Created by: Wen Heping <wenheping@gmail.com>
1
# Created by: Wen Heping <wenheping@gmail.com>
2
2
3
PORTNAME=	igraph
3
PORTNAME=	igraph
4
PORTVERSION=	0.8.5
4
PORTVERSION=	0.9.4
5
CATEGORIES=	math
5
CATEGORIES=	math
6
6
7
MAINTAINER=	wen@FreeBSD.org
7
MAINTAINER=	wen@FreeBSD.org
Lines 12-27 LICENSE= GPLv2 Link Here
12
BROKEN_mips64=		fails to link: relocation truncated to fit: R_MIPS_TLS_GD against 'igraph_i_interruption_handler'
12
BROKEN_mips64=		fails to link: relocation truncated to fit: R_MIPS_TLS_GD against 'igraph_i_interruption_handler'
13
BROKEN_sparc64=		fails to compile: uses x86 asm
13
BROKEN_sparc64=		fails to compile: uses x86 asm
14
14
15
LIB_DEPENDS=	libgmp.so:math/gmp
15
LIB_DEPENDS=	libarpack.so:math/arpack-ng \
16
		libcxsparse.so:math/suitesparse-cxsparse \
17
		libglpk.so:math/glpk \
18
		libgmp.so:math/gmp \
19
		libopenblas.so:math/openblas
16
20
17
USES=		autoreconf bison gmake gnome libtool pathfix
21
USES=		bison cmake gnome libtool pathfix
18
USE_GITHUB=	yes
22
USE_GITHUB=	yes
19
USE_GNOME=	libxml2
23
USE_GNOME=	libxml2
20
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
21
25
22
GNU_CONFIGURE=	yes
26
CMAKE_ON=	BUILD_SHARED_LIBS
23
27
24
INSTALL_TARGET=	install-strip
28
BINARY_ALIAS=	git=false
25
29
26
pre-configure:
30
pre-configure:
27
	@${ECHO} ${PORTVERSION} > ${WRKSRC}/IGRAPH_VERSION
31
	@${ECHO} ${PORTVERSION} > ${WRKSRC}/IGRAPH_VERSION
(-)b/math/igraph/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1607699228
1
TIMESTAMP = 1630447541
2
SHA256 (igraph-igraph-0.8.5_GH0.tar.gz) = 559e793d6f4d6c6ba105d2671e09bea2a1c05542d96259a7afa0137b9d0c4853
2
SHA256 (igraph-igraph-0.9.4_GH0.tar.gz) = bef64e076ece6d625e955316c184ed0af5f497d78c8f15262ed64d60f408ff63
3
SIZE (igraph-igraph-0.8.5_GH0.tar.gz) = 8030911
3
SIZE (igraph-igraph-0.9.4_GH0.tar.gz) = 3011182
(-)b/math/igraph/pkg-plist (-1 / +7 lines)
Lines 25-33 include/igraph/igraph_eigen.h Link Here
25
include/igraph/igraph_embedding.h
25
include/igraph/igraph_embedding.h
26
include/igraph/igraph_epidemics.h
26
include/igraph/igraph_epidemics.h
27
include/igraph/igraph_error.h
27
include/igraph/igraph_error.h
28
include/igraph/igraph_eulerian.h
29
include/igraph/igraph_export.h
28
include/igraph/igraph_flow.h
30
include/igraph/igraph_flow.h
29
include/igraph/igraph_foreign.h
31
include/igraph/igraph_foreign.h
30
include/igraph/igraph_games.h
32
include/igraph/igraph_games.h
33
include/igraph/igraph_graphicality.h
31
include/igraph/igraph_graphlets.h
34
include/igraph/igraph_graphlets.h
32
include/igraph/igraph_heap.h
35
include/igraph/igraph_heap.h
33
include/igraph/igraph_heap_pmt.h
36
include/igraph/igraph_heap_pmt.h
Lines 75-81 include/igraph/igraph_vector_ptr.h Link Here
75
include/igraph/igraph_vector_type.h
78
include/igraph/igraph_vector_type.h
76
include/igraph/igraph_version.h
79
include/igraph/igraph_version.h
77
include/igraph/igraph_visitor.h
80
include/igraph/igraph_visitor.h
78
lib/libigraph.a
81
lib/cmake/igraph/igraph-config-version.cmake
82
lib/cmake/igraph/igraph-config.cmake
83
lib/cmake/igraph/igraph-targets-%%CMAKE_BUILD_TYPE%%.cmake
84
lib/cmake/igraph/igraph-targets.cmake
79
lib/libigraph.so
85
lib/libigraph.so
80
lib/libigraph.so.0
86
lib/libigraph.so.0
81
lib/libigraph.so.0.0.0
87
lib/libigraph.so.0.0.0

Return to bug 254873