Re: [eigen] Submitting patch to add pkg-config support

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


This is currently inside a

if(EIGEN_BUILD_PKGCONFIG)

we should either
- remove that if(), i.e. make it always happen
or
- add a option() entry for it (like for EIGEN_BUILD_... options)

Opinions?

Benoit

2009/5/19 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> Thanks, patch applied!
>
> To all: the beauty of HG is that i didn't even have to write a commit message!!
>
> 2009/5/19 Rhys Ulerich <rhys.ulerich@xxxxxxxxx>:
>> (Second attempt-- sorry if a duplicate)
>>
>> Attached is an 'hg export' patch that adds pkg-config support against
>> trunk.  On a non-WIN32 system this installs lib/pkgconfig/eigen2.pc
>> alongside the include/eigen2/... headers.  The motivation for the
>> patch is that installing the pkgconfig file allows autoconf users to
>> easily see if Eigen is installed using the PKG_CHECK_MODULES macro.
>>
>> Please double check me on the CMake details-- I've not used it before.
>>
>> - Rhys
>>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/