Install graph-tool locally

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

attachment.html (555 Bytes)

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