Installing postgis_sfcgal extension version >= 1.4, ideally based on the latest stable CGAL release (5.5.1) #335
                  
                    
                      swiss-knight
                    
                  
                
                  started this conversation in
                Ideas
              
            Replies: 1 comment
-
| I have created an alternative solution: | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm wondering if it would be possible to release a Docker image on the hub based on Debian sid (testing) / or the latest Ubuntu (22.04) / or to embed the latest
libboost,libcgal-devandlibsfcgal1libraries? Especially for testing the latest PostGIS version.Why I'm asking?
It's simply for being able to install the
postgis_sfcgalextension in its version 1.4+ (based on CGAL/BOOST).Because currently, on Debian bullseye,
libsfcgal1is only available in version 1.3.9 (https://packages.debian.org/bullseye/libsfcgal1) which makes thepostgis_sfcgalextension one of the two extensions that are older on Debian than when PostGIS is installed on a native Ubuntu 22.04 OS:Native Ubuntu 22.04.1 (jammy)
Debian 11 (latest official PG15/PostGIS3.3 docker hub image)
On the other hand,
libsfcgal11.4.1-5 is available on sid: https://packages.debian.org/sid/libsfcgal1See also: https://dba.stackexchange.com/q/321368
Related PR: #336
Thank you for your support and for making PostGIS available in Docker!
Warm Regards.
Beta Was this translation helpful? Give feedback.
All reactions