mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
math/igraph: Update to 0.10.12
This commit is contained in:
parent
474863d3d0
commit
234db307b7
@ -1,6 +1,5 @@
|
||||
PORTNAME= igraph
|
||||
DISTVERSION= 0.10.6
|
||||
PORTREVISION= 7
|
||||
DISTVERSION= 0.10.12
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1691854665
|
||||
SHA256 (igraph-0.10.6.tar.gz) = 99bf91ee90febeeb9a201f3e0c1d323c09214f0b5f37a4290dc3b63f52839d6d
|
||||
SIZE (igraph-0.10.6.tar.gz) = 4300280
|
||||
TIMESTAMP = 1718460118
|
||||
SHA256 (igraph-0.10.12.tar.gz) = b011f7f9f38a3e59924cc9ff652e6d33105fa03fcaf3792f47d752626a0a4625
|
||||
SIZE (igraph-0.10.12.tar.gz) = 4373463
|
||||
|
11
math/igraph/files/patch-etc_cmake_compilers.cmake
Normal file
11
math/igraph/files/patch-etc_cmake_compilers.cmake
Normal file
@ -0,0 +1,11 @@
|
||||
--- etc/cmake/compilers.cmake.orig 2024-06-15 14:00:49 UTC
|
||||
+++ etc/cmake/compilers.cmake
|
||||
@@ -6,7 +6,7 @@ include(CheckCCompilerFlag)
|
||||
# See:
|
||||
# - https://pubs.opengroup.org/onlinepubs/007904875/functions/xsh_chap02_02.html
|
||||
# - https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html
|
||||
-add_compile_definitions(_POSIX_C_SOURCE=200809L)
|
||||
+#add_compile_definitions(_POSIX_C_SOURCE=200809L)
|
||||
|
||||
if(MSVC)
|
||||
add_compile_options(/FS)
|
@ -5,6 +5,8 @@ include/igraph/igraph_array.h
|
||||
include/igraph/igraph_array_pmt.h
|
||||
include/igraph/igraph_attributes.h
|
||||
include/igraph/igraph_bipartite.h
|
||||
include/igraph/igraph_bitset.h
|
||||
include/igraph/igraph_bitset_list.h
|
||||
include/igraph/igraph_blas.h
|
||||
include/igraph/igraph_centrality.h
|
||||
include/igraph/igraph_cliques.h
|
||||
@ -62,6 +64,7 @@ include/igraph/igraph_progress.h
|
||||
include/igraph/igraph_psumtree.h
|
||||
include/igraph/igraph_qsort.h
|
||||
include/igraph/igraph_random.h
|
||||
include/igraph/igraph_reachability.h
|
||||
include/igraph/igraph_scan.h
|
||||
include/igraph/igraph_separators.h
|
||||
include/igraph/igraph_sparsemat.h
|
||||
@ -88,5 +91,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.1.1
|
||||
lib/libigraph.so.3.1.7
|
||||
libdata/pkgconfig/igraph.pc
|
||||
|
Loading…
Reference in New Issue
Block a user