https://github.com/dentosal/factory
Yet another parallel build tool
https://github.com/dentosal/factory
build-system parallel-builds pyo3
Last synced: 2 months ago
JSON representation
Yet another parallel build tool
- Host: GitHub
- URL: https://github.com/dentosal/factory
- Owner: Dentosal
- License: mit
- Created: 2019-10-30T18:47:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T07:04:24.000Z (over 6 years ago)
- Last Synced: 2025-01-26T06:25:40.418Z (over 1 year ago)
- Topics: build-system, parallel-builds, pyo3
- Language: Rust
- Homepage:
- Size: 446 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Factory - a flexible parallel build system
* Configuration written in Python
* Runs build steps simultaneously
* Skips unnecessary commands

## Usage
See [`examples/call_rust_from_c`](examples/call_rust_from_c) for a complete example.
## Building
Latest Rust nightly is required.
Python 3.7 or newer, including `libpython3.X` and `libpython3.X-dev` on Linux.
```bash
PYTHON_SYS_EXECUTABLE=python3.7 cargo build
```