10/29/23 20:02, Renato Aguiar пишет:
> The math/cgal update is indeed required for updating
> cad/prusaslicer. I managed to get a working port for
> cad/prusaslicer 2.6.1 by using this diff.
>
> However, I haven't yet tried to build cad/prusaslicer 2.5.2
> (currently in ports tree) with updated
On Sun, Oct 29 2023, Klemens Nanni wrote:
If cad/openscad (and cad/prusaslicer most likely as well)
require new
version to build in the future, I'd add a version spec to the
dependency:
BUILD_DEPENDS +=math/cgal>=5.6v0
Have you looked into enabling tests for cgal?
Would be nice to
Your diffs apply now, but cad/prusaslicer still has CGAL in WANTLIB.
Diff below configures, but fails to build, so you need to handle that
before updating math/cgal.
If cad/openscad (and cad/prusaslicer most likely as well) require new
version to build in the future, I'd add a version spec to the
Oct 23, 2023 07:57:35 Johannes Thyssen Tishman :
> Oct 15, 2023 00:10:08 Johannes Thyssen Tishman :
>
>> Hi Klemens. Thanks for the feedback.
>>
>>> The existing CMakeLists.txt no longer applies, but it looks like
>>> you no longer needed it, perhaps forgot to 'cvs rm -f' it?
>>
>> Yup, thanks.
Oct 15, 2023 00:10:08 Johannes Thyssen Tishman :
> Hi Klemens. Thanks for the feedback.
>
>> The existing CMakeLists.txt no longer applies, but it looks like
>> you no longer needed it, perhaps forgot to 'cvs rm -f' it?
>
> Yup, thanks.
>
>>> -MASTER_SITES =
>>> https://github.com/CGAL/cga
Hi Klemens. Thanks for the feedback.
> The existing CMakeLists.txt no longer applies, but it looks like
> you no longer needed it, perhaps forgot to 'cvs rm -f' it?
Yup, thanks.
> > -MASTER_SITES =
> > https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.14.2/
> > +SITES
This does not apply, feedback inline, new diff with that at the end.
I don't use cgal or openscad, though, and this needs another look.
The existing CMakeLists.txt no longer applies, but it looks like you no
longer needed it, perhaps forgot to 'cvs rm -f' it?
Otherwise, looks like the first first
Oct 11, 2023 17:01:11 Ian Darwin :
> Sorry I missed that - could you please re-send me the patch?
Hi Ian. All good. Please find both diffs attached.
Thanks
Johannes
> Thanks
> Ian
>
> On Wed, Oct 11, 2023 at 04:27:04PM +0200, Johannes Thyssen Tishman wrote:
>> *ping*
>>
>> Johannes Thyssen Ti
*ping*
Johannes Thyssen Tishman wrote:
> *ping*
>
> Sep 17, 2023 22:08:53 Johannes Thyssen Tishman :
>
> > Apologies for the poor formatting. I had 'textwidth' set to 80
> > characters. Fixed below.
> >
> > Johannes Thyssen Tishman wrote:
> >> Hello everyone,
> >>
> >> attached is both an upda
*ping*
Sep 17, 2023 22:08:53 Johannes Thyssen Tishman :
> Apologies for the poor formatting. I had 'textwidth' set to 80
> characters. Fixed below.
>
> Johannes Thyssen Tishman wrote:
>> Hello everyone,
>>
>> attached is both an update for CGAL from version 4.14.2 to the latest
>> 5.6 and a revi
Apologies for the poor formatting. I had 'textwidth' set to 80
characters. Fixed below.
Johannes Thyssen Tishman wrote:
> Hello everyone,
>
> attached is both an update for CGAL from version 4.14.2 to the latest
> 5.6 and a revision to OpenSCAD to work with the CGAL update. Note that
> these are
Hello everyone,
attached is both an update for CGAL from version 4.14.2 to the latest 5.6 and a
revision to OpenSCAD to work with the CGAL update. Note that these are to be
imported together to keep OpenSCAD from breaking.
Despite being actively developed, OpenSCAD hasn't seen a release since 202
On Thu, Sep 11, 2014 at 3:59 PM, Brad Smith wrote:
> On 15/08/14 11:28 AM, Aaron wrote:
>
>> http://sprunge.us/CFLi <-- updated diff with lib/qt4 - also re-added the
>> m>=5.3
>>
>
> There is no point in re-adding the m>=5.3 bit. Once a release has gone
> by stuff like that can be garbage collect
On 15/08/14 11:28 AM, Aaron wrote:
http://sprunge.us/CFLi <-- updated diff with lib/qt4 - also re-added the
m>=5.3
There is no point in re-adding the m>=5.3 bit. Once a release has gone
by stuff like that can be garbage collected.
--
This message has been scanned for viruses and
dangerous con
On Fri, Aug 15, 2014 at 11:09 AM, Aaron wrote:
>
>
>
> On Fri, Aug 15, 2014 at 9:28 AM, Aaron wrote:
>
>> On Fri, Aug 15, 2014 at 9:19 AM, David Coppa wrote:
>>
>>>
>>> Il giorno 15/ago/2014 15.57, "Aaron Bieber" ha
>>> scritto:
>>>
>>> >
>>> > Hola,
>>> >
>>> > This diff brings CGAL to the la
On Fri, Aug 15, 2014 at 9:28 AM, Aaron wrote:
> On Fri, Aug 15, 2014 at 9:19 AM, David Coppa wrote:
>
>>
>> Il giorno 15/ago/2014 15.57, "Aaron Bieber" ha
>> scritto:
>>
>> >
>> > Hola,
>> >
>> > This diff brings CGAL to the latest version which is requried for a
>> > cad/openscad update I will
On Fri, Aug 15, 2014 at 9:19 AM, David Coppa wrote:
>
> Il giorno 15/ago/2014 15.57, "Aaron Bieber" ha scritto:
>
> >
> > Hola,
> >
> > This diff brings CGAL to the latest version which is requried for a
> > cad/openscad update I will send in another email.
> >
> > No major changes in the port,
Il giorno 15/ago/2014 15.57, "Aaron Bieber" ha scritto:
>
> Hola,
>
> This diff brings CGAL to the latest version which is requried for a
> cad/openscad update I will send in another email.
>
> No major changes in the port, mostly regen'd WANTLIB and new plist
> entries.
>
> OK?
>
> Index: Makefil
Hola,
This diff brings CGAL to the latest version which is requried for a
cad/openscad update I will send in another email.
No major changes in the port, mostly regen'd WANTLIB and new plist
entries.
OK?
Index: Makefile
===
RCS fil
Diff below updates CGAL from 3.8 to 3.9. A few remarks:
* cgal-3.8 has to be uninstalled before cgal-3.9 can be built. The
package tries to include older installed headers from
/usr/local/include before the newer packaged headers, so many
prototypes are missing or wrong. (I spent
20 matches
Mail list logo