Details
Details
- Reviewers
DataDrake JoshStrobl - Group Reviewers
Triage Team - Maniphest Tasks
- T8229: Update graph-tool to 2.29
- Commits
- R4213:bae814e7a3e0: Update graph-tool to version 2.29
$ python3 >>> import graph_tool.all as gt >>> g = gt.Graph() >>> g.add_edge(0,1) >>> gt.interactive_window(g)
Diff Detail
Diff Detail
- Repository
- R4213 graph-tool
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
In case you're wondering why these changes crept in it's cause I had an older build on my computer which I used instead of going from the most recent version, not very used to doing this, hopefully it's okay now.
| pspec_x86_64.xml | ||
|---|---|---|
| 365–366 | None of this should be in /usr/local. Try adding PREFIX=/usr before the PYTHON bit on the configure line. | |
Comment Actions
Your patch does not apply cleanly on top of master, have you been amending your git commits or making new ones?
Comment Actions
I've been ammending them. Should I just do the most recent as a commit? Apologies, I'm not used to using git so was just trying to follow the documentation.