Alien-gdal
view release on metacpan or search on metacpan
1.42 2025-07-25
- MacOS: Disable some dependencies for share builds under Homebrew.
These cause build failures.
1.41 2025-07-04
- No functional changes. Only difference is that
the release is packaged on Windows to avoid
pulling in Alien::patchelf on systems that don't
need it. It depends on Alien::m4 which currently
has build failures.
1.40 2025-07-03
- Fall back to reading the gdal.pc if version is non-numeric.
This can happen when the pkg-config utility does not parse
variables in the gdal.pc file.
1.39 2024-11-04
- Share builds:
- Use Alien::Build::Plugin::Build::SearchDep only for shared aliens.
- This should avoid issues with system libs overriding shared aliens
in downstream compilations.
1.38 2024-10-15
- Share builds:
- Use the internal libgeotiff
- Disable Java bindings for faster builds
- Disable use of system libspatialite if Alien::proj is a share build.
This sidesteps seg faults due to use of two libproj instances.
- Tweaks to the build system.
1.37 2024-05-28
- More effective search for the data dir for system installs using homebrew
1.36 2022-11-28
- Unices: fix rpath check for lib, lib64 and lib32
1.35 2022-11-05
- Skip cflags and libs tests when upstream aliens are system installs
1.34 2022-09-19
- production release identical to 1.33_001
1.33_001 2022-09-15
- share builds
- move build system to Cmake (autotools will be removed in GDAL 3.6)
- fix logic for lib64 searches
- use https for download
1.32 2022-08-30
- share builds: handle shared Proj and GEOS that use lib64 instead of lib
1.31 2022-08-17
- share builds: rework rpath updates on unices
as the changes were being overridden before install
1.30 2022-04-13
- share builds: update rpaths of libgdal dylibs on macs
1.29 2022-04-02
- share builds: update rpaths of binaries on unix operating systems
so dependent .so files are found
- alienfile: remove patching code related to GDAL 2.x
1.28 2022-03-19
- share builds config: explicitly set optimisation flags
1.27 2022-01-31
- Fix shared builds when spatialite is enabled
- Add Geos lib dir to $ENV{LD_LIBRARY_PATH} on any non-windows system,
not just bsd.
1.26 2021-09-15
- alienfile: Add Geos lib dir to $ENV{LD_LIBRARY_PATH} to allow configure to pass
on non-Windows OSes for GDAL >=3.3.
1.25 2021-09-11
- Disable more drivers by default so as not to exceed the linker limits on windows.
1.24 2021-05-11
- Trim dangling -L in LDFLAGS for share installs on Windows.
Possibly affect(s|ed) other OSes.
1.23 2020-09-05
- Add Alien::Build::Plugin::PkgConfig::PPWrapper
to more places in Makefile.pl
1.22 2020-09-04
- Share builds:
- disable OGDI and mongocxxv3 due to build failures
- use Alien::Build::Plugin::PkgConfig::PPWrapper
1.21 20200107
- Share builds:
- Update makefile for long lines only on GDAL < 3.1.1,
as 3.1.1 has been patched.
- Existing install files will be re-used instead of rebuilt
if they satisfy the minimum version and
$ENV{ALIEN_SHARE_RECYCLE} is set to a true value.
1.20 20200602
- Share builds:
- Modify make steps to exit on first failure.
- Disable the OpenJPEG driver on CPAN testers.
Some GDAL configuration or packaging
issue is causing failures on BSDs.
- Apply fix for long makefile lines on all platforms.
This is harmless on those that have no line limits,
and is version guarded to GDAL<3.2.
1.19 2020-05-31 22:00 AEST
- Re-enable optional drivers on CPAN testers.
Interdependencies between drivers mean this
can cause build failures.
1.18 2020-05-31
- Add run_utility method
- Add --with-local arg to dragonfly builds
- Bump minimum Alien::proj to 1.13. As a result,
the minimum Proj version is now 6.1, so the
minimum GDAL version is 3.0.
( run in 1.360 second using v1.01-cache-2.11-cpan-39bf76dae61 )