jpayne@69: # ZSTD - standard compression algorithm jpayne@69: # Copyright (c) Meta Platforms, Inc. and affiliates. jpayne@69: # BSD 2-Clause License (https://opensource.org/licenses/bsd-license.php) jpayne@69: jpayne@69: prefix=/mnt/c/Users/crash/Documents/BobLiterman/CSP2_Galaxy/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce jpayne@69: exec_prefix=${prefix} jpayne@69: includedir=${prefix}/include jpayne@69: libdir=${exec_prefix}/lib jpayne@69: jpayne@69: Name: zstd jpayne@69: Description: fast lossless compression algorithm library jpayne@69: URL: https://facebook.github.io/zstd/ jpayne@69: Version: 1.5.6 jpayne@69: Libs: -L${libdir} -lzstd jpayne@69: Libs.private: -pthread -lrt jpayne@69: Cflags: -I${includedir}