diff --git a/index.html b/index.html index 5c6a2bf..8b9a6ac 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@

KERN

-

KERN is a bi-annually released set of radio astronomical software packages. +

KERN is an annually released set of radio astronomical software packages. It should contain most of the standard tools that a radio astronomer needs to work with radio telescope data. The goal of KERN is to save time and prevent frustration in setting up of scientific pipelines and to assist in achieving scientific reproducibility.

@@ -22,11 +22,11 @@

KERN

Quick start

-

To quickly get started using KERN run the following command on a Ubuntu 20.04 system:

+

To quickly get started using KERN run the following command on a Ubuntu 22.04 system:


 $ sudo apt-get install software-properties-common
-$ sudo add-apt-repository -s ppa:kernsuite/kern-8
+$ sudo add-apt-repository -s ppa:kernsuite/kern-9
 $ sudo apt-add-repository multiverse
 $ sudo apt-add-repository restricted
 $ sudo apt-get update
diff --git a/installation/index.html b/installation/index.html index 21399c4..9dbf099 100644 --- a/installation/index.html +++ b/installation/index.html @@ -10,18 +10,18 @@

Installation guide


-

KERN-8 - Ubuntu 20.04

-

A new version of KERN is released roughly every 6 months and is based on the latest Ubuntu LTS release. +

KERN-9 - Ubuntu 22.04

+

A new version of KERN is released roughly every year and is based on the latest Ubuntu LTS release. The current - release of KERN is KERN-8 and is based on Ubuntu 20.04 (Focal). To enable the KERN-8 repository on a - Ubuntu 20.04 + release of KERN is KERN-9 and is based on Ubuntu 22.04 (Jammy). To enable the KERN-9 repository on a + Ubuntu 22.04 system run:


 $ sudo apt-get install software-properties-common
-$ sudo add-apt-repository -s ppa:kernsuite/kern-8
+$ sudo add-apt-repository -s ppa:kernsuite/kern-9
 $ sudo apt-add-repository multiverse
 $ sudo apt-add-repository restricted
 $ sudo apt-get update
@@ -44,7 +44,7 @@ 

Docker and singularity

and Singularity images:

-FROM kernsuite/base:8
+FROM kernsuite/base:9
 RUN docker-apt-install python3-casacore
 
@@ -57,7 +57,7 @@

Docker and singularity


 Bootstrap: docker
-From:kernsuite/base:8
+From:kernsuite/base:9
 %post
     docker-apt-install python3-casacore
 
@@ -68,7 +68,7 @@

Docker and singularity

Older releases

- The old releases are KERN-0 for Ubuntu 14.04, KERN-1, KERN-2, KERN-3 for Ubuntu 16.04. KERN-4, KERN-5 and KERN-6 for Ubuntu 18.04. KERN-7 for Ubuntu 20.04. + The old releases are KERN-0 for Ubuntu 14.04, KERN-1, KERN-2, KERN-3 for Ubuntu 16.04. KERN-4, KERN-5 and KERN-6 for Ubuntu 18.04. KERN-7 and KERN-8 for Ubuntu 20.04. These releases have reached end of live and are not supported anymore. You can still use them though, also inside Docker containers. diff --git a/mirror/index.html b/mirror/index.html index 2f22766..df162da 100644 --- a/mirror/index.html +++ b/mirror/index.html @@ -14,13 +14,13 @@

International Mirror

Netherlands

We have set up an KERN archive mirror sponsored by ASTRON.

-

To enable the mirror on Ubuntu 20.04 please run:

+

To enable the mirror on Ubuntu 22.04 please run:


 $ sudo apt-get install software-properties-common
 $ curl -L https://archive.kernsuite.info/kern.key | sudo apt-key add -
-$ sudo add-apt-repository -s https://archive.kernsuite.info/kernsuite/kern-8/ubuntu
+$ sudo add-apt-repository -s https://archive.kernsuite.info/kernsuite/kern-9/ubuntu
 $ sudo apt-add-repository multiverse
 $ sudo apt-add-repository restricted
 $ sudo apt-get update
diff --git a/news/index.html b/news/index.html
index 4b94d85..cbb9f86 100644
--- a/news/index.html
+++ b/news/index.html
@@ -12,6 +12,18 @@ 

News and release notes


+

KERN-9

+

release date: April 26 2024

+ +
Changes since KERN-8
+ +
    +
  • Most existing packages are updated to the latest versions.
  • +
  • Packages support both amd64 and arm64.
  • +
+ +
+

KERN-8

release date: March 03 2023

diff --git a/packages/index.html b/packages/index.html index b1cfad8..c25e9cb 100644 --- a/packages/index.html +++ b/packages/index.html @@ -9,7 +9,8 @@