Skip to content

Add support for Ubuntu 25.04 in installer script#93

Open
muaviz wants to merge 1 commit intoFOSSEE:installersfrom
muaviz:installers
Open

Add support for Ubuntu 25.04 in installer script#93
muaviz wants to merge 1 commit intoFOSSEE:installersfrom
muaviz:installers

Conversation

@muaviz
Copy link

@muaviz muaviz commented Sep 7, 2025

Summary of changes:

  • llvm
    • Issue: GHDL doesn't support the latest version of llvm (i.e., llvm-20.1)
    • Fix: modified the installer script to install llvm-18.1
  • InstallGHDL
    • Issue: Uses usr/bin/llvm-config as the configuration file (because it assumes llvm-20.1)
      ./configure --with-llvm-config=/usr/bin/llvm-config-18
    • Fix: replace that with the correct version: /usr/bin/llvm-config-18
  • Gtk Canberra
    • Issue: libcanberra-gtk-module is not available to be installed in Ubuntu-25.04
    • Fix: Only install libcanberra-gtk3-module

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.

1 participant