Changes

Summary

  1. Make tmp dir to create files in diff-clang-format.py (commit: 38b857e) (details)
  2. Save current working dir and return to it (per @aprokop comment on #249) (commit: ba35778) (details)
  3. Use shutil.move instead of os.rename in diff-clang-format.py (commit: c2f538a) (details)
  4. Replace slack with gitter. (commit: ab5125f) (details)
  5. Use matching building type for cap and deal.II (commit: c218de1) (details)
  6. Update Dockerfile (commit: ba288ad) (details)
Commit 38b857e4eb650aca065d1bc2db543b735fd11b3a by Damien L-G
Make tmp dir to create files in diff-clang-format.py
Fix #248
(commit: 38b857e)
The file was modifieddiff-clang-format.py (diff)
Commit ba35778d4b9a1447b3e7fc871f9233b6eb8aa2b4 by Damien L-G
Save current working dir and return to it (per @aprokop comment on #249)
(commit: ba35778)
The file was modifieddiff-clang-format.py (diff)
Commit c2f538a8a5f1ac5576909ed9008a3c146a7c8e3a by Damien L-G
Use shutil.move instead of os.rename in diff-clang-format.py
Fix the following issue encountered by @sslattery: Error: [Errno 18]
Invalid cross-device link
(commit: c2f538a)
The file was modifieddiff-clang-format.py (diff)
The file was modifiedREADME.md (diff)
Commit c218de1145f9bbb85e9b2d1ae08d1e2cffc6d096 by Bruno Turcksin
Use matching building type for cap and deal.II
(commit: c218de1)
The file was modifiedcmake/SetupTPLs.cmake (diff)
Commit ba288ade74c6e58ca30ad02f16bbd9d475b08c0b by Bruno Turcksin
Update Dockerfile
Update boost to 1.63.0, deal.II to 8.5.1, and Trilinos to 12.10.1.
Install pandoc from apt instead of pip due to a bug with Jupyterhub
(cannot find pandoc installed by pip).
(commit: ba288ad)
The file was modifieddocker/Dockerfile_stack (diff)