Giter Club home page Giter Club logo

Comments (4)

sudipm-mukherjee avatar sudipm-mukherjee commented on August 19, 2024 1

Few points:

  1. That is not how the Debian or Ubuntu official builds works. Official builds will use sbuild to build. sbuild will never install the built package and will run make test immediately after building it.
  2. /usr/local/lib will never be the installation path for an offical Debian package. FSF says: The /usr/local hierarchy is for use by the system administrator when installing software locally.

Anyways, I have now disabled running make test, so this is not a blocker at the moment. But it will be good to have it fixed so that make test can be run as part of the build.

Also, fyi (not related to this issue) - I have excluded the debian folder while importing the source and have almost rewritten it. Only taken the library names and part of description.

from sail.

HappySeaFox avatar HappySeaFox commented on August 19, 2024

from sail.

HappySeaFox avatar HappySeaFox commented on August 19, 2024

For (2) the path is not hardcoded and is configurable with CMAKE_INSTALL_PREFIX, so it's totally possible to install into /usr/lib which is done by default in sbuild I guess.

from sail.

HappySeaFox avatar HappySeaFox commented on August 19, 2024

For (1) as a workaround it's possible to combine codecs into a single library with -DSAIL_COMBINE_CODECS=ON. This way I guess the tests can be executed without installation. However I would prefer having separate codecs for engineering purposes. It's not a blocker, but some nice thing to have. It's faster to load or unload codecs when they're separate. When they're combined, we lose some engineering control over them.

from sail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.