Skip to content

Commit

Permalink
do not specify compression and update libarchive to level versions ac…
Browse files Browse the repository at this point in the history
…ross platforms
  • Loading branch information
RensDofferhoff committed Dec 5, 2023
1 parent 199de0e commit b7edd75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Desktop/data/exporters/jaspexporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ void JASPExporter::saveDataSet(const std::string &path, std::function<void(int)>

a = archive_write_new();
archive_write_set_format_zip(a);
archive_write_set_compression_gzip(a);

#ifdef _WIN32
if (archive_write_open_filename_w(a, tq(path).toStdWString().c_str()) != ARCHIVE_OK)
Expand Down
2 changes: 1 addition & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[requires]
boost/[>=1.82.0 <2.0.0]
zlib/1.3
libarchive/3.6.2
libarchive/3.7.2
zstd/1.5.2
jsoncpp/1.9.5
openssl/3.0.10
Expand Down

0 comments on commit b7edd75

Please sign in to comment.