Keith
Keith
As to the FFTW3 config files, it's worth noting that there is a good chance [they may not fully installed](https://github.com/FFTW/fftw3/issues/130). If FFTW was installed using cmake, it appears like only...
The issue is that the `__package__` variable is not getting properly set to `None` per [PEP 366](http://legacy.python.org/dev/peps/pep-0366/). It appears like this is specifically a Python 3 bug because the problem...
Partially. After reviewing the discussion, I realize that my comment is a bit off topic. I ran into a similar issue trying to debug a script that uses relative imports....
I can provide an example usage in [cloudgen](https://github.com/kprussing/cloudgen/tree/feature/python-bindings). I separated the monolithic executable into a thin executable and a shared library. I've since been trying to add Python bindings so...
After a bit more digging (and carefully reading the [CMake documentation on `RPATH`][1]), the correct answer appears to be [using the standard CMake idioms and explicitly setting `RPATH` on installation][so...
Sorry. It's been a busy couple of weeks. @barracuda156 , ~~is this trying to build via the MacPorts mechanism? I did a check and don't see son as available from...
I noticed fson made it into MacPorts after I posted. I hadn't updated MacPorts in a few weeks, but once I did, it was there.
I'm not 100% sure what is going on with the built version of ZOFU. I just tried a handful of times on macOS and had no trouble building. I'm using...
This is probably not a perfect solution. ZOFU itself does not install its find_package script so I had to include a duplicate. However, the find_package script can report false positives....
For anyone who stumbles across this, check out [scons-inkscape](https://github.com/kprussing/scons-inkscape), for a (most likely outdated) first hack at using Inkscape for SVG conversion.