Skip to content

Using the external libminizip library provided by the OS #471

@sanvila

Description

@sanvila

Hello. Currently, src/sbml/SBMLWriter.cpp has this in a hardcoded way:

#include <sbml/compress/CompressCommon.h>
#include <sbml/compress/OutputCompressor.h>

Would there be any way to use the existing libminizip library instead of using the embedded one? Currently, the Debian package is flagged by lintian (our package checker) with the error "embedded-library" as shown here:

https://udd.debian.org/lintian/?packages=libsbml

so naturally we would much prefer to link with the external library for which a Debian package already exists.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions