File size: 320 Bytes
4dd49b2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # See: man pkg-config
prefix=/mnt/bn/bohanzhainas1/jiashuo/miniconda3
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Python
Description: Build a C extension for Python
Requires:
Version: 3.13
Libs.private: -lpthread -ldl -lutil
Libs: -L${libdir}
Cflags: -I${includedir}/python3.13
|