Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

build: add FindX10 #829

Merged
merged 1 commit into from
Apr 17, 2020
Merged

build: add FindX10 #829

merged 1 commit into from
Apr 17, 2020

Conversation

compnerd
Copy link
Contributor

Add the ability to use an external build of X10. This attempts to
search the swift toolchain in addition to the standard search order.
The user can specify -D X10_LIBRARY= with a full path to the library
and -D X10_INCLUDE_DIRS= for the header search path. This should
allow eliding the x10 build. The local build can be forced by setting
USE_BUNDLED_X10 to NO.

@compnerd compnerd force-pushed the find-x10 branch 4 times, most recently from bfdf1a9 to 877aa0f Compare April 16, 2020 20:13
Add the ability to use an external build of X10.  This attempts to
search the swift toolchain in addition to the standard search order.
The user can specify `-D X10_LIBRARY=` with a full path to the library
and `-D X10_INCLUDE_DIRS=` for the header search path.  This should
allow eliding the x10 build.  The local build can be forced by setting
`USE_BUNDLED_X10` to `NO`.
@pschuh pschuh merged commit c8646e4 into tensorflow:master Apr 17, 2020
@compnerd compnerd deleted the find-x10 branch April 17, 2020 18:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants