<pre style='margin:0'>
Jeremy Lavergne (nerdling) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/942b32aebc5836cd3d65fdb4777f314150e2516a">https://github.com/macports/macports-ports/commit/942b32aebc5836cd3d65fdb4777f314150e2516a</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 942b32aebc5 igraph: update to 0.9.0
</span>942b32aebc5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 942b32aebc5836cd3d65fdb4777f314150e2516a
</span>Author: Szabolcs Horvát <szhorvat@gmail.com>
AuthorDate: Tue Feb 16 17:42:35 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    igraph: update to 0.9.0
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>     * update to 0.9.0
</span><span style='display:block; white-space:pre;color:#404040;'>     * make changes necessitated by new CMake build system
</span><span style='display:block; white-space:pre;color:#404040;'>     * remove variants
</span><span style='display:block; white-space:pre;color:#404040;'>     * install docs
</span>---
 math/igraph/Portfile | 41 ++++++++++++++++++++++-------------------
 1 file changed, 22 insertions(+), 19 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/igraph/Portfile b/math/igraph/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9e5612ceef0..aed1adf5c0d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/igraph/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/igraph/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,9 +1,10 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           cmake 1.1
</span> PortGroup           github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        igraph igraph 0.8.5
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        igraph igraph 0.9.0
</span> github.tarball_from releases
 
 categories          math science devel
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,31 +16,33 @@ long_description    igraph is a C library for network analysis and graph theory,
</span> homepage            https://igraph.org
 
 platforms           darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib         port:gmp \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:libxml2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib         port:arpack \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:glpk \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:libxml2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:SuiteSparse_CXSparse
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  ad4364f3c4d8d8608f34a7023c0117a840ccd97b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  2e5da63a2b8e9bb497893a17cf77c691df1739c298664f8adb1310a01218f95b \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    3303252
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  297c06d217d6c6059b721ec0aa5d59e096004585 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  012e5d5a50420420588c33ec114c6b3000ccde544db3f25c282c1931c462ad7a \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    3752584
</span> 
 test.run            yes
 test.target         check
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# igraph 0.8.5 embeds GLPK 4.45. Currently GLPK is at version 4.65.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# Some igraph functions perform better with this new GLPK version.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant external_glpk description {Build with external GLPK} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --with-external-glpk
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:glpk
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant external_linalg description {Build with external BLAS, LAPACK, ARPACK} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --with-external-blas --with-external-lapack --with-external-arpack
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:lapack port:arpack
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Build options for igraph:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#  - Do not use ccache to build this port unless MacPorts tells it to.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#  - Build a shared library.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#  - Enable link-time optimization.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#  - Set features and the use of externaly libraries explicitly---do not leave this to auto-detection.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#  - As of igraph 0.9, linking to GMP provides no tangible benefits, thus disable this.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#  - Use the vecLib BLAS/LAPACK
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append -DUSE_CCACHE=OFF -DBUILD_SHARED_LIBS=ON -DIGRAPH_ENABLE_LTO=ON -DIGRAPH_GLPK_SUPPORT=ON -DIGRAPH_GRAPHML_SUPPORT=ON -DIGRAPH_USE_INTERNAL_ARPACK=OFF -DIGRAPH_USE_INTERNAL_BLAS=OFF -DIGRAPH_USE_INTERNAL_CXSPARSE=OFF -DIGRAPH_USE_INTERNAL_GLPK=OFF -DIGRAPH_USE_INTERNAL_GMP=ON -DIGRAPH_USE_INTERNAL_LAPACK=OFF -DBLA_VENDOR=Apple
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-destroot {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set docdir ${prefix}/share/doc/${name}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -d ${destroot}${docdir}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    xinstall -m 0644 {*}[glob ${worksrcpath}/doc/html/*] ${destroot}${docdir}
</span> }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants    +external_glpk
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # overload the github livecheck regex to look for versions that
 # are just numbers and '.', no letters (e.g., "0.8.0-pre").
 
</pre><pre style='margin:0'>

</pre>