Add support for Ubuntu 25.04 in installer script #414
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Ubuntu 25.04 support in installer scripts
Description
This PR extends eSim installation support to Ubuntu 25.04 by addressing multiple dependency issues in both
eSim
and its dependency projectnghdl
.Changes in
nghdl
:LLVM
llvm-18.1
.InstallGHDL
/usr/bin/llvm-config
assuming LLVM 20.1./usr/bin/llvm-config-18
.Gtk Canberra
libcanberra-gtk-module
package is unavailable in Ubuntu 25.04.libcanberra-gtk3-module
.Changes in
eSim
:install-eSim.sh
New installer script:
install-eSim-scripts/install-eSim-25.04.sh
Based on
install-eSim-24.04.sh
, with the following adjustments:installKicad function:
kicad/kicad-8.0-releases
PPA for Ubuntu 25.04.kicad=8.0.8+dfsg-1
instead of the latest version to resolve dependency issues withlibgit2-1.8
.Dependency
This PR depends on [FOSSEE/nghdl#93], which contains the corresponding
nghdl
fixes for Ubuntu 25.04 support.Testing