-
-
Notifications
You must be signed in to change notification settings - Fork 370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Boost min version to 1.56 #1850
Comments
👋 just heads up, due to the boost compatibility issue, I have closed the pgrouting 3.1.2 upgrade in the homebrew side. |
@chenrui333 @dkastl @cvvergara (CC: @chenrui333)
|
yeah, the licensing thing is based on my interpretation with the license header declarations. |
@sanak regarding closing the PR (I am not quite sure what would be the boost library that I can use with for pgrouting 3.1.2) |
@chenrui333
The fix was already merged, so we can build it without changes by |
yeah, I can give a try with |
|
Changes done:
|
* [ci] Add GitHub Actions release script * Update Sphinx version in requirements.txt * Update NEWS, release_notes and notes2news * Fetching and rebasing before push * Revert "Update Sphinx version in requirements.txt" This reverts commit afe4a8a. * Added Sphinx and sphinx-bootstrap-theme in yml file * Change #1825 to #1850 in release_notes
3.1.3 works for me and merged in Homebrew/homebrew-core#69644 |
Problem
Code from boost had to be ported to pgRouting repository here
Improvement
As the continuation of #1817 (which is porting the changes from #1831)
For 3.2:
Change Boost min version to 1.56
If a Boost version 1.X does not have provide the requirements of a pgRouting function
pgr_foo
then:pgr_foo
SQL code needs to return an error message stating which minimum version of Boost is needed to workWhile Boost min version is less than 1.75
TODO (what I can think as global things at this moment in time)
The text was updated successfully, but these errors were encountered: