Michael Orlitzky on Tue, 01 Aug 2023 18:40:23 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PATCH 0/1 v2] use fltk's CXXFLAGS when looking for it
|
- To: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>, pari-dev@pari.math.u-bordeaux.fr
- Subject: Re: [PATCH 0/1 v2] use fltk's CXXFLAGS when looking for it
- From: Michael Orlitzky <michael@orlitzky.com>
- Date: Tue, 01 Aug 2023 12:35:41 -0400
- Delivery-date: Tue, 01 Aug 2023 18:40:23 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=orlitzky.com; s=mail2; t=1690907742; bh=t4KohM7oGbUNyINmlDmCM1Qn5HyPf2qptKi1+VFH87k=; h=Subject:From:To:Date:In-Reply-To:References; b=C67LRAzlnw/sp22/t9tK/gRE6BZGmbsNbk6DzFUpirpKcVComw88iWBjnqHh4HHdQ TMweFjBpIaT9vd0DRJ76map52R7U956bejICufmWo7S1Sn3PBxXSexu/rFAChGsGyL SOAvt8NHZRMLlJWcpL+ckeqi+jCVwosKG/o2RVuk=
- In-reply-to: <ZMky0dNh6TLMEGrf@seventeen>
- References: <20230801152154.20592-1-michael@orlitzky.com> <ZMky0dNh6TLMEGrf@seventeen>
- User-agent: Evolution 3.48.1
On Tue, 2023-08-01 at 18:29 +0200, Bill Allombert wrote:
>
> Thanks, but PARI is not using FLTK_CXXFLAGS when actually compiling plotfltk.c,
> so I do not see how this patch is useful ?
>
> You probably need to change in config/Makefile.SH the lines
> fltk)
> PLOTCFLAGS=
> to add FLTK_CXXFLAGS
>
Ah, right. We already have another patch (next on my TODO list) that
does that,
https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-mathematics/pari/files/pari-2.11.2-no-automagic.patch
but it makes more sense to include it with this commit.