Huidae Cho
Huidae Cho
> > So `nprocs=-1` means `max_threads_on_device` not `max_threads_on_device - 1`? I would say counterintuitive. We need to handle this GRASS-wide, not module by module. This is my suggestion: > >...
> > So `nprocs=-1` means `max_threads_on_device` not `max_threads_on_device - 1`? I would say counterintuitive. We need to handle this GRASS-wide, not module by module. This is my suggestion: > >...
I believe so. I can merge and force-push it to Weblate?
This issue is a combination of #3504 (base map redrawing) and #3505 (aspect ratio).
# Known Issues for Windows * Doesn't build `-DWITH_OPENGL=ON` (default) * Getting many of these CMake warnings ``` CMake Warning (dev) at gui/wxpython/docs/CMakeLists.txt:14 (add_custom_command): The following keywords are not supported...
> now tested the how-to locally on windows. > > some minor comments to the how-to: > > while at _Start Developer Command Prompt for VS 2022_ : > >...
> getting many warnings in a windows test build, like, e.g. > > ``` > CMake Warning (dev) at cmake/modules/build_gui_in_subdir.cmake:90 (add_custom_command): > COMMENT requires exactly one argument, but multiple values...
> > Please test binaries. Do they work properly? > > how can I test the binaries? For now, `g.gui` doesn't work, but you can still run binaries from `cmd`...
I've tried GCC's `-fcommon` flag, but it only worked for the classic and image drivers. It failed for CESM.
The second `0` in https://github.com/OSGeo/grass/blob/827f9889ea26ac84b7910ad944312a215b79ada7/display/d.rast.num/main.c#L235 means don't _adjust the destination coordinate system to preserve the aspect ratio._ https://github.com/OSGeo/grass/blob/827f9889ea26ac84b7910ad944312a215b79ada7/lib/display/setup.c#L97-L114 However, setting that argument to `0` only works for the `-a` flag...