[cmake-developers] New Cmake module - Armadillo C++

Alexander Neundorf neundorf at kde.org
Fri Mar 18 12:28:20 EDT 2011


On Thursday 17 March 2011, creusot wrote:
> Hi Alex,
>
> Thanks for your help.
> I have changed the FindArmadillo.cmake file using your comments.
> The file is attached to this email.
> I also modified Armadillo installation. A new ArmadilloConfig.cmake file
> is installed in ${INSTALL_DATA_DIR}/Armadillo/cmake/. It works well,
> thanks for the tips.
>
> Clement.
>
> On 16/03/11 19:16, Alexander Neundorf wrote:
> > Hi Clement,
> >
> > On Wednesday 16 March 2011, creusot wrote:
> >> Hi everybody,
> >> I would like to propose a new cmake module for the Armadillo C++
> >> library. http://arma.sourceforge.net/
> >> This library provides fast linear algebra methods with an interface very
> >> similar to octave code:
> >>      colvec x = solve(A,b);
> >>      colvec x = inv(trans(A)*A)*trans(A)*b ;
> >> I have attached the FindArmadillo.cmake file to this email.
> >> I propose myself as Module maintainer for Armadillo C++.
> >> My details: Clement Creusot (creusot at cs.york.ac.uk)
> >>
> >> Can you tell me if I need to do other steps (in addition to sending this
> >> email) ?
> >
> > Here you can find more information, please follow the links there:
> > http://www.vtk.org/Wiki/CMake:Module_Maintainers

IMO technically the attached file looks good now.
Now please follow the steps described in the link above to become a cmake 
module maintainer.

Thanks for your contribution
Alex


Alex



More information about the cmake-developers mailing list