File tree 5 files changed +1413
-1681
lines changed
5 files changed +1413
-1681
lines changed Original file line number Diff line number Diff line change 10
10
< h1 class ="page-title "> Installation guide</ h1 >
11
11
< hr >
12
12
13
- < h2 class ="page-title "> KERN-7 - Ubuntu 20.04</ h2 >
13
+ < h2 class ="page-title "> KERN-8 - Ubuntu 20.04</ h2 >
14
14
< p > A new version of KERN is released roughly every 6 months and is based on the latest Ubuntu LTS release.
15
15
The current
16
- release of KERN is KERN-7 and is based on Ubuntu 20.04 (Focal). To enable the KERN-7 repository on a
16
+ release of KERN is KERN-8 and is based on Ubuntu 20.04 (Focal). To enable the KERN-8 repository on a
17
17
Ubuntu 20.04
18
18
system run:
19
19
</ p >
20
20
21
21
< figure class ="code ">
22
22
< pre > < code >
23
23
$ sudo apt-get install software-properties-common
24
- $ sudo add-apt-repository -s ppa:kernsuite/kern-7
24
+ $ sudo add-apt-repository -s ppa:kernsuite/kern-8
25
25
$ sudo apt-add-repository multiverse
26
26
$ sudo apt-add-repository restricted
27
27
$ sudo apt-get update
@@ -44,7 +44,7 @@ <h2 class="page-title">Docker and singularity</h2>
44
44
and < a href ="http://singularity.lbl.gov/ "> Singularity</ a > images:
45
45
< figure class ="code ">
46
46
< pre > < code >
47
- FROM kernsuite/base:7
47
+ FROM kernsuite/base:8
48
48
RUN docker-apt-install python3-casacore
49
49
</ code > </ pre >
50
50
</ figure >
@@ -57,7 +57,7 @@ <h2 class="page-title">Docker and singularity</h2>
57
57
< figure class ="code ">
58
58
< pre > < code >
59
59
Bootstrap: docker
60
- From:kernsuite/base:7
60
+ From:kernsuite/base:8
61
61
%post
62
62
docker-apt-install python3-casacore
63
63
</ code > </ pre >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h2>Netherlands</h2>
20
20
< pre > < code >
21
21
$ sudo apt-get install software-properties-common
22
22
$ curl -L https://archive.kernsuite.info/kern.key | sudo apt-key add -
23
- $ sudo add-apt-repository -s https://archive.kernsuite.info/kernsuite/kern-7 /ubuntu
23
+ $ sudo add-apt-repository -s https://archive.kernsuite.info/kernsuite/kern-8 /ubuntu
24
24
$ sudo apt-add-repository multiverse
25
25
$ sudo apt-add-repository restricted
26
26
$ sudo apt-get update
Original file line number Diff line number Diff line change @@ -12,6 +12,19 @@ <h1 class="page-title">News and release notes</h1>
12
12
13
13
< hr >
14
14
15
+ < h2 > KERN-8</ h2 >
16
+ < p > release date: < b > March 03 2023</ b > </ p >
17
+
18
+ < h5 > Changes since KERN-7</ h5 >
19
+
20
+ < ul >
21
+ < li > Based on Casacore 3.5</ li >
22
+ < li > All existing packages updated to the latest versions.</ li >
23
+ < li > Most packages support both amd64 and arm64.</ li >
24
+ </ ul >
25
+
26
+ < hr >
27
+
15
28
< h2 > KERN-7</ h2 >
16
29
< p > release date: < b > April 12 2021</ b > </ p >
17
30
You can’t perform that action at this time.
0 commit comments