<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"MS Gothic";
        panose-1:2 11 6 9 7 2 5 8 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
        {font-family:"\@MS Gothic";
        panose-1:2 11 6 9 7 2 5 8 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Yah I think CGAL 5.x switched to header only code.  Made me really confused when I first looked at it because I was expecting after a compile I’d have a couple of libraries, but all I got were a bunch of header files so I thought I did something wrong.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>SCGAL needed to make a lot of changes to get theirs to work with CGAL 5.x.  <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><a href="https://gitlab.com/Oslandia/SFCGAL/-/issues/234">https://gitlab.com/Oslandia/SFCGAL/-/issues/234</a><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Moving forward though I think it’s a good thing and now I have no CGAL library dependency anymore when I build SFCGAL.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>I suspect they did that so they wouldn’t have packagers screaming at them all the time when they broke a ton of packages because of their changes.  Now everything is baked into the applications that they need.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p> </o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'><div><div style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'>From:</span></b><span style='font-size:11.0pt;font-family:"Calibri",sans-serif'> pgrouting-dev [mailto:pgrouting-dev-bounces@lists.osgeo.org] <b>On Behalf Of </b>Vicky Vergara<br><b>Sent:</b> Monday, October 5, 2020 2:28 PM<br><b>To:</b> pgRouting developers mailing list <pgrouting-dev@lists.osgeo.org><br><b>Subject:</b> Re: [pgrouting-dev] MOTION 2: Stop 2.x series support<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'>Hello all,<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'><br>Based on Nagase San comment, I was looking around, and as you can see here:<br><a href="https://doc.cgal.org/latest/Manual/installation.html#installation_configwithcmake">https://doc.cgal.org/latest/Manual/installation.html#installation_configwithcmake</a><o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'>CGAL starting from 5.0 works differently of what pgRouting 2.x is configured to work.<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'>I was looking around and starting from focal, CGAL is 5.x<o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-family:"Arial",sans-serif'>So keep the 2.x series with the new CGAL changes, that might need a lot of work.<o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-family:"Arial",sans-serif'>Regards<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'><o:p> </o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'><o:p> </o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'><o:p> </o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'><o:p> </o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'><o:p> </o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'><o:p> </o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'><o:p> </o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'><o:p> </o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'><o:p> </o:p></span></p></div><div><p class=MsoNormal><span style='font-family:"Arial",sans-serif'><o:p> </o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><div><p class=MsoNormal>On Sat, Oct 3, 2020 at 8:33 PM Ko Nagase <<a href="mailto:nagase@georepublic.co.jp">nagase@georepublic.co.jp</a>> wrote:<o:p></o:p></p></div><blockquote style='border:none;border-left:solid #CCCCCC 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in'><p class=MsoNormal>Hi Vicky, list,<br><br>The motion itself is okay for me, but about its application timing,<br>I prefer that after fixing the following 3.x alphaShape issues is better.<br><br>- <a href="https://github.com/pgRouting/pgrouting/issues/1345" target="_blank">https://github.com/pgRouting/pgrouting/issues/1345</a><br>- <a href="https://github.com/pgRouting/pgrouting/issues/1603" target="_blank">https://github.com/pgRouting/pgrouting/issues/1603</a><br><br>I will try to check the above issues after next week.<br><br>Regards,<br><br>2020<span style='font-family:"Calibri",sans-serif'>年</span>10<span style='font-family:"Calibri",sans-serif'>月</span>4<span style='font-family:"Calibri",sans-serif'>日</span>(<span style='font-family:"Calibri",sans-serif'>日</span>) 8:50 Regina Obe <<a href="mailto:lr@pcorp.us" target="_blank">lr@pcorp.us</a>>:<br>> +1<br>><br>> From: pgrouting-dev [mailto:<a href="mailto:pgrouting-dev-bounces@lists.osgeo.org" target="_blank">pgrouting-dev-bounces@lists.osgeo.org</a>] On Behalf Of Rajat Shinde<br>> Sent: Saturday, October 3, 2020 6:41 AM<br>> To: pgRouting developers mailing list <<a href="mailto:pgrouting-dev@lists.osgeo.org" target="_blank">pgrouting-dev@lists.osgeo.org</a>><br>> Subject: Re: [pgrouting-dev] MOTION 2: Stop 2.x series support<br>><br>> Hello Vicky, Hello Community Members,<br>><br>> Thanks for starting the motion.<br>> I feel that the motion is apt as going ahead it would be more convenient for users to upgrade to the latest version.<br>><br>> My vote - +1.<br>><br>> Thanks.<br>> Kind regards,<br>> Rajat<br>><br>> On Sat, Oct 3, 2020, 9:14 AM Vicky Vergara <<a href="mailto:vicky@georepublic.de" target="_blank">vicky@georepublic.de</a>> wrote:<br>> Hello community<br>><br>> I am making the following motion:<br>> <a href="https://github.com/pgRouting/admin/wiki/MOTION-2:-Stop-2.x-series-support" target="_blank">https://github.com/pgRouting/admin/wiki/MOTION-2:-Stop-2.x-series-support</a><br>><br>> Please use this mail thread to make comments and your community vote.<br>> PSC members please vote on the motion.<br>><br>> Regards<br>> Vicky<br>><br>> --<br>> Georepublic UG (haftungsbeschränkt)<br>> Salzmannstraße 44,<br>> 81739 München, Germany<br>><br>> Vicky Vergara<br>> Operations Research<br>><br>> eMail: <a href="mailto:vicky@georepublic.de" target="_blank">vicky@georepublic.de</a><br>> Web: <a href="https://georepublic.info" target="_blank">https://georepublic.info</a><br>><br>> Tel: +49 (089) 4161 7698-1<br>> Fax: +49 (089) 4161 7698-9<br>><br>> Commercial register: Amtsgericht München, HRB 181428<br>> CEO: Daniel Kastl<br>><br>> _______________________________________________<br>> pgrouting-dev mailing list<br>> <a href="mailto:pgrouting-dev@lists.osgeo.org" target="_blank">pgrouting-dev@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/pgrouting-dev" target="_blank">https://lists.osgeo.org/mailman/listinfo/pgrouting-dev</a><br>> _______________________________________________<br>> pgrouting-dev mailing list<br>> <a href="mailto:pgrouting-dev@lists.osgeo.org" target="_blank">pgrouting-dev@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/pgrouting-dev" target="_blank">https://lists.osgeo.org/mailman/listinfo/pgrouting-dev</a><br><br><br><br>-- <br><span style='font-family:"Calibri",sans-serif'>合同会社</span> Georepublic Japan<br><span style='font-family:"Calibri",sans-serif'>〒</span>658-0081 <span style='font-family:"Calibri",sans-serif'>兵庫県神戸市東灘区田中町</span>1<span style='font-family:"Calibri",sans-serif'>丁目</span>7-22<br><span style='font-family:"Calibri",sans-serif'>長瀬 興</span><br>mail: <a href="mailto:nagase@georepublic.co.jp" target="_blank">nagase@georepublic.co.jp</a><br>_______________________________________________<br>pgrouting-dev mailing list<br><a href="mailto:pgrouting-dev@lists.osgeo.org" target="_blank">pgrouting-dev@lists.osgeo.org</a><br><a href="https://lists.osgeo.org/mailman/listinfo/pgrouting-dev" target="_blank">https://lists.osgeo.org/mailman/listinfo/pgrouting-dev</a><o:p></o:p></p></blockquote></div><p class=MsoNormal><br clear=all><br>-- <o:p></o:p></p><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><div><pre>Georepublic UG (haftungsbeschränkt)<o:p></o:p></pre><pre>Salzmannstraße 44, <o:p></o:p></pre><pre>81739 München, Germany<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Vicky Vergara<o:p></o:p></pre><pre>Operations Research<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>eMail: vicky@<a href="http://georepublic.de" target="_blank">georepublic.de</a><o:p></o:p></pre><pre>Web: <a href="https://georepublic.info" target="_blank">https://georepublic.info</a><o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Tel: +49 (089) 4161 7698-1<o:p></o:p></pre><pre>Fax: +49 (089) 4161 7698-9<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Commercial register: Amtsgericht München, HRB 181428<o:p></o:p></pre><pre>CEO: Daniel Kastl<o:p></o:p></pre><pre><o:p> </o:p></pre></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></body></html>