Hi Drew (2024.02.09_12:12:39_-0400)
> The control I want to apply is run the build only for the default python
> (adios2, for instance is built via cmake which only detects the default
> python version)

Why do you need pybuild at all then? The goal of pybuild is to enable
you to build for all supported versions.

> It's not clear how to use pybuild's environment variables to do this.
> The pybuild man page discusses PYBUILD_DISABLE=python3.9 for excluding
> a particular python version.  But this is the opposite of want I need.
> I want something like

Sounds like you want something like: --pyver $(py3versions -d)

But again, not sure how useful pybuild is in that situation, you could
just call cmake directly...

Stefano

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  +1 415 683 3272

Reply via email to