Hello, I was wondering if it is possible to install graph-tool locally (I don't have pseudo access on the server and I'd rather not have to bug IT about it)? lf I install the dependencies (Boost, Expact, CGAL, etc.) locally (I have NumPy and Matplotlib installed locally already) can I point the install to those folders? Also, how can I upgrade graph-tool when a new release is made, or how can I uninstall/re-install a new version? Thanks! Regards, -Adelbert
On 01/25/2013 06:41 PM, Adelbert Chang wrote:
Hello,
I was wondering if it is possible to install graph-tool locally (I don't have pseudo access on the server and I'd rather not have to bug IT about it)? lf I install the dependencies (Boost, Expact, CGAL, etc.) locally (I have NumPy and Matplotlib installed locally already) can I point the install to those folders?
Yes, just follow the instructions in the INSTALL file. You need just to pass the correct value for the --prefix option of the configure script, and set the correct values of the CXXINCLUDE and LDFLAGS environment variables.
Also, how can I upgrade graph-tool when a new release is made, or how can I uninstall/re-install a new version?
You'll have to recompile it and reinstall from source, just like you did the first time. Cheers, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
participants (2)
-
Adelbert Chang -
Tiago de Paula Peixoto