Casey Ghilardi
Casey Ghilardi
Hello, this PR adds a `WITH_TESTS` option to allow a user to specify if they want the unit test executable compiled or not. The option is `ON` (build the tests)...
This PR adds a `build_tarballs.jl` for the [OpenVDB](https://github.com/AcademySoftwareFoundation/openvdb) library. working on `x86_64-linux-gnu`, not sure if this is going to work on `musl` due to pthreads things?
In the current CMake configuration, `AsmJit` is assumed to be a source dependency and is included from the[`mathpresso` CMakeLists.txt.](https://github.com/kobalicek/mathpresso/blob/master/CMakeLists.txt#L56) Once included, `AsmJit` gets statically compiled with the default CMake flags....
This PR adds a `build_tarballs.jl` for the [libpointmatcher](https://github.com/ethz-asl/libpointmatcher) library. While the repo does have releases listed, the latest release is a few hundred commits behind `master` and I had trouble...
This pull request adds a `if/else` branch for compiler options. From https://cmake.org/cmake/help/latest/command/add_compile_options.html#example should fix #36 ?
I ran into this trying to port some code that happen to use `--noTrustHeaders` up to entwine `2.2.0` MWE: ``` #conda create --name entwine-220-env #conda activate entwine-220-env #conda install -y...
add APR
This PR adds a `build_tarballs.jl` script for the [Apache Portable Runtime (APR)](http://apr.apache.org/) project. As far as I can tell, `APR-util` was once a source dependency but has been merged into...
I was messing around and ran into a situation where I wanted to get the scaled and offset float point cloud to use with `NearestNeighbors.jl`. I can use the the...
I saw there is a `spatialindex` branch with one commit and was curious what the background/status of that branch is? I asked about it on Slack a while back but...
I wasn't sure if this is appropriate here or a different package, but wanted to start somewhere. Sometimes when I am filtering a point cloud I don't want the surface...