The libqalculate package contains a library that provides functions for a multi-purpose calculator.
This package is known to build and work properly using an LFS 12.2 platform.
Download (HTTP): https://github.com/Qalculate/libqalculate/releases/download/v5.2.0/libqalculate-5.2.0.tar.gz
Download MD5 sum: d378112794a24d6af1092e0c25f0ff97
Download size: 2.6 MB
Estimated disk space required: 156 MB (with tests)
Estimated build time: 0.9 SBU (With tests; both using parallelism=8)
cURL-8.9.1, ICU-75.1, and libxml2-2.13.3
Install libqalculate by running the following commands:
./configure --prefix=/usr    \
            --disable-static \
            --docdir=/usr/share/doc/libqalculate-5.2.0 &&
make
        To test the results, issue: make check.
          Now, as the root user:
        
make install
          The libtool archive file from this package is referring to the
          libraries from ICU-75.1. Such a reference may cause packages
          depending on this package to be unnecessary linked against the ICU
          libraries and increase the burden to rebuild packages if ICU is
          updated to a new major version. As we've explained in Libtool archive (.la)
          files, these libtool archive files are unneeded anyway. So as
          the root user, remove the libtool
          archive file now:
        
rm -v /usr/lib/libqalculate.la
          --disable-static: This
          switch prevents installation of static versions of the libraries.