Laurențiu Nicola
Laurențiu Nicola
You need to either compile or install/download a GDAL version compiled with MinGW (it might be easier to install VS Community, switch to the `stable-msvc` Rust toolchain, then download a...
Just curious, why the `-j1`?
thread 'main' panicked at 'Unable to find libclang: "the `libclang` shared library at C:\\msys64\\mingw64\\bin\\libclang.dll could not be opened: LoadLibraryExW failed"', C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\bindgen-0.59.1\src/lib.rs:2117:31 :confused:
Hi and thanks for the report. While I don't have yet confirmation for this, I believe it's somewhat expected. Those scheduled jobs were added automatically, possibly with a scheduled date...
Just trying to understand this, are you saying that the files are installed during CMake configuration (i.e. when running `cmake path/to/processors`, or that they shouldn't be installed by the resulting...
Got it. The `sen2agri-app` package contains the orchestrator and other applications used in the automated mode. The two changes are: 1. Disabling transparent hugepages; during production we've noticed considerable slowdowns...
Anyway, if you're setting `CMAKE_INSTALL_PREFIX` to something different than `/` or `/usr`, I don't expect these files to cause permission denied errors.
> I understand that second point is related to processors but for the second I didn't understand if it is related to the processors. I assume you meant to say...
If you link GDAL dynamically, do you still need GEOS support at compile-time?
I meant that the build and run-time environment can be different, so feature-detection at compile-time can fail, but the resulting binary can still work (and same in reverse). Especially here,...