Re: IlmImf/ImfSystemSpecific.cpp and cpuid
Richard PALO <[email protected]>
| Newsgroups | gmane.comp.video.openexr.devel |
|---|---|
| Message-ID | <[email protected]> |
Le 13/08/14 19:22, Karl Rasche a écrit : > Thanks for the patch; my asm-fu is weak. > > That exr file is at least in github, under OpenEXR/IlmImfTest. Any > chance you're hitting a path issue, or is the file actually missing from > your download? > > karl > Hi, it doesn't seem to be in the tarball... > $ gtar tvfa /export/pub/pkgsrc/distfiles/openexr-2.2.0.tar.gz openexr-2.2.0/IlmImfTest |grep 'exr$' > -rw-rw-r-- 5831/55 3180931 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/comp_none.exr > -rw-rw-r-- 5831/55 1204121 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/comp_piz.exr > -rw-rw-r-- 5831/55 1926494 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/comp_rle.exr > -rw-rw-r-- 5831/55 1180708 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/comp_zip.exr > -rw-rw-r-- 5831/55 1304760 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/comp_zips.exr > -rw-rw-r-- 5831/55 144543 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/lineOrder_decreasing.exr > -rw-rw-r-- 5831/55 144543 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/lineOrder_increasing.exr > -rw-rw-r-- 5831/55 524747 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/test_native1.exr > -rw-rw-r-- 5831/55 1049035 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/test_native2.exr > -rw-rw-r-- 5831/55 30 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/invalid.exr > -rw-rw-r-- 5831/55 480 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/tiled.exr > -rw-rw-r-- 5831/55 523975 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/comp_b44.exr > -rw-rw-r-- 5831/55 1395014 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/comp_b44_piz.exr > -rw-rw-r-- 5831/55 30203 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/v1.7.test.planar.exr > -rw-rw-r-- 5831/55 174523 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/v1.7.test.tiled.exr > -rw-rw-r-- 5831/55 29411 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/v1.7.test.1.exr > -rw-rw-r-- 5831/55 27843 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/v1.7.test.interleaved.exr > -rw-rw-r-- 5831/55 1993 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/invalid_shared_attrs_multipart.exr > -rw-rw-r-- 5831/55 30738 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/tiled_with_scanlineimage_type.exr > -rw-rw-r-- 5831/55 8360 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/scanline_with_tiledimage_type.exr > -rw-rw-r-- 5831/55 30705 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/tiled_with_deepscanline_type.exr > -rw-rw-r-- 5831/55 30702 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/tiled_with_deeptile_type.exr > -rw-rw-r-- 5831/55 8339 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/scanline_with_deepscanline_type.exr > -rw-rw-r-- 5831/55 8336 2014-08-10 02:03 openexr-2.2.0/IlmImfTest/scanline_with_deeptiled_type.exr I do notice it in github though, I'll temporarily add it via files in pkgsrc until the next source code drop... Thanks!