Casey Ghilardi

Results 12 comments of Casey Ghilardi

Oh cool, I guess this will need to wait for the next release of `oneTBB`. One thing I am not clear on is how it's picking Jemalloc vs TBBalloc? According...

I have no idea what is going on with it not finding `libnabo` on windows, I spent some time poking around with no success. My only guess is something to...

I did not notice the vendored dependencies. I do believe it would be useful to finish #3668 before bringing in `yaml_cpp` as a dependency. The one time I tried using...

So we have `yaml-cpp` `v0.7.0` as a JLL, but apparently there was an API change of some kind around yaml-cpp `v0.5.0`. `libpointmatcher` is still written to the old API, but...

@jianboqi To switch between shared/static library, you can use the `BUILD_SHARED_LIBS` flag when running cmake ``` #static library version - default #will make static library if no option given cmake...

Need some more info, what was the exact `cmake` command you ran?

It sounds like you downloaded the zip file of the repo instead of `git clone` command? Either way it should work fine. I am on `Ubuntu` and just pulled down...

That is strange behavior. As a quick workaround, you should be able to comment that line out in the `src/CMakeLists.txt` like ``` install(TARGETS CSF LIBRARY DESTINATION lib) #install(TARGETS CSF ARCHIVE...

@FavorMylikes Would you be able to test the fix in [this commit](https://github.com/jianboqi/CSF/pull/38/files) and see if that fixes it? I do not have access to a Windows machine currently

That's pretty cool and seems to consistent in spirit with some of the other work using `AffineMaps`. All the work in `JuliaGeometry` seems to be using some form of `StaticArray`...