I want to wrap a library (hwloc) for Julia. This is working fine. The library defines some C structs that are part of the API. My current approach uses wrapper C functions to access struct elements. Is there a better way?
I thus I need to build this wrapper file as well. I created a SimpleBuild rule for this. However, I need to know the path where BinDeps installed (or found) the header files so that I can compile this file. How do I access this information? -erik -- Erik Schnetter <[email protected]> http://www.perimeterinstitute.ca/personal/eschnetter/
