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.
下载地址(HTTP):https://github.com/AcademySoftwareFoundation/Imath/releases/download/v3.2.2/Imath-3.2.2.tar.gz
MD5 校验和:7389e3bb124012e7dbbb99c3b2a5323c
大小:668 KB
预计所需磁盘空间:162 MB(含测试)
预计构建时间: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.1 is not installed.