File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
add_swift_target_library (swiftDifferentiationUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
2
- GenericLifetimeTracked.swift
2
+ # This file should be listed first. Module name is inferred from the filename.
3
+ DifferentiationUnittest.swift
4
+
3
5
SWIFT_COMPILE_FLAGS
4
- TARGET_SDKS ALL_POSIX_PLATFORMS
5
- INSTALL_IN_COMPONENT stdlib-experimental )
6
+ INSTALL_IN_COMPONENT stdlib-experimental
7
+ DARWIN_INSTALL_NAME_DIR " ${SWIFT_DARWIN_STDLIB_PRIVATE_INSTALL_NAME_DIR} " )
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
find_package (TensorFlow REQUIRED )
2
2
3
3
add_swift_target_library (swiftTensorFlowUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
4
+ # This file should be listed first. Module name is inferred from the filename.
4
5
TensorFlowUnittest.swift
5
6
TensorFlowUnittestRemote.swift
6
7
7
8
SWIFT_MODULE_DEPENDS Python StdlibUnittest TensorFlow
8
9
SWIFT_MODULE_DEPENDS_OSX Darwin
9
10
SWIFT_MODULE_DEPENDS_LINUX Glibc
10
11
PRIVATE_LINK_LIBRARIES "${TF_LIBRARIES} "
11
- INSTALL_IN_COMPONENT stdlib-experimental )
12
+ INSTALL_IN_COMPONENT stdlib-experimental
13
+ DARWIN_INSTALL_NAME_DIR "${SWIFT_DARWIN_STDLIB_PRIVATE_INSTALL_NAME_DIR} " )
You can’t perform that action at this time.
0 commit comments