Re: CMake module for Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg114562] Re: CMake module for Mathematica
- From: Luis <lgmendes at gmail.com>
- Date: Wed, 8 Dec 2010 06:39:10 -0500 (EST)
- References: <idhjaa$9c4$1@smc.vnet.net>
On Dec 6, 2:55 am, Sascha Kratky <skra... at gmail.com> wrote: > Announcing: CMake module that finds a Mathematica installation and > provides CMake functions for Mathematica's C/C++ interface. > > Features: > * Works with Windows, Linux and Mac OS X versions of Mathematica. > * Finds Mathematica versions from 5.2 to 8.0. > * Finds include directories and libraries for MathLink. > * Finds include directories and libraries for LibraryLink (Mathematica > 8 only). > * Provides exact version information for Mathematica, MathLink and > LibraryLink. > * Allows for running Mathematica code during CMake configure or build > time. > * Allows for running Mathematica code as a pre-link, pre-build or post- > build action. > * Allows for running Mathematica code in CMake test targets. > * Supports generating C code from MathLink template files using mprep. > * Supports building dynamic libraries loadable with LibraryLink > (Mathematica 8 only). > * Supports generating stand-alone C code from Mathematica code with > CCodeGenerator (Mathematica 8 only). > * Provides CMake interface to Mathematica's Splice function. > * Fully leverages CMake's cross-compiling support. > > For more information seehttps://github.com/sakra/FindMathematica > > Sascha Kratky Fantastic! Have you try to link Mathematica with ITK code? (call ITK (http://www.itk.org/) code in Mathematica)