Skip to content

Support non-poetry build standard  #657

@waarmond

Description

@waarmond

I'm trying to update the Arch pkg instructions.

python3 -m poetry build

  • fills ~/.cache/pypoetry/virtualenvs
  • mirrors system includes of {boost,cvodes,Eigen,idas,kinsol,nvector,pybind11,rapidjson,stan,sundials,sunlinsol,sunmatrix,sunmemory,sunnonlinsol,tbb}

which is both undesired.

May you please support Python internal build tools?

make
python -m build --wheel --no-isolation

already builds, but doesn't pack a wheel file for

python -m installer --destdir="$pkgdir" dist/*.whl

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions