Richard
Richard
Since we got the arm test issues squared away I wonder if we could also see what's going on with s390x. Because there's so much output I won't paste it...
I'm try to do an abi compairison between versio 0.14 and 0.15 but compiling of the headers fails due to windows only headers being installed. It looks like anything with...
``` 23/38 Test #2: PyImath.PyImathNumpyTest_Python3 ........***Failed 0.04 sec Traceback (most recent call last): File "/builddir/build/BUILD/Imath-3.1.5/src/python/PyImathNumpyTest/pyImathNumpyTest.in", line 8, in from imath import * ^^^^^^^^^^^^^^^^^^^ SystemError: type Boost.Python.enum has the Py_TPFLAGS_HAVE_GC flag...
Interestingly the arm 32 bit build passes and all 64 bit platforms pass, but on i686 I get the following: ``` 24/36 Test #20: Imath.testFun ...........................Subprocess aborted***Exception: 0.09 sec Testing...
I'm packaging lpcnet as part of the codec2/freedv implementation for Fedora linux and I was wondering what the likelihood of getting support for ppc64le? I'm not sure if enabling vsx...
Arch specific files (shared libraries in this case) do not get installed into `/usr/share` which is for non-arch data only. This is per the FHS specification: https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard#Directory_structure For 32-bit libraries...
I noticed there hasn't been a release since 2015...
I assume this should be pretty easy to address? It's currently a warning but warnings often become errors in newer versions of gcc. ``` /builddir/build/BUILD/Imath-3.1.8/src/python/PyImath/PyImathFixedVArray.cpp: In member function '__ct_base ':...
The cmake configuration checks for git even when cmake is executed from a versioned source download. Cmake needs to be adjusted to skip this check in this case. Error: ```...
I am working on updating the Fedora package but for packaging purposes everything is installed into a BUILDROOT and installation is done as a normal user which works for the...