Skip to content

Commit

Permalink
docs: updated software list
Browse files Browse the repository at this point in the history
  • Loading branch information
kcgthb committed Oct 15, 2024
1 parent 0dabb05 commit c93b8f9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
8 changes: 6 additions & 2 deletions includes/data/software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6572,7 +6572,7 @@ software_modules:
or size of CPUs and GPUs, from large servers to our smallest systems-on-a-chip
(SoCs).', markedDefault: false, versionName: '2024.4'}
- categories: devel, language
defaultVersionName: 18.15.0
defaultVersionName: 20.18.0
description: Node.js is a JavaScript runtime built on Chrome's V8 JavaScript
engine. It provides the npm package manager.
package: nodejs
Expand All @@ -6586,6 +6586,8 @@ software_modules:
engine. It provides the npm package manager., markedDefault: false, versionName: 16.13.0}
- {description: Node.js is a JavaScript runtime built on Chrome's V8 JavaScript
engine. It provides the npm package manager., markedDefault: false, versionName: 18.15.0}
- {description: Node.js is a JavaScript runtime built on Chrome's V8 JavaScript
engine. It provides the npm package manager., markedDefault: false, versionName: 20.18.0}
- categories: devel, lib
defaultVersionName: 2.23.4
description: NCCL (pronounced 'Nickel') is a stand-alone library of standard
Expand Down Expand Up @@ -8203,7 +8205,9 @@ software_modules:
url: https://github.com/coder/code-server
versions:
- {description: Run VS Code on any machine anywhere and access it in the browser.,
markedDefault: false, versionName: 4.16.1}
markedDefault: false, versionName: 4.93.1}
- {description: Run VS Code on any machine anywhere and access it in the browser.,
markedDefault: true, versionName: 4.16.1}
- categories: devel, compiler
defaultVersionName: '21.5'
description: NVIDIA HPC Software Development Kit (SDK) including C, C++, and
Expand Down
18 changes: 18 additions & 0 deletions src/docs/software/updates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
<description>Sherlock software update feed</description>
<link>https://www.sherlock.stanford.edu/docs/software/list</link>
<atom:link href="https://www.sherlock.stanford.edu/docs/software/updates.xml" rel="self" type="application/rss+xml"/>
<item>
<title>New version: devel/code-server version 4.93.1</title>
<description>Run VS Code on any machine anywhere and access it in the browser.</description>
<link>https://github.com/coder/code-server</link>
<guid>https://www.sherlock.stanford.edu/docs/software/list/?add:v=4.93.1#code-server</guid>
<category>devel, IDE</category>
<author>[email protected] (Kilian Cavalotti)</author>
<pubDate>Tue, 15 Oct 2024 15:19:55 -0700</pubDate>
</item>
<item>
<title>New version: devel/nodejs version 20.18.0</title>
<description>Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. It provides the npm package manager.</description>
<link>https://nodejs.org/</link>
<guid>https://www.sherlock.stanford.edu/docs/software/list/?add:v=20.18.0#nodejs</guid>
<category>devel, language</category>
<author>[email protected] (Kilian Cavalotti)</author>
<pubDate>Tue, 15 Oct 2024 14:58:51 -0700</pubDate>
</item>
<item>
<title>New version: math/hypre version 2.32.0</title>
<description>HYPRE is a library of high performance preconditioners and solvers featuring multigrid methods for the solution of large, sparse linear systems of equations on massively parallel computers.</description>
Expand Down

0 comments on commit c93b8f9

Please sign in to comment.