[Clp] Need shared object (lib) for Clp for R Package

Sapan Jot jots at vcu.edu
Mon Feb 28 12:18:18 EST 2011


Hi All,
           We are trying to create a package for R. The code is written in C
and needs Clp to solve LPs. We are able to use C wrapper for Clp while
running our code on our system with Clp installed on it. However, to create
a package we need Clp in the package which means we are trying to compile
two things in one go and we are stumbling upon how to make it work without
using a Makefile since R prefers having only a single Makefile.

So, I guess the question is:  can we just put the source from Clp, etc. in
our src folder and compile all our code with Clp directly (without building
libraries first)?

Thanks,
Sapan Jot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/clp/attachments/20110228/04b7b2bd/attachment.html>


More information about the Clp mailing list