xsigus24's picture
Upload folder using huggingface_hub
1d777c4
raw
history blame contribute delete
352 Bytes
# See: man pkg-config
prefix=/home/simon/prog/text-generation-webui/installer_files/env
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: Python
Description: Embed Python into an application
Requires:
Version: 3.11
Libs.private: -lpthread -ldl -lutil
Libs: -L${libdir} -lpython3.11
Cflags: -I${includedir}/python3.11