Spaces:
Running
Running
File size: 640 Bytes
1d777c4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
#
# Author: Lasse Collin
#
# This file has been put into the public domain.
# You can do whatever you want with this file.
#
prefix=/home/simon/prog/text-generation-webui/installer_files/env
exec_prefix=/home/simon/prog/text-generation-webui/installer_files/env
libdir=/home/simon/prog/text-generation-webui/installer_files/env/lib
includedir=/home/simon/prog/text-generation-webui/installer_files/env/include
Name: liblzma
Description: General purpose data compression library
URL: https://tukaani.org/xz/
Version: 5.4.5
Cflags: -I${includedir}
Cflags.private: -DLZMA_API_STATIC
Libs: -L${libdir} -llzma
Libs.private: -pthread -lpthread
|