Nick Porcino
Nick Porcino
Thanks for checking! The underscore/no underscore business is concerning.
On the question of nuget documentation, I'm wondering if you might be able to propose an amendment to the readme? On the collaboration thought, I'd suggest taking the question to...
The steps outlined in #505 should be validated, and documented. As the OP's github account has been closed are there any nuget users able to validate the nuget build steps?
Thanks for noting that. I've opened an issue at vcpkg, as it doesn't seem like they're aware of the problem yet.
If I'm not mistaken, the version of openexr in pip is 1.3.2. (https://pypi.org/project/OpenEXR/#history) OpenEXR 1.3.2 is from 2006. I would recommend avoiding using pip to install openexr, as that version...
Actually I misunderstood completely. I thought that the openexr python package in pip would be the python bindings that are a distribution of the python bindings for IlmBase which are...
FWIW, using the gcc demangler, we can find out that the missing symbol in question is: ``` Imf_2_3::TypedAttribute::writeValueTo(Imf_2_3::OStream&, int) const ```
@chenrui333 The homebrew org is here - https://github.com/Homebrew ~ I'm not sure how to report an issue to the homebrew team, but it seems like an issue with their formula...
I haven't got time to dive into this, but is this a historical preservation effort? Or am I misunderstanding that s390x is the last of the old 360 mainframes? If...
Thanks for that explanation! I had no idea :) One more question, did OpenEXR work on s390x until recently, and then broke, or has it always failed?