-
Notifications
You must be signed in to change notification settings - Fork 430
Migrate to Ubuntu 22.04 LTS #2258
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
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
1e9a6db
add dependency for ubuntu 22.04. verified locally.
Tulong4Dev 00db442
update host setup and test setting.
Tulong4Dev 2e976e1
fix ssl failure in cmake and update python version
Tulong4Dev 0119798
update install dependency for ubuntu_22.04.
Tulong4Dev 9913214
change python version to 3.12.0
Tulong4Dev 0554e81
change python to 3.10.10.
Tulong4Dev 3944060
restore host setup and add modules needed.
Tulong4Dev a08bf75
fix typo.
Tulong4Dev 27dff1c
drop fail-to-install modules.
Tulong4Dev edf8f09
drop other modules but c compilers only.
Tulong4Dev 516e2fa
udpate ctag, qt, and cmake.
Tulong4Dev adcb67d
update tcl package.
Tulong4Dev 42b6c32
add back tcllib package
Tulong4Dev 84a4e97
drop clang-6,7,8 and gcc/g++7,8;add clang-format12
Tulong4Dev 88d126f
add libeigen3-dev
Tulong4Dev b13eae8
add back tcllib.
Tulong4Dev 84ffd42
drop eigen3-dev.
Tulong4Dev 0dfc100
drop latest cmake, add ament-cmake
Tulong4Dev 6919f87
add pkg-config, replace w/ clang-12, libtbb12
Tulong4Dev 238a86c
add clang, clang++; add clang10 for ubuntu focal
Tulong4Dev 55487b0
drop clang, clang++.
Tulong4Dev 7992f03
add back clang, drop clan 10 test, add alorithm header for swap in vt…
Tulong4Dev 676c522
add utility header for std::swap
Tulong4Dev aa9e3e7
remove adding utility for rr_graph_storage.cpp as it does not help.
Tulong4Dev 11b03da
Merge branch 'master' into ubuntu_22.04_dev
vaughnbetz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| #!/usr/bin/env bash | ||
|
|
||
| # The package list is designed for Ubuntu 20.04 LTS | ||
Tulong4Dev marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| add-apt-repository -y ppa:ubuntu-toolchain-r/test | ||
| apt-get update | ||
| apt-get install -y \ | ||
| autoconf \ | ||
| automake \ | ||
| bison \ | ||
| ccache \ | ||
| cmake \ | ||
| exuberant-ctags \ | ||
| curl \ | ||
| doxygen \ | ||
| flex \ | ||
| fontconfig \ | ||
| gdb \ | ||
| git \ | ||
| gperf \ | ||
| iverilog \ | ||
| libc6-dev \ | ||
| libcairo2-dev \ | ||
| libevent-dev \ | ||
| libffi-dev \ | ||
| libfontconfig1-dev \ | ||
| liblist-moreutils-perl \ | ||
| libncurses5-dev \ | ||
| libreadline-dev \ | ||
| libreadline8 \ | ||
| libx11-dev \ | ||
| libxft-dev \ | ||
| libxml++2.6-dev \ | ||
| make \ | ||
| perl \ | ||
| pkg-config \ | ||
| python3 \ | ||
| python3-setuptools \ | ||
| python3-lxml \ | ||
| python3-pip \ | ||
| qtbase5-dev \ | ||
| tcllib \ | ||
| tcl8.6-dev \ | ||
| texinfo \ | ||
| time \ | ||
| valgrind \ | ||
| wget \ | ||
| zip \ | ||
| swig \ | ||
| expect \ | ||
| g++-9 \ | ||
| gcc-9 \ | ||
| g++-10 \ | ||
| gcc-10 \ | ||
| g++-11 \ | ||
| gcc-11 \ | ||
| clang \ | ||
| clang-12 \ | ||
| clang-format-12 \ | ||
| libxml2-utils | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Uh oh!
There was an error while loading. Please reload this page.