The Wayback Machine - https://web.archive.org/web/20211130005618/https://github.com/topics/build-tools
Skip to content
#

build-tools

Here are 310 public repositories matching this topic...

shahzebsiddiqui
shahzebsiddiqui commented Jun 22, 2020

Currently spack does not support the following packages, all of these packages are installed outside of Spack at Cori, we would like to get support for these packages if possible.

Eric-Arellano
Eric-Arellano commented Nov 13, 2021

Thanks to using PyO3 (pantsbuild/pants#13526), error handling is now much more ergonomic. Notably, we no longer need to hold the GIL to create a PyErr.

It'd be great to chip away at how much we call .unwrap() in our code, which should make our code more reliable. Instead, probably the only place unwrapping should happen is in our #[pyfunction] and #[pymethods], i

Improve this page

Add a description, image, and links to the build-tools topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the build-tools topic, visit your repo's landing page and select "manage topics."

Learn more