SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
51 stars 15 forks source link

Rebuild boost archive in thirdparty #930

Closed lenaploetzke closed 2 months ago

lenaploetzke commented 5 months ago

Bug description

When unpacking the boost archive from memilio, an error is thrown. Currently, this does not cause any problems in the software. One idea would be to rebuild the boost archive.

Version

Linux

To reproduce

Execute the command tar -xvf boost_1_75_0.tar.gz in the folder cpp/thirdparty

Relevant log output

gzip: stdin: unexpected end of file
boost_1_75_0/libs/thread/src/win32/thread.cpp
boost_1_75_0/libs/thread/src/win32/thread_primitives.cpp
boost_1_75_0/libs/thread/src/win32/tss_dll.cpp
boost_1_75_0/boost.png
tar: Child returned status 1
tar: Error is not recoverable: exiting now

Add any relevant information, e.g. used compiler, screenshots.

No response

Checklist

lenaploetzke commented 5 months ago

Would be nice to wait until #929 is merged because the boost archive is updated there.