Aaron Bray

Results 23 comments of Aaron Bray

I created a project that reproduces the issue here https://github.com/aaron-bray/scikit-build/tree/676-cython-subdirectories/tests/samples/issue-676-cython-subdirectories

After experimenting with the associated test for this issue, instead of modifying [the version script](https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_node/ld_25.html), we can instead disable the execution of version script and the `PyInit_` entry point is...

I belive this is now working. We have [a static `get_map` method](https://github.com/jcfr/scikit-build/blob/668-do-not-override-cpp-symbols-visibility/tests/samples/issue-668-symbol-visibility/hello/_hello.cxx#L20) we would like to export as GLOBAL (so there is one instance in our library). By default, scikit-build...

Ok, maybe I hijacked a variable I should not have

I agree I am looking at taking it out. The next issue is going to be how to tell fletch users what cuda was used by fletch I also used...

Ok, I will add those On Wed, Oct 4, 2017 at 9:57 AM, David Stoup wrote: > The FindCUDA module defines the following... > > > # CUDA_VERSION_MAJOR -- The...

Ok, I will grab CUDA 9.0 and see how different versions work together, and make sure kwiver see's what I fletch is using On Wed, Oct 4, 2017 at 10:00...

Do you think we should explicitly set version like this? set(CUDA_VERSION_MAJOR ${CUDA_VERSION_MAJOR}) I think its handy to know what cuda version was used by fletch, but client programs are still...

I like the fletch_ prefix Are you ok with having the CUDA_TOOLKIT_ROOT_DIR in the fletch config (As named) that allows users to do a find_package(CUDA) no version and still get...

I have built it with the latest msvc 2017 several times now On Mon, Oct 1, 2018, 4:50 PM Taylor J. Cook wrote: > According to that link, the build...