Re: [eigen] Submitting patch to add pkg-config support |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Submitting patch to add pkg-config support
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 19 May 2009 20:39:04 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=74OsgxTCwMI3gEjlE1/rBr31Pee5Ma4NhWhuhJcVyXA=; b=sOSXbGeKFXsodpX5vOZiYvAwSCm4FXw9fz3b28hiUdOXWBbnltFHYS3XLY9hMPT0c5 i5AfOASdw+oOJyr4SQTzkcL3a2FoNBVeWPgXA4DUM2mqKz99SYGXIqz/qt/fJfOjer2f JAz52CZQItTO8m+UVrNyFWsYRVf2Mnk7kMQWM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=XMBZ5d1k2Yr30OkcYS2o86KLwVLTmzRkRn2Ifrt+ixVVIN7zbVxzknd8bq76AKTBik BcjoxMnTaAfahh4hq4a+s/71EsLqdFJc1Zo9zS7DENkxbyNx0mYQ9aYonwrvcwVIrP1U q/YdAj4BMW8jzQWy1fX1/gcvkXzbU+o816VIs=
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
>