vkottler / vmklib

Simplify project workflows by standardizing use of GNU Make.
MIT License
1 stars 0 forks source link

Make this package platform independent #34

Closed vkottler closed 2 years ago

vkottler commented 2 years ago

Unclear if this package should keep the common setup.py or not. Moving it out might be the correct call.

Once that's figured out, this could consume vcorelib and we could start to build out a Python-based task /dependency resolver that takes precedent over running make. It can leverage multiprocessing

vkottler commented 2 years ago

We should probably just make a pep517-compliant build backend that just wraps setuptools..

vkottler commented 2 years ago

something like buildpolyfill or setuptools-polyfill ?

vkottler commented 2 years ago

We were able to refactor out the build stuff in here, currently working on https://github.com/vkottler/workspace/issues/8

vkottler commented 2 years ago

Added macos on https://github.com/vkottler/vmklib/pull/39

vkottler commented 2 years ago

Blocked by https://github.com/vkottler/vmklib/issues/36 to get it running on Windows.

vkottler commented 2 years ago

CI runs Windows now.