FreeBSD Bugzilla – Attachment 241069 Details for
Bug 270411
science/py-tensorflow:2.9.1 fix build on FreeBSD 13.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch 1
cc_toolchain_config.bzl.patch (text/plain), 1.18 KB, created by
Ivan
on 2023-03-23 17:00:15 UTC
(
hide
)
Description:
Patch 1
Filename:
MIME Type:
Creator:
Ivan
Created:
2023-03-23 17:00:15 UTC
Size:
1.18 KB
patch
obsolete
>diff --git a/science/py-tensorflow/files/freebsd/cc_toolchain_config.bzl b/science/py-tensorflow/files/freebsd/cc_toolchain_config.bzl >index 38d7f122209c..81a194bd6290 100644 >--- a/science/py-tensorflow/files/freebsd/cc_toolchain_config.bzl >+++ b/science/py-tensorflow/files/freebsd/cc_toolchain_config.bzl >@@ -75,6 +75,7 @@ def _impl(ctx): > flag_group( > flags = [ > "-Wl,-undefined,dynamic_lookup", >+ "-Wl,--undefined-version", > "-lc++", > "-Wl,-z,relro,-z,now", > "-no-canonical-prefixes", >@@ -225,7 +226,7 @@ def _impl(ctx): > else: > features = [supports_dynamic_linker_feature, supports_pic_feature] > if (is_bsd): >- cxx_builtin_include_directories = ["/usr/local/llvm-devel/lib/clang/16.0.0", "/usr/include/c++/v1", "/usr/local/include", "/usr/include"] >+ cxx_builtin_include_directories = ["/usr/local/llvm-devel/lib/clang/16.0.0", "/usr/local/llvm-devel/lib/clang/16/include", "/usr/include/c++/v1", "/usr/local/include", "/usr/include"] > else: > cxx_builtin_include_directories = [] > if is_bsd:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 270411
:
241069
|
241070
|
241071
|
241072
|
241223
|
241226
|
241227