Skip to content

Commit

Permalink
attempt to fix #287
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchang committed Jan 9, 2025
1 parent 2517f5f commit 6481908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.0/pgenlibr/src/Makevars.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ INCL = ../inst/include
PKG_CPPFLAGS = -DNO_UNALIGNED -DPGENLIB_NOPRINT @ZSTD_COMPILE_FLAG@ @LIBDEFLATE_COMPILE_FLAG@ @SIMDE_COMPILE_FLAG@ @ZSTD_INCLUDE_PATH@ @LIBDEFLATE_INCLUDE_PATH@ @SIMDE_INCLUDE_PATH@ -I$(INCL)
PKG_LIBS = -lPLINK2 -L. @ZSTD_LIBS@ @LIBDEFLATE_LIBS@ -lz -lpthread

ZSTD_SOURCES = zstd/lib/compress/zstdmt_compress.c zstd/lib/compress/zstd_opt.c zstd/lib/compress/zstd_ldm.c zstd/lib/compress/zstd_lazy.c zstd/lib/compress/zstd_fast.c zstd/lib/compress/zstd_double_fast.c zstd/lib/compress/zstd_compress_superblock.c zstd/lib/compress/zstd_compress_sequences.c zstd/lib/compress/zstd_compress_literals.c zstd/lib/compress/zstd_compress.c zstd/lib/compress/huf_compress.c zstd/lib/compress/hist.c zstd/lib/compress/fse_compress.c zstd/lib/decompress/zstd_decompress_block.c zstd/lib/decompress/zstd_decompress.c zstd/lib/decompress/zstd_ddict.c zstd/lib/decompress/huf_decompress.c zstd/lib/common/zstd_common.c zstd/lib/common/xxhash.c zstd/lib/common/threading.c zstd/lib/common/pool.c zstd/lib/common/fse_decompress.c zstd/lib/common/error_private.c zstd/lib/common/entropy_common.c zstd/lib/common/debug.c
ZSTD_SOURCES = $(INCL)/zstd/lib/compress/zstdmt_compress.c $(INCL)/zstd/lib/compress/zstd_opt.c $(INCL)/zstd/lib/compress/zstd_ldm.c $(INCL)/zstd/lib/compress/zstd_lazy.c $(INCL)/zstd/lib/compress/zstd_fast.c $(INCL)/zstd/lib/compress/zstd_double_fast.c $(INCL)/zstd/lib/compress/zstd_compress_superblock.c $(INCL)/zstd/lib/compress/zstd_compress_sequences.c $(INCL)/zstd/lib/compress/zstd_compress_literals.c $(INCL)/zstd/lib/compress/zstd_compress.c $(INCL)/zstd/lib/compress/huf_compress.c $(INCL)/zstd/lib/compress/hist.c $(INCL)/zstd/lib/compress/fse_compress.c $(INCL)/zstd/lib/decompress/zstd_decompress_block.c $(INCL)/zstd/lib/decompress/zstd_decompress.c $(INCL)/zstd/lib/decompress/zstd_ddict.c $(INCL)/zstd/lib/decompress/huf_decompress.c $(INCL)/zstd/lib/common/zstd_common.c $(INCL)/zstd/lib/common/xxhash.c $(INCL)/zstd/lib/common/threading.c $(INCL)/zstd/lib/common/pool.c $(INCL)/zstd/lib/common/fse_decompress.c $(INCL)/zstd/lib/common/error_private.c $(INCL)/zstd/lib/common/entropy_common.c $(INCL)/zstd/lib/common/debug.c
LIBZSTD = $(ZSTD_SOURCES:.c=.o)

LIBDEFLATE_SOURCES = $(INCL)/libdeflate/lib/zlib_decompress.c $(INCL)/libdeflate/lib/zlib_compress.c $(INCL)/libdeflate/lib/utils.c $(INCL)/libdeflate/lib/gzip_compress.c $(INCL)/libdeflate/lib/crc32.c $(INCL)/libdeflate/lib/adler32.c $(INCL)/libdeflate/lib/deflate_decompress.c $(INCL)/libdeflate/lib/deflate_compress.c $(INCL)/libdeflate/lib/gzip_decompress.c $(INCL)/libdeflate/lib/arm/arm_cpu_features.c $(INCL)/libdeflate/lib/x86/x86_cpu_features.c
Expand Down

0 comments on commit 6481908

Please sign in to comment.