File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 4.1.0 (2025-01-25)
2+
3+ * Wolfram App 14.2 compatibility
4+ * Wolfram App 14.1 compatibility
5+ * raise the minimum required CMake version to 3.10
6+ * remove broken macOS LaunchServices database search
7+
18## 4.0.0 (2024-01-10)
29
310* * Mathematica* 14.0 compatibility
Original file line number Diff line number Diff line change 1- Copyright (c) 2010-2024 Sascha Kratky
1+ Copyright (c) 2010-2025 Sascha Kratky
22
33Permission is hereby granted, free of charge, to any person
44obtaining a copy of this software and associated documentation
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ command:
5555
5656The FindMathematica module will look for a Wolfram Language installation in the default installation
5757location of the used platform. Under Windows, it will also use installation locations from the
58- Windows Registry. Under macOS, it will also query the Launch Services database.
58+ Windows Registry.
5959
6060By default, FindMathematica will return the newest Wolfram Language installation it can find.
6161To find a minimum version of Wolfram Language, run the ` find_package ` command with a version
Original file line number Diff line number Diff line change 88--------
99
1010* Works with Windows, Linux and OS X versions of the [ Wolfram Language] [ wlang ] .
11- * Supports Wolfram Language versions from 5.2 to 14.0 .
12- * Supports Wolfram Language implementations [ Wolfram Mathematica] [ wmma ] ,
11+ * Supports Wolfram Language versions from 5.2 to 14.2 .
12+ * Supports Wolfram Language implementations [ Wolfram App ] [ wmma ] , [ Wolfram Mathematica] [ wmma ] ,
1313 [ Wolfram|One] [ wone ] , [ Wolfram Engine] [ weng ] and [ Wolfram gridMathematica] [ wgrid ] .
1414* Finds include directories and libraries for [ LibraryLink] [ wll ] (version 8 or later).
1515* Finds include directories and libraries for [ WSTP] [ wstp ] (version 10 or later).
You can’t perform that action at this time.
0 commit comments