Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version management for dependencies: add "atmost=" #67

Open
walterxie opened this issue Sep 30, 2024 · 0 comments
Open

Version management for dependencies: add "atmost=" #67

walterxie opened this issue Sep 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@walterxie
Copy link
Collaborator

There is an issue to use phylonco 0.0.3 in the SPI framework of LPhy 1.5.0 and LPhyBeast 1.1.0:

One simple solution is to add atmost= in the version.xml. For example, BEAST.app has

<package name='BEAST.app' version='2.7.0'
  url="https://github.com/CompEvol/beast2/releases/download/v2.7.0/BEAST.app.package.v2.7.0.zip"
        projectURL="http://beast2.org/"
        description="BEAST base applications">
        <depends on='BEAST.base' atleast='2.7.0' atmost='2.7.9'/>
    </package>

The dependency detail is https://linguaphylo.github.io/setup/#legacy-dependencies

@walterxie walterxie added the enhancement New feature or request label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant