Nicholas Devenish

Results 60 comments of Nicholas Devenish

For me: Intel's DPC++ SYCL compiler. The drivers for the FPGA hardware we are targeting only support Red Hat 7, and the intel toolchain requires an underlying GCC 7.4 to...

> That's a whole row of characters down the tube though Even as an option would be great - jumping around in large codebases I frequently have to open the...

I just had this issue also, silent failure; added the code from @bkreider and got: ``` Uncaught exception: module 'base64' has no attribute 'encodestring' ```

As a hack, maybe, but `size_t` probably shouldn't be used for non-internal-sizing reasons (and many debate that as sensible. IIRC the main problem is that unsigned don't warn when overflowing...

Interesting that debian has ported this. They have an interesting stack of patches. In any case, they seem to have definitely taken the "don't use `SWIG_PYTHON_STRICT_BYTE_CHAR`" approach, which makes the...

It looks like - Compilation is causing warnings - The tests treat *any* output on stderr as an error Therefore the tests are failing. I guess this is one of...

Hi Billy, This fixes the symptom but not the cause, from that log, which is: ``` modules/cctbx_project/libtbx/auto_build/install_conda.py:318: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting...

Ah, I thought cctbx deliberately excluded HDF5 because it wasn't used unless you had XFEL activated. It's good that there is some anticipated flexibility required in the dependencies system; I...

Let me rephrase that; personally I consider a stacktrace to the user to be *our* fault, and that the user shouldn't be expected to recover from it. I encourage everyone...

`--python3` and `--wxpython4` still not working.