-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release 2.1.3 broken : inconsitent laz-perf version 2.1 or 3.0 #81
Comments
Hi @julienlau, I just tested copc-lib v2.1.3 and lazperf commit 4819611 and had no issues. Since you got the main branch to compile just roll with that one, it will be its own release very soon. |
Sorry for the confusion with the lazperf dependency. For a while, laz-perf was not released with the changes needed for copc, so it had to be built from source. We have now released version 2.2.0, which is compatible with the latest laz-perf version v3.0.0. Please let me know if that solves your issue! |
@leo-stan I did not try with lazperf commit 4819611, but it works with laz-perf 3.0 + copc-lib master branch |
Hi, please look at our release v2.2.0, it should solve your problem. |
Just found out what the issue was, an inconsistent requirement in CMakeLists.txt. Fixed with #84. |
Hi,
thanks for sharing this work
when building the last release of this copc-lib (2.1.3) the Readme says that laz-perf>= commit 4819611 is a pre-requisite
Current master README says : laz-perf>=3.0.0 is a pre-requisite
However when building with env :
export LAZPERF_DIR=/home/opt/laz-perf-3.0.0/build/CMakeFiles/Export/lib/cmake/LAZPERF
I get an error saying that I should use LAZPERF 2.1.0
When I try to build with laz-perf 2.1 the configure step is ok, but I got error at compile time:
When I try to build with laz-perf 3.0 the configure step is ok, but I got error at compile time:
When I try to build copc-lib master branch with laz-perf 3.0 the configure step is OK, and compilation is OK.
The text was updated successfully, but these errors were encountered: