Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#31662 closed Bug (fixed)

Add detection for GDAL 3.0 and 3.1 libraries on Windows

Reported by: David Smith Owned by: David Smith
Component: GIS Version: 3.1
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I've been having a go at following the gis install process for windows (it needs to be updated).

However, I ran into an issue. Having installed the 64bit version of current software (python, postgres etc) OSGeo4W installed GDAL 3.0.4, released 2020/01/28 with gdal300.dll. I thought I had installed the wrong version but I saw that #30678 added support for GDAL 3.

I added gdal300 to lib_names in libgdal.py and was then able to run the migration as explained in tutorial from the Django docs.

I was unsure about the *nix if that needed updating also?

Change History (5)

comment:1 by David Smith, 4 years ago

comment:2 by Tim Graham, 4 years ago

Has patch: set
Patch needs improvement: set
Severity: NormalRelease blocker
Summary: GDAL version 3 does not workAdd detection for GDAL 3.0 and 3.1 libraries on Windows
Triage Stage: UnreviewedAccepted
Type: UncategorizedBug
Version: master3.1

GDAL 3.1 should be added as well (it was also added referencing #30678).

When adding these in the past, I've made similar additions under the posix section so please do that also unless something knows they aren't needed.

comment:3 by David Smith, 4 years ago

Owner: changed from nobody to David Smith
Patch needs improvement: unset
Status: newassigned

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 4652f1f0:

Fixed #31662 -- Added detection for GDAL 3.0 and 3.1 on Windows.

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In 1ac45e61:

[3.1.x] Fixed #31662 -- Added detection for GDAL 3.0 and 3.1 on Windows.

Backport of 4652f1f0aa459a7b980441d629648707c32e36bf from master

Note: See TracTickets for help on using tickets.
Back to Top