Nicklas Larsson

Results 39 issues of Nicklas Larsson

Configuring with `PCRASTER_BUILD_MULTICORE=ON` fails on Mac ARM machines. ``` -- CPM: adding package fern@0 (cfb1c584aa8b3299cb59506eac354e5260324bcf) CMake Error at /opt/local/var/macports/build/_Users_nilason_ports_gis_pcraster/pcraster/work/build/_deps/fern-src/devbase/cmake/TargetArch.cmake:77 (message): Invalid OS X arch name: arm64 Call Stack (most recent...

The test `modflow_calc_DemoTest` (with PCRaster version 4.4.1) fails on Mac ARM with a crash. Extract from test log file: ``` 239/275 Testing: modflow_calc_DemoTest 239/275 Test: modflow_calc_DemoTest Command: "/opt/local/var/macports/build/_Users_nilason_ports_gis_pcraster/pcraster/work/build/bin/modflow_calc_DemoTest" "--catch_system_errors=no" Directory:...

This adds to the Preferences the possibility to set a flag whether a terminal (shell) should not (if possible) be started with GRASS. Packagers need to implement the reading of...

enhancement
GUI
Python

Fix some memory leaks in `lib/vector/vedit` exposed by static analysis.

vector
C
libraries

Fix some memory leaks in `lib/vector/neta` exposed by static analysis.

vector
C
libraries

Fix some memory leaks in `lib/vector/diglib` exposed by static analysis.

vector
C
libraries

### Introduction This is a proposal for a more consistent and intuitive implementation of dialog button layout and labelling. This issue did surface working on issue #743 and was touch...

enhancement
GUI

#### Description This is an attempt to address the issue raised on [macports-dev](https://lists.macports.org/pipermail/macports-dev/2023-June/045029.html), regarding `proj` ports. - Rename the port `proj` to `proj5`. - Migrate all ports `proj[4-9]` to be...

type: enhancement
maintainer: requires approval

#### Description - Prepare Portfile to migrate `gdal` driver variants to subports - new `gdal-pdf` port - new `gdal-libkml` port ###### Type(s) - [ ] bugfix - [ ] enhancement...

maintainer
maintainer: open

Add support for [bracket comment](https://cmake.org/cmake/help/latest/manual/cmake-language.7.html#bracket-comment) `#[[ .... ]]` introduced with CMake 3. Closes #6