From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:260d:b0:6fb:a9af:2238 with SMTP id z13-20020a05620a260d00b006fba9af2238mr15745744qko.457.1669021457762; Mon, 21 Nov 2022 01:04:17 -0800 (PST) X-Received: by 2002:ac8:60d:0:b0:39c:e8cc:ff69 with SMTP id d13-20020ac8060d000000b0039ce8ccff69mr16824516qth.245.1669021457567; Mon, 21 Nov 2022 01:04:17 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 21 Nov 2022 01:04:17 -0800 (PST) In-Reply-To: <13bd6b02-2214-45aa-bdbb-900b1753baf1n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=90.49.234.87; posting-account=L3mulQoAAADsXVjCD5rM6Ap3Xy0U3ckB NNTP-Posting-Host: 90.49.234.87 References: <3e7e9f66-9e74-4a04-98d9-73cc14d7e80bn@googlegroups.com> <13bd6b02-2214-45aa-bdbb-900b1753baf1n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: How to build Python3 support into GNATCOLL with alire From: Fabien Chouteau Injection-Date: Mon, 21 Nov 2022 09:04:17 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1898 Xref: reader01.eternal-september.org comp.lang.ada:64644 List-Id: On Monday, November 21, 2022 at 8:45:08 AM UTC+1, briot.e...@gmail.com wrote: > Although running external scripts from gprbuild is indeed unlikely, it is definitely in the realms of gprconfig (which is run first to generate the .cgpr config file). > For this one would need to provide some .xml file that explains what command to run, and what to generate in the .cgpr file (likely adding some `-I` compiler > switches for C files). We are considering adding the feature to Alire directly. In particular an easy way to get relevant info from pkg-config.