This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
borgbackup
Watch
1
Star
0
Fork
You've already forked borgbackup
0
mirror of
https://github.com/borgbackup/borg.git
synced
2026-04-23 23:28:10 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
382875692b
borgbackup
/
src
/
borg
/
algorithms
/
zstd-libselect.h
6 lines
82 B
C
Raw
Normal View
History
Unescape
Escape
zstd: use own Cython-based binding, remove python-zstandard dep currently requires an externally available libzstd >= 1.3.0, no bundled zstd yet.
2017-12-02 23:38:23 -05:00
#
ifdef BORG_USE_LIBZSTD
#
include
<zstd.h>
#
else
support code to build bundled zstd code into the compress extension setup_zstd.py modified so it is just amending the Extension() kwargs, but the Extension is initialized by the caller. this way, amending can happend multiple times (e.g. for multiple compression algorithms). also: - move include/library dirs processing for system-library case - move system zstd prefix detection to setup_zstd module - cosmetic: setup.py whitespace fixes - prefer system zstd option, document zstd min. requirement
2017-12-04 22:16:25 -05:00
#
include
"zstd/lib/zstd.h"
zstd: use own Cython-based binding, remove python-zstandard dep currently requires an externally available libzstd >= 1.3.0, no bundled zstd yet.
2017-12-02 23:38:23 -05:00
#
endif
Reference in a new issue
Copy permalink