Staging
v0.5.1
https://github.com/python/cpython
Revision bc6b7fa6d7fb8957eb4ff809366af40dfb12b8cd authored by Raymond Hettinger on 21 September 2020, 04:47:56 UTC, committed by GitHub on 21 September 2020, 04:47:56 UTC
1 parent 778ad92
Raw File
Tip revision: bc6b7fa6d7fb8957eb4ff809366af40dfb12b8cd authored by Raymond Hettinger on 21 September 2020, 04:47:56 UTC
bpo-41513: Add accuracy tests for math.hypot() (GH-22327)
Tip revision: bc6b7fa
python.pc.in
# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Build a C extension for Python
Requires:
Version: @VERSION@
Libs.private: @LIBS@
Libs:
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top