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 MD5 sum: 04d4224cb01712207b85af05a255b6fc
Download size: 116 KB
Estimated disk space required: 4.6 MB
Estimated build time: 0.1 SBU
Install muparser by running the following commands:
mkdir -v build &&
cd       build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      ..                           &&
make
        To test the results, issue: make test.
          Now, as the root user:
        
make install