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

Clean environment #56

Merged
merged 34 commits into from
Feb 5, 2025
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
34ae0bf
Minimal setup on 22.04
kwabenantim Aug 17, 2023
49324d4
Install OpenGL for VTK
kwabenantim Aug 17, 2023
01e4926
Fix libglew version on 22.04
kwabenantim Aug 17, 2023
b521462
Install make
kwabenantim Aug 17, 2023
a4671d7
Update and slim dockerfile
kwabenantim Aug 17, 2023
9d2d750
Add inputs to ubuntu-tests
kwabenantim Aug 17, 2023
5b492b4
Build all in ubuntu-tests
kwabenantim Aug 17, 2023
a04ba85
Minimize os setup
kwabenantim Aug 17, 2023
cdb5d84
Update docker-release workflow
kwabenantim Aug 17, 2023
912f78b
Add docker-test image
kwabenantim Aug 17, 2023
504e3ca
Remove excess workflows
kwabenantim Aug 17, 2023
7d98bcc
Update vtk dependencies
kwabenantim Aug 17, 2023
996f1e1
Update vtk dependencies for 22.04
kwabenantim Aug 17, 2023
3bf4b45
VTK use system libs
kwabenantim Aug 17, 2023
f9e45d2
Add freeglut for vtk
kwabenantim Aug 17, 2023
aae7ede
Update vtk dependencies
kwabenantim Aug 17, 2023
db557c6
Move all apt-get to os scripts
kwabenantim Aug 18, 2023
bdf6332
Simplify dockerfile
kwabenantim Aug 18, 2023
30ecbfc
Update vtk dependencies for all os
kwabenantim Aug 18, 2023
1029b16
petsc use system mpi
kwabenantim Aug 18, 2023
b990c9c
Remove redundant petsc make -j
kwabenantim Aug 18, 2023
ad0b46c
Add sqlite3 vtk dependency
kwabenantim Aug 18, 2023
ab2826f
Add image-tests
kwabenantim Aug 19, 2023
1e85289
Merge branch 'main' into clean_environment
kwabenantim Aug 19, 2023
6b47c47
Use bash for image-tests
kwabenantim Aug 19, 2023
fdc7536
Label image tag in image-tests
kwabenantim Aug 19, 2023
f9d7c78
Add compiler version to image-tests
kwabenantim Aug 19, 2023
3292f3a
Merge branch 'main' into clean_environment
kwabenantim Aug 19, 2023
0af14fd
Add build-essential to os scripts
kwabenantim Aug 19, 2023
34492ee
Run test packs in ubuntu-tests
kwabenantim Aug 20, 2023
c439a51
Simplify dockerfile os id
kwabenantim Aug 24, 2023
dc3410a
Merge branch 'main' into clean_environment
kwabenantim Sep 20, 2023
a9c10c6
Merge branch 'main' into clean_environment
kwabenantim Sep 22, 2023
112c525
Resolve merge conflicts
kwabenantim Feb 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update vtk dependencies
kwabenantim committed Aug 17, 2023
commit 7d98bcc1d65ccd208775a4dfa4e9382265fe0b3f
1 change: 1 addition & 0 deletions scripts/setup_ubuntu2204.sh
Original file line number Diff line number Diff line change
@@ -24,6 +24,7 @@ apt-get install -y --no-install-recommends \
environment-modules \
g++ \
git \
graphviz \
lcov \
make \
python2.7 \