mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
11 lines
340 B
PkgConfig
11 lines
340 B
PkgConfig
prefix=%%LOCALBASE%%
|
|
exec_prefix=\${prefix}
|
|
libdir=\${exec_prefix}/${LIBDIR}
|
|
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_cc -ltensorflow_framework
|
|
Cflags: -I\${includedir}
|