sebwrede commented on PR #1525: URL: https://github.com/apache/systemds/pull/1525#issuecomment-1128835137
> @sebwrede I've made it link to SEAL dynamically, recompiled the linux artifacts (this time on a proper docker image with a sufficiently old glibc) and forced pushed everything. the libraries are now considerably smaller (only 200 kB instead of 10 MB) Thanks! However, we need the HE-related lib to be in a separate file from the openblas and MKL lib files. The SEAL/HE related libs should only be loaded when needed. With the latest commit, you have reduced the size of the libraries, which is great, but the end-goal is that the sizes and contents of the existing lib files are not changed. This can be achieved by moving what you added to systemds.cpp and systemds.h to the libhe.cpp and libhe.h files and then updating CMakeLists.txt. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
