aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ocaml.scm
blob: 78eab203de8b58765c1dd004d56062a39d2ea335 (about) (plain)
blob size (287KB) exceeds display size limit (100KB).
nd python-wheel. Rename this variable... (python-louvain-0.7): ...to this, naturally. * gnu/packages/bioinformatics.scm (python-scanpy)[propagated-inputs]: Update reference to python-louvain-0.6. Ricardo Wurmus 2022-01-31gnu: python-louvain: Update to 0.16....* gnu/packages/graph.scm (python-louvain): Update to 0.16. Ricardo Wurmus 2022-01-22gnu: python-louvain: Build with older setuptools....* gnu/packages/graph.scm (python-louvain)[native-inputs]: Add PYTHON-SETUPTOOLS. Marius Bakke 2022-01-18gnu: python-igraph: Do not inherit igraph replacements.......because igraph is built from different source code. * gnu/packages/graph.scm (python-igraph): Use object inheritance instead of PACKAGE/INHERIT. Marius Bakke 2022-01-18gnu: python-leidenalg: Fix build failure....* gnu/packages/graph.scm (python-leidenalg)[arguments]: Add #:phases. [native-inputs]: Add PYTHON-SETUPTOOLS. Marius Bakke 2022-01-18gnu: igraph: Update to 0.9.9....* gnu/packages/graph.scm (igraph): Update to 0.9.9. Maxim Cournoyer 2022-01-18gnu: igraph: Update to 0.9.6....* gnu/packages/graph.scm (igraph): Update to 0.9.6. [snippet]: Simplify source snippet a bit, leveraging the new support for using an external plfit library. Maxim Cournoyer 2022-01-10gnu: python-plotly: Remove obsolete phase....* gnu/packages/graph.scm (python-plotly)[arguments]<#:phases>: Remove 'make-files-writable phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sarah Morgensen 2022-01-10gnu: python-igraph: Update to 0.9.8....* gnu/packages/graph.scm (python-igraph): Update to 0.9.8. [origin]: Fetch from git. [configure-flags]: Delete argument. [phases]{build}: No longer override phase. {check}: Preserve ordering and streamline. {specify-libigraph-location}: New phase. [native-inputs]: Remove pkg-config. [home-page]: Update. Maxim Cournoyer 2022-01-10gnu: igraph: Update to 0.9.5....* gnu/packages/graph.scm (igraph): Update to 0.9.5. [source]: Add snippet to fully unbundle. [build-system]: Use cmake-build-system. [configure-flags]: Replace all by just '-DBUILD_SHARED_LIBS=ON'. [native-inputs]: Add pkg-config. [inputs]{zlib}: Delete input. {arpack-ng, plfit, suitesparse}: New inputs. Maxim Cournoyer 2022-01-10gnu: Add plfit....* gnu/packages/graph.scm (plfit): New variable. Maxim Cournoyer