[AMBER-Developers] finding intel libraries

From: case <case.biomaps.rutgers.edu>
Date: Thu, 18 Mar 2010 19:56:57 -0400

We now have the following in configure, for intel compilers:

    flibs_arch=`echo $LD_LIBRARY_PATH | sed -e 's/^\(.\)/ -L\1/' -e 's/:/
-L/g'`
    flibs_arch=`echo $flibs_arch | sed -e 's/-L[ ]//g' -e 's/-L$//g'`

First, there is no reason to suppose that there won't be lots of bad
LD_LIBRARY_PATH environment variables out there.

Second, this can make FLIBS impossibly long, even for me: by FLIBS variable
is about 6 lines long, and it take nab forever to link.

Does anyone have a thought of a better way? Is there institutional memory
of what this used to be, and if we can't make something simpler?

...thx...dac


_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Thu Mar 18 2010 - 17:00:06 PDT
Custom Search