Imath is a C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/AcademySoftwareFoundation/Imath/releases/download/v3.2.3/Imath-3.2.3.tar.gz
Download MD5 sum: f0eb8cac291a7500cdffdddf504edc07
Download size: 672 KB
Estimated disk space required: 161 MB (with tests)
Estimated build time: 1.2 SBU (Using parallelism=4; with tests)
Install Imath by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D PYTHON=ON \
.. &&
make
To test the results, issue: make test.
Now, as the root user:
make install
-D PYTHON=ON: This option
enables building the Python modules. It can be disabled if
NumPy-2.5.2 is not installed.