Skip to content

Conversation

@cvvergara
Copy link
Member

@cvvergara cvvergara commented May 31, 2021

Changes proposed on this PR:

  • Pump up version to 2.3.8
  • Minimum cmake version 3.2
  • Removing travis tests
  • Updated FindPQXX to get the version
  • Adding github actions for compilation:
    • Postgres 9.6 to 13
    • libpqxx 6 & 7
  • Minimum Version Postgres 9.6 (supported version at this time)
  • Minimum Version libpqxx 6
  • C++ minimum standard depends on libpqxx
    • For version libpqxx 6: C++14
    • For version libpqxx 7: C++17

Fixes #289, #284

@pgRouting/admins

- Pump up version to 2.3.8
- Removing travis tests
- Updated FindPQXX to get the version
- Adding github actions for compilation:
  - Postgres 9.6 to 13
  - libpqxx 6 & 7
- Minimum Version Postgres 9.6 (supported version at this time)
- Minimum Version libpqxx 6
- C++ minimum standard depends on libpqxx
  - For version libpqxx 6: C++14
  - For version libpqxx 7: C++17
Copy link
Member

@dkastl dkastl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
... and goodbye Travis!

@cvvergara cvvergara requested a review from cayetanobv June 1, 2021 16:41
Copy link
Member

@cayetanobv cayetanobv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cvvergara cvvergara merged commit 27d7ee9 into pgRouting:main Jun 2, 2021
@cvvergara cvvergara deleted the work-for-2.3.8 branch June 2, 2021 03:31
@sanak sanak mentioned this pull request Nov 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2.3.7 compile error osm2pgrouting does not compile with libpqxx v 7.1.1, 7.2.0. Compiles okay with 6.4.7

4 participants