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

John Forrest john.forrest at fastercoin.com
Tue Mar 1 04:22:28 EST 2011


It should work - I have used that approach for one application.

You may find make complains about missing configuration header files.
If you have done ../configure and make install in Clp/xxxxxx you will be
able to find missing header files in directories under Clp/xxxxxx.

John Forrest

On Mon, 2011-02-28 at 12:18 -0500, Sapan Jot wrote:
> 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
> _______________________________________________
> Clp mailing list
> Clp at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/clp





More information about the Clp mailing list