Skip to content

Releases: sakra/FindMathematica

3.1.1

21 Apr 18:48

Choose a tag to compare

  • fix Mathematica 10.1 compatibility issues
  • do not use broken -script option for Mathematica earlier than 10.0
  • add variables Mathematica_LibraryLink_PACKAGE_FILE and Mathematica_LibraryLink_PACKAGE_DIR
  • copy standard examples to binary directory instead of source directory
  • add CMake tests for new LibraryLink examples

3.1.0

06 Apr 13:45

Choose a tag to compare

  • add compatibility with Mathematica 10.1
  • fix CMake 3.2 compatibility issues
  • require at least CMake 2.8.12
  • remove obsolete code required for CMake versions older than 2.8.12
  • prefer modern executable names (i.e., wolfram.exe) over classic ones (i.e., math.exe)
  • add parameter LINK_MODE to some functions (see manual)
  • manual updates

v3.0.3

11 Feb 19:17

Choose a tag to compare

  • work around cmd.exe command line length limit when running Mathematica code
  • fix cmd.exe command line quoting issues
  • fix for running MUnit tests
  • more robust cache cleaning of invalid WSTP related variables
  • print message when DocumentationBuild package is not installed