dbx_build_tools icon indicating copy to clipboard operation
dbx_build_tools copied to clipboard

Dropbox's Bazel rules and tools

Results 20 dbx_build_tools issues
Sort by recently updated
recently updated
newest added

When trying to install numpy, I found that it failed to import because it depended on libraries that it could not access - CBLAS and LAPACK - resulting in `undefined...

Hi, it seems the current `zlib` dependency link is dead and thus the ``` $ bazel build @dbx_build_tools//build_tools:bzl ``` command, as references in the `README.md` fails with ↓ ``` ERROR:...

This is a suggestion that the default of using C++ configuration is the wrong choice. Most python extensions are written in C and the behaviour of passing a c++ only...

This ensures that the dependencies installed via vpip are using the correct version of python as the version of python configured in the rules_python toolchain may be different to that...

Add an argument to vpip to allow passing in an mpi compiler to be set in the environment. This is needed to compile mpi4py.

Partially addresses #27, and related to #5 I'm a new user of this project, and I found it rather difficult to understand how external packages were used. After finding issue...

I find I need to make these edits to make the tutorial work. for the `i.encode('utf-8')` part, if not specified, the error would've been ``` Traceback (most recent call last):...

We change up the openssl build generation to be able to generate builds for other platforms and systems. The initial added platforms are for macos. In the process of doing...

At present, the documentation for dbx_build_tools is very minimal: it provides a "lightning tour" - which is no substitute for more detailed documentation that people might need when they get...