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

creusot creusot at cs.york.ac.uk
Wed Mar 16 13:21:51 EDT 2011


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) ?
When will the new module file be available to cmake users?
Is there a clean way to provide the FindArmadillo.cmake file for people 
installing armadillo that are not likely
to update cmake anytime soon? Is hard-copying the file into 
cmakeroot/Modules a good strategy?
Is there an other way to dynamically add a cmake module while installing 
a new software?

Best regards,
Clement.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: FindArmadillo.cmake
Type: text/x-cmake
Size: 5682 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20110316/616e5a64/attachment-0002.bin>


More information about the cmake-developers mailing list