-
-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
igraph, python-igraph: Update to 0.8.3 #30899
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
source at https://github.com/igraph/igraph/releases/download/0.8.3/igraph-0.8.3.tar.gz |
This comment has been minimized.
This comment has been minimized.
comment:4
This version of igraph is also in homebrew https://formulae.brew.sh/formula/igraph. I don't think we are currently checking whether graph is a system package or not. We also need python_igraph (https://igraph.org/python/), right ? |
This comment has been minimized.
This comment has been minimized.
comment:5
I tried to update to 0.8.3 on macOS 10.15.7. Compilation went well, but I have the following issues:
and
I don't know what to do New commits:
|
Commit: |
Branch: public/30899_igraph |
comment:6
https://pypi.org/project/texttable/ https://pypi.org/project/pycairo/ We may be able to do without pycairo (which in turns will require cairo either as a spkg or system package, may be it is already required, that need to be checked). |
comment:7
Indeed python-igraph used to vendor Careful, it's |
comment:8
as far as cairo and pycairo are concerned, we can add them, why not? |
comment:9
cairo is potentially opening a nest of dependencies, so if skipping it was possible, I think that would be preferable. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Author: David Coudert |
This comment has been minimized.
This comment has been minimized.
comment:11
I added texttable and it seems ok now on my side. Not sure I did it the right way... |
comment:12
The error handling in |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:49
build/pkgs/python_igraph/spkg-install.in also has sage-python23 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:51
I don't like these sage-python23 -> python3 changes. In fact, no package at the moment uses |
comment:52
I don't know how to remove the 2 lasts commits (I'm still at git beginner level...). Otherwise I can push a revert commit. |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits: |
comment:54
OK, I was able to remove the last 2 commits (and so revert to sage-python23). I had to do a forced push. |
comment:55
Replying to @dimpase:
We will switch over in #30371 - and I agree that it is better for uniformity if we don't do this package by package.
It is actually guaranteed by our installation.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:58
lgtm |
Changed reviewer from Dima Pasechnik to Dima Pasechnik, Matthias Koeppe |
comment:59
Looks good. Given that this is an optional package, we can defer the actual portability tests to the automatic run of the GH Actions when it is merged into a beta release. |
Upstream: Reported upstream. No feedback yet. |
comment:60
I've opened igraph/igraph#1547 in regard of XCode 12 issue (solved with CFLAGS here). |
Changed branch from public/30899_igraph to |
comment:62
Follow up in #27921, running the libxml2 check via a script package |
Changed commit from |
comment:63
Volker, the upstream tarball for |
(from #30611)
Released Oct 8, 2020. https://igraph.org/
the previous update was in #27597, where we also disabled blas/lapack inteface; perhaps it can make a comeback here.
This ticket also adds package
texttable
version 1.6.3, a dependency ofpython_igraph
.source tarballs: see
checksums.ini
Upstream: Reported upstream. No feedback yet.
CC: @kiwifb @dcoudert @dimpase @slel @isuruf
Component: packages: optional
Author: David Coudert, Dima Pasechnik
Branch:
938d704
Reviewer: Dima Pasechnik, Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/30899
The text was updated successfully, but these errors were encountered: