What environment variables I should specify to let ABySS know a third party library?

7 views
Skip to first unread message

Qiyuan Qiu

unread,
Jul 11, 2014, 5:20:41 PM7/11/14
to abyss...@googlegroups.com
Dear all, 

According to the help in ./configure of ABySS-1.5.1, one can specify environment variables.
For instance, the default CFLAGS used by ./configure is "-O2 -g". If one were to use gprof, he needs to use the following command to specify the CFLAGS. 
./configure CFLAGS="-pg -O2 -g"
Then compile the source code, we can get executable files that knows how to generate gprof output. 

My questions is, what environmental variables I should specify if I were to use a library called mpiP?
Should I set LIBS or LDFLAGS maybe?

Thank you for you time,
Qiyuan Qiu

Tony Raymond

unread,
Jul 14, 2014, 6:29:25 PM7/14/14
to Qiyuan Qiu, abyss...@googlegroups.com
Hi Qiyuan,

I haven't tried compiling ABySS with mpiP. You could try configuring with these (flags taken from here http://mpip.sourceforge.net/#Using):
./configure LDFLAGS=-L${mpiP_root}/lib LIBS="-lmpiP -lm -lbfd -liberty -lunwind"

Cheers,
Tony
--
You received this message because you are subscribed to the Google Groups "ABySS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to abyss-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages