Re: [AMBER-Developers] rism - Netcdf problems?

From: Timothy Giese <timothyjgiese.gmail.com>
Date: Wed, 29 Jan 2014 09:21:28 -0500

On Wed, Jan 29, 2014 at 8:16 AM, David A Case <case.biomaps.rutgers.edu>wrote:

>
> [Another possibility (more work) is to recognize that netcdf will always
> be a
> requirement for nab, and to modify nab.c to getenv("AMBERHOME") and find
> the
> netcdf.a lib that way. This would make Jason and Dan unhappy, since they
> want
> to be able to link in netcdf from some package manager, and not use the one
> in $AMBERHOME/lib.]
>
>
Or a compromise. One could presume within nab that netcdf will always be a
requirement and have it link to $AMBERHOME/lib/libnetcdf.so

I don't know about netbsd, but on linux the .so files are supposed to be
links to versioned shared libraries.
If someone wants $AMBERHOME/lib/libnetcdf.so to point to
/usr/lib/libnetcdf.so.7 instead of $AMBERHOME/lib/libnetcdf.so.7, then they
should just change the link to point to the file that they want.

-Tim
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Wed Jan 29 2014 - 06:30:04 PST
Custom Search