Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

sakra/FindMathLink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This CMake module tries to find MathLink for Wolfram Mathematica application.

To run it we need to first say find_package(MathLink 7.0.1) which needs the Mathematica version, 7.0.1 in this case.

This then defines the following:
MathLink_Found
MathLink_INCLUDE_DIRS
MathLink_LIBRARY_DIRS
MathLink_LIBRARIES
as well as the following macro for MathLink_ADD_TM(addtwo.tm) which runs the mprep application on the template file addtwo.tm in this case to produce an addtwo.tm.c file.

This module is inspired by the initial version written by: Jan Woetzel and then Bart Janssen and Roel Jordans.

About

CMake script to create external applications that communicate with Mathematica via MathLink

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 100.0%