Commit Graph

4 Commits

Author SHA1 Message Date
Hood Chatham e732cb9dd7
meta.yaml keys for cross-build environment (#2536)
This moves unisolation into a package key. `cross-build-env: true` means the package
is part of the cross build environment and should be unisolated. `cross-build-files`
gives a list of files that should be copied from the built copy of the package into the host
copy of the package.

This will allow us to construct a cross build environment automatically as part of building
packages. If we have these files and the Python include directory, this is sufficient for 
cross-building binary packages.
2022-05-11 20:31:16 -07:00
Frank 1c14950b1a
Enable python_solvespace (#2389) 2022-04-12 07:35:01 -07:00
Hood Chatham f4f013a405
Disable python_solvespace due to CI failures (#2308) 2022-03-23 20:25:30 -07:00
Frank 0a2b307cc2
PKG Add python-solvespace (#2287)
python-solvespace is a python library from the geometric constraints
solver of SolveSpace, open source CAD software.
2022-03-22 21:52:43 -07:00