Git Product home page Git Product logo

Comments (6)

jan-wassenberg avatar jan-wassenberg commented on May 5, 2024

Hi Vinzent, that's correct, the real problem is the lack of "manual" tag. I've added it, so that test target should no longer be built unless manually specified. Thanks for reporting, and please let me know if that doesn't solve it for you :)

from highwayhash.

vks avatar vks commented on May 5, 2024

Thanks for the fix, now I'm getting this error:

ERROR: highwayhash/BUILD:131:16: in includes attribute of cc_library rule //:data_parallel: '.' resolves to the workspace root, which would allow this rule and all of its transitive dependents to include any file in your workspace. Please include only what you need.

from highwayhash.

jan-wassenberg avatar jan-wassenberg commented on May 5, 2024

Thanks for bringing this up. Looks like Bazel has changed its behavior, this was previously allowed.
Coincidentally we're changing the file structure to speed up builds, which will also remove the problem Bazel complains about.

Some questions for you: would it be troublesome if we changed the paths to #include third_party/highwayhash/..."?
Also, do you need the Bazel build capability, or is the Makefile sufficient?

I'm trying to keep the github/internal versions in sync without conversions in either direction, but it is getting a bit difficult :)

from highwayhash.

vks avatar vks commented on May 5, 2024

About your questions:

  • I don't think changing the includes would be a problem.
  • I'm linking statically against bazel, if I understand correctly this is currently not supported by the makefile. In fact, I would prefer to use make for the Rust bindings, because it is a much more lightweight/common dependency. So for me it would be fine to only have the makefile, if it supported static linking.

Maybe the best path forward is to use the Bazel file only internally at Google and maintain only the Makefile for the public version of highwayhash?

from highwayhash.

vks avatar vks commented on May 5, 2024

With #26 I no longer need Bazel for the Rust bindings.

from highwayhash.

jan-wassenberg avatar jan-wassenberg commented on May 5, 2024

Thank you for the Makefile update :) The include path changes and a few other fixes are coming soon.

from highwayhash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.