Files
Anthony DonnellyandBrad Davis c3f4399342 science/py-tensorflow: Update 1.15.5 -> 2.9.1
Big thank you to Anthony Donnelly for updating this difficult port.

PR:		266303
2022-09-15 18:54:57 +00:00

12 lines
331 B
PkgConfig

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}