-
Hi Dougal,
Thanks for doing this. I'm pretty new to Cython and my C/C++ is from 20 years ago. I'd ideally like to wrap the FLANN C++ code in Cython and then compile it all to a single .so / .pyd fi…
-
We are all looking forward to use this awesome project, since the release of the paper
When trying to build the code we - as a software team - encountered several issues.
However, we could fi…
-
Help with the https://github.com/patrikhuber/eos/issues/68 fix.
ruslo updated
7 years ago
-
### Description of the enhancement or error report
https://www.cs.umd.edu/~mount/ANN/ provides fast exact and approximate nearest neighbor search algorithm implementations. We'd like to add it as a c…
-
Hi,
I cannot compile the current master branch because the flags that are set by cmake are
```
... -std=c++14 -std=c++11 ...
```
I would like to change the order, but I don't know where to…
-
@tgamblin @scheibelp i think it introduced in https://github.com/LLNL/spack/pull/5332
Just saw it on the cluster while reinstalling the root package only
```
$ spack install dealii
==> bzip2 is …
-
# Description
Given a group of scattered points in 3D space (usually provided from a database software package, e.g. RockWorks), a tetrahedral mesh (in the format of legacy ascii based VTK) that does…
-
where is nanoflann.hpp?
-
During the process of renewing the version of my openSUSE package (build in isolated vm with no network and strict minimal bunch of package) PDAL can't be build anymore, at one time in the process the…
-
While studying the nanoflann.hpp I stumbled over a piece of code I don't understand. More specifically the middleSplit_ function and in there following lines (1114-1126):
cutfeat = 0;
for …