From cde1421c55908fc87ef007a143280fcc665ea272 Mon Sep 17 00:00:00 2001 From: Kevin Wells Date: Mar 23 2023 23:06:35 +0000 Subject: Add documentation for hyperscale-intel repo This patch adds a sub-page alongside the other repository pages with information about the `hyperscale-intel` repository. Signed-off-by: Kevin Wells --- diff --git a/docs/content/repositories/intel.md b/docs/content/repositories/intel.md new file mode 100644 index 0000000..057f981 --- /dev/null +++ b/docs/content/repositories/intel.md @@ -0,0 +1,35 @@ +The `intel` repository contains optimized versions of packages, to help +customers maximize their performance on IntelĀ® architectures. + +# Use +To use the `intel` repository, create a DNF repository file in +`/etc/yum.repos.d/` named `CentOS-Stream-Hyperscale-Intel.repo` containing +the following lines: + +```shell +[centos-hyperscale-intel] +name=CentOS Stream $releasever - Hyperscale Intel +mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=hyperscale-packages-intel +#baseurl=http://mirror.centos.org/$contentdir/$stream/hyperscale/$basearch/packages-intel/ +gpgcheck=1 +enabled=1 +priority=50 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-HyperScale +``` + +Note that if you do not already have the Hyperscale SIG GPG key, you can +install it via the `centos-release-hyperscale` package. + +# Available packages +Browse the [release tag](https://cbs.centos.org/koji/packages?tagID=2616) on +CBS to see what packages are available. Please report any issues with these +packages on our +[package-bugs](https://pagure.io/centos-sig-hyperscale/package-bugs) tracker. + + +## zlib +We ship an optimized version of [zlib](https://zlib.net/) with significant +performance enhancements for compression. The optimized zlib package is +identical to the CentOS Stream zlib package, but with two alternative +implementations to provide a fast and high-quality hash function on systems +supporting SSE4.2 and AVX2 instructions. diff --git a/mkdocs.yml b/mkdocs.yml index dbabcbf..22f9a5a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,6 +11,7 @@ nav: - content/repositories/main.md - content/repositories/hotfixes.md - content/repositories/experimental.md + - content/repositories/intel.md - Container images: content/containers.md - Spins: - Workstation LiveDVD: content/spins/workstation.md @@ -60,6 +61,7 @@ plugins: repositories/main.md: content/repositories/main.md repositories/hotfixes.md: content/repositories/hotfixes.md repositories/experimental.md: content/repositories/experimental.md + repositories/intel.md: content/repositories/intel.md containers.md: content/containers.md spins/workstation.md: content/spins/workstation.md eln_extras.md: content/eln_extras.md