Alien-proj
view release on metacpan or search on metacpan
Revision history for Alien::proj
1.31 2025-10-24
- Fix rpath specification in share builds.
1.30 2024-12-04
- Ensure Alien::sqlite system aliens are not passed to Plugin::SearchDeps.
This was missed in the previous release.
1.29 2024-10-24
- Use Alien::Build::Plugin::Build::SearchDep only for shared aliens.
This should avoid issues with system libs overriding shared aliens
in later compilations.
1.28 2024-10-23
- Set minimum Proj version to 7.1. This is needed for PDL.
1.27 2023-09-25
- Share builds: fix linking of system libtiff,
probably caused by a CMake change in Proj.
1.26 2023-09-25
- Share builds: add bin dirs to PATH on Windows
1.25 2022-11-26
- Share builds: use https for downloads
- Noisier tests for debug purposes
1.24 2022-03-30
- Fix dependency versions in Makefile.PL
1.23 2022-03-27
- Share builds: Set rpath in resulting binaries
- Disable global setting of $ENV{{DY}LD_LIBRARY_PATH}
as it did not work and the rpath change is a better fix.
1.22 2022-03-22
- Add shared alien dependency lib dirs to $ENV{{DY}LD_LIBRARY_PATH}
so upstream FFI and aliens will work. This is set globally
so other approaches welcome.
1.21 2022-03-21
- fix argument spelling in alienfile, otherwise share
builds get mixed system and shared libs from deps
- Probe for GIS Internals builds on Windows. If found then run a system install.
1.20 2022-03-04
- Shared builds: avoid windows path separator issues
- alienfile: minor refactor
1.19 2022-03-04
- Shared builds: use FFI::CheckLib to find libs for sqlite3, tiff and curl
1.18 2022-03-03
- Shared builds: Pass sqlite3 config args when using Alien::sqlite
1.17 2022-03-02
- Switch share build system to cmake as autotools is not
supported from v9.0
1.16 2021-12-13
- Support perls back to 5.10, @mohawk2++
1.15 2020-09-05
- Add Alien::Build::Plugin::PkgConfig::PPWrapper
to more places in Makefile.pl
1.14 2020-09-04
- share installs
- use Alien::Build::Plugin::PkgConfig::PPWrapper
- explicitly set $ENV{TIFF_LIBS} to avoid build failures
- Avoid proj 7.1.0 under windows due to known build failures
- Makefile.PL: Bump minimum Alien::curl version to 0.08
1.13 2020-05-31
- Disable clean_install option in Makefile.PL due to
possible timing issues with parallel make deleting
newly installed files.
1.12 2020-05-29
- Die in alienfile if downloaded proj version is less
than the minimum required. This could occur if
Alien::Build::Fetch::Cache is in use.
- Change utility test to use cs2cs instead of projinfo.
1.11 2020-05-25
- Mark utility test as todo if projinfo is not installed,
( run in 1.709 second using v1.01-cache-2.11-cpan-02777c243ea )