Skip to content

SOF-8046: fix default application version picker - #12

Merged
pranabdas merged 7 commits into
mainfrom
fix/SOF-8046
Sep 11, 2026
Merged

pranabdas merged 7 commits into
mainfrom
fix/SOF-8046

Conversation

@pranabdas

Copy link
Copy Markdown
Member

No description provided.

@timurbazhirov

Copy link
Copy Markdown
Member

@VsevolodX to confirm that the bug is fixed:

the default application picker logic seems wrong. In standata, we have defaultVersion, this determines the default application version. then each version has isDefault key, which indicates whether the build is default (gnu, intel etc) https://github.com/mat3ra/standata/blob/main/assets/applications/applications/espresso.yml But ave is deciding default application version based on isDefault key.

name: espresso
shortName: qe
summary: Quantum ESPRESSO
defaultVersion: '6.3' #<--------
isUsingMaterial: true
versions:
  #### version 6.3 ####
  - version: '6.3'
    # This sets the default build for each version
    isDefault: true  #<--------
    build: GNU
    hasAdvancedComputeOptions: true
    ```

@pranabdas
pranabdas merged commit ddb90dd into main Sep 11, 2026
5 checks passed
@pranabdas
pranabdas deleted the fix/SOF-8046 branch September 11, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants