https://github.com/expander/test-findmathematica
https://github.com/expander/test-findmathematica
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/expander/test-findmathematica
- Owner: Expander
- Created: 2020-06-09T18:23:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T18:27:11.000Z (almost 6 years ago)
- Last Synced: 2025-01-12T09:21:49.051Z (about 1 year ago)
- Language: CMake
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Failure on Raspberry Pi 3 (Raspbian, based on Debian buster, 32-bit):
~~~
mkdir build
cd build
cmake ..
~~~
Error message:
~~~
-- The CXX compiler identification is GNU 8.3.0
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Could NOT find Mathematica_MathLink (missing: Mathematica_MathLink_LIBRARY Mathematica_MathLink_INCLUDE_DIR)
-- Could NOT find Mathematica_WolframLibrary (missing: Mathematica_WolframLibrary_LIBRARY) (found version "5")
-- Found Mathematica_JLink: /opt/Wolfram/WolframEngine/12.0/SystemFiles/Links/JLink (found version "4.9.1")
-- Could NOT find Mathematica_MUnit (missing: Mathematica_MUnit_PACKAGE_DIR)
-- Found Mathematica: /opt/Wolfram/WolframEngine/12.0 (found suitable version "12.0.0", minimum required is "8.0")
CMake Error at CMakeLists.txt:9 (Mathematica_ADD_LIBRARY):
Unknown CMake command "Mathematica_ADD_LIBRARY".
-- Configuring incomplete, errors occurred!
See also "/home/pi/packages/test-FindMathematica/build/CMakeFiles/CMakeOutput.log".
~~~