Skip to content

Commit d520cac

Browse files
committed
update for 1.20.0
1 parent 516472c commit d520cac

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ binaries available online at http://www.math.clemson.edu/~heister/dealvm/
3434
- ASPECT: https://aspect.geodynamics.org/
3535
- about:config browser.sessionstore.resume_from_crash = false
3636
- download aspect manual.pdf and put on desktop:
37-
cd Desktop; wget https://github.com/geodynamics/aspect/releases/download/v2.0.0/manual-2.0.0.pdf
37+
cd Desktop; wget https://github.com/geodynamics/aspect/releases/download/v2.2.0/aspect-manual-2.2.0.pdf
3838
- add firefox to autostart: settings->session and startup->add
3939
- disable screensaver in "light locker settings"
4040
- install qtcreator:
@@ -46,12 +46,16 @@ binaries available online at http://www.math.clemson.edu/~heister/dealvm/
4646
- install https://github.com/rfjakob/earlyoom and test
4747
- install vscode https://code.visualstudio.com/download
4848
plugins: c/c++, cmake, cmake tools
49-
fix: max fs watches
49+
apply fix: max fs watches
5050
- edit /etc/default/grub.d/50-cloudimg-settings.cfg
5151
and remove console=ttyS0
5252
sudo update-grub
5353
and then disable serial port 1 in machine settings
5454
also remove cidata second hd image
55+
- set reasonable defaults for txt, prm, cc files (mousepad, vscode)
56+
- install clang format:
57+
cd deal.II && ./contrib/utilities/download_clang_format && cd clang-6/ && mv clang-format ~/bin/
58+
5559
5660
5. For releasing the image:
5761
- update software: apt-get update && apt-get upgrade && apt-get autoremove && apt-get autoclean

changes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
investigate:
2+
- emacs default settings?
3+
4+
1.20.0:
5+
- update visit to 3.1.2 (no longer crashing)
6+
- set reasonable defaults for .txt, .prm, .cc files
7+
- ASPECT release 2.2.0
8+
19
1.19.0:
210
- Updated: deal.II 9.2.0, ASPECT master, candi
311
- New: evince (default for pdf and eps)

0 commit comments

Comments
 (0)