This website requires JavaScript.
Explore
Help
Sign In
bazel
/
rules_foreign_cc
Watch
2
Star
0
Fork
You've already forked rules_foreign_cc
0
mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced
2024-12-04 08:02:31 +00:00
Code
Issues
Releases
Activity
944399982f
rules_foreign_cc
/
tools
/
build_defs
/
version.bzl
2 lines
18 B
Python
Raw
Normal View
History
Unescape
Escape
External C/C++ libraries rules need to pass transitive info (#112) * External C/C++ libraries rules need to pass transitive info - to have the same interface as cc_library to hide the "implementation details", so that the information about the install directory and its contents of non-direct external dependencies of external library was available for external build - this is particularly needed for configure-make rule, where we do not control the way needed libraries are found, so we want to provide the install directory and the -L, -I flags (include and library directories to be searched) consistently, pointing to the directories under $EXT_BUILD_DEPS - as a side effect, *.la files that contained links to absolute paths of dependencies (pointing somewhere under ...sandbox/bazel-out/...) now will point to directories under $EXT_BUILD_DEPS and so will be replaced correctly/will not point to paths under the previous sandbox * External C/C++ libraries rules need to pass transitive info [improve] By review comments; - rename to do not collate with internally reserved list, dir, provider - rename providers to use the same "foreign_cc" prefix and be shorter - improve providers description - return back output groups to do not reduce the flexibility * External C/C++ libraries rules need to pass transitive info [improve] By review comments: - some more renames * External C/C++ libraries rules need to pass transitive info: version++ * Correct review comments
2018-10-05 20:04:54 +00:00
VERSION
=
"
0.0.2
"
Copy permalink