installing certain commit of graph-tool
Hej, I was wondering if it is possible to install the graph-tool version from a certain commit. I need maximum cardinality matching with max weight and see that you implemented this very recently, after the 2.31 version was launched. I have successfully installed graph-tool through the ubuntu bash on windows but am not aware of any way to update it to a certain commit. Is there a way to do this? Thanks in advance, Milan -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/
Am 20.05.20 um 18:24 schrieb mvdnheuv:
Hej,
I was wondering if it is possible to install the graph-tool version from a certain commit. I need maximum cardinality matching with max weight and see that you implemented this very recently, after the 2.31 version was launched. I have successfully installed graph-tool through the ubuntu bash on windows but am not aware of any way to update it to a certain commit.
Is there a way to do this?
There is. You should familiarize yourself with the git version control software, clone the repository, and compile the library (following the installation instructions for native compilation available in the website). -- Tiago de Paula Peixoto <tiago@skewed.de>
Thanks, finally got it working :) -- Sent from: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/
participants (2)
-
mvdnheuv -
Tiago de Paula Peixoto