blob: bad6259a848b6123339061618b583e15d3f797ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
prefix=%%LOCALBASE%%
exec_prefix=\${prefix}
libdir=\${exec_prefix}/lib
includedir=\${prefix}/include/tensorflow
Name: TensorFlow
Version: %%VERSION%%
Description: Library for computation using data flow graphs for scalable machine learning
Requires:
Libs: -L\${libdir} -ltensorflow -ltensorflow_framework
Cflags: -I\${includedir}
|