[gmx-developers] [Patch] Gromacs 4.5.1 installs libraries to wrong directory on 64bit
Roland Schulz
roland at utk.edu
Thu Oct 7 18:21:42 CEST 2010
>
>
> When talking about the GMXRC, I realized another strange thing. When I
> source the GMXRC in my bashrc, the $MANPATH variable is overwritten and
> just the gromacs mans can be accessed via man. I circumvent this now by
> saving the $MANPATH before I source GMXRC and appending it afterwards.
> Am I doing something wrong or is there a small bug in the script.
I have that error too. The problem is that e.g. on Ubuntu the MANPATH is by
default set to empty. And empty means it looks for the system-wide setting
of the MANPATH. When GMXRC sets it, the system-weide setting is ignored.
The solution is to set it to MANPATH=":/path/to/gromacs/man"
Thus with the additional colon at the beginning. Does this additional colon
break it for any non-Ubuntu platform?
Roland
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://maillist.sys.kth.se/pipermail/gromacs.org_gmx-developers/attachments/20101007/75108b8a/attachment.html>
More information about the gromacs.org_gmx-developers
mailing list