8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
13 owner = "AcademySoftwareFoundation";
16 sha256 = "sha256-r4FNyNsWdmpZrHOpSvaSUWRYhAU+qnW4lE5uYPKn7Mw=";
19 nativeBuildInputs = [ cmake ];
22 description = "Imath is a C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics";
23 homepage = "https://github.com/AcademySoftwareFoundation/Imath";
24 license = licenses.bsd3;
25 maintainers = with maintainers; [ paperdigits ];
26 platforms = platforms.all;