The muparser package is a fast math parser library for C and C++.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://github.com/beltoforion/muparser/archive/v2.3.5/muparser-2.3.5.tar.gz
Download SHA256 Sum: 20b43cc68c655665db83711906f01b20c51909368973116dfc8d7b3c4ddb5dd4
Download MD5 sum: 04d4224cb01712207b85af05a255b6fc
Download size: 526.8 KB
Estimated disk space required: 3,249.3 KB
Estimated build time: less than 0.5 SBU
Prepare muparser by running the following commands:
cmake -B build \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Releasecmake --build build
To test the results, issue:
cd build make test cd ../
Now Install the package, as the root user:
cmake --install build