Giter Club home page Giter Club logo

Comments (7)

petronny avatar petronny commented on September 20, 2024 2

The script shows that cloudcompare-2.12.4-1 does have a broken link to libgdal.so.32. I'll trigger the rebuild now.

from arch4edu.

petronny avatar petronny commented on September 20, 2024

Hi, currently we manually run the script mentioned in arch4edu/cactus#5 from time to time to find out which packages need rebuild. Then we trigger the rebuild via a workflow in cactus.

The process could be definitely automatized but it's not in a very high priority.
Any contribution is appreciated to speed up launching this feature :).

For now, you can open an issue to tell us if there is any package needs rebuild. Then we will trigger the workflow.

from arch4edu.

kikislater avatar kikislater commented on September 20, 2024

Ok thank you!
So for example, cloudcompare reference older version of gdal. If we make gdal in makedepends it could be rebuilt everytime gdal is update. Am I wrong ?

from arch4edu.

petronny avatar petronny commented on September 20, 2024

If we make gdal in makedepends it could be rebuilt everytime gdal is update.

This can be achieved by adding an entry like:

- source: archpkg
  archpkg: gdal
  from_pattern: '^(\d+\.\d+)\..*'
  to_pattern: '\1'

to the nvchecker field in cloudcompare/cactus.yaml.

As you can see the configuration is a little bit complicated so it's rarely used in our repository.
And such configurations will be eventually replaced by the automatic broken link detection feature mentioned in arch4edu/cactus#5.

from arch4edu.

kikislater avatar kikislater commented on September 20, 2024

If we make gdal in makedepends it could be rebuilt everytime gdal is update.

This can be achieved by adding an entry like:

- source: archpkg
  archpkg: gdal
  from_pattern: '^(\d+\.\d+)\..*'
  to_pattern: '\1'

to the nvchecker field in cloudcompare/cactus.yaml.

As you can see the configuration is a little bit complicated so it's rarely used in our repository. And such configurations will be eventually replaced by the automatic broken link detection feature mentioned in arch4edu/cactus#5.

ok interesting ! Worth documentation may be ...

from arch4edu.

kikislater avatar kikislater commented on September 20, 2024

Could we add more package in archpkg line ?

from arch4edu.

petronny avatar petronny commented on September 20, 2024

Nope. Please refer to the document of nvchecker.

from arch4edu.

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.