Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TBB new_http_archive does not work with bazel 0.4.2 anymore. #1

Open
alichnewsky opened this issue Jan 1, 2017 · 1 comment
Open

Comments

@alichnewsky
Copy link
Owner

alichnewsky commented Jan 1, 2017

Some issue with the strip_prefix attribute and lack of sha256 one.

  • on Mac OS X
@alichnewsky
Copy link
Owner Author

The handling of tbb's source tarball from new_http_archive fails on mac os x because:

  • the tarball is expanded, the prefix is eventually stripped correctly (use a newer version of bazel)
  • a copy of the repo's tbb.BUILD needs to be linked into the expanded directory as a bazel BUILD file
  • unfortunately, said directory already contains the build directory and
  • Mac OSX file system hdf+ ? is case insensitive

not quite sure how to proceed from there? generate without stripping the prefix + export ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant