rust icon indicating copy to clipboard operation
rust copied to clipboard

Pls upgrade dependant crate `pkg-config` to latest 0.3.24 to avoid its env vars ignoring bug

Open lnshi opened this issue 3 years ago • 1 comments

As showed in this PR the crate pkg-config ignores the env vars, pls help to upgrade it to the latest fixed release 0.3.24.

Tested at my local, after upgrade, i am able to use my self-compiled TensorFlow other than that build.rs always fail to get the external pkg-config libs.

lnshi avatar Mar 25 '22 08:03 lnshi

Could you open a PR to fix this? In addition to that, It may be appreciated if you could provide how to check whethere it is fixed. Is it just to build the tensorflow outside the crate?

dskkato avatar Apr 18 '22 08:04 dskkato

The current version is 0.3.25, so this problem may have been resolved.

https://github.com/tensorflow/rust/blob/b40f8a7c23d6750ce6040e8cdd00a552d25aacda/tensorflow-sys/Cargo.toml#L31

dskkato avatar Feb 21 '23 14:02 dskkato