Skip to content

Commit

Permalink
Automated push with new spackages 2024-11-27
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 27, 2024
1 parent 329435c commit 249daaa
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 280 deletions.
13 changes: 13 additions & 0 deletions data/packages/all-library.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"description": "Ninja is a small build system with a focus on speed. It differs from\nother build systems in two major respects: it is designed to have its\ninput files generated by a higher-level build system, and it is designed\nto run builds as fast as possible.",
"name": "ninja"
},
{
"description": "Voro++ is a open source software library for the computation of the\nVoronoi diagram, a widely-used tessellation that has applications in\nmany scientific fields.",
"name": "voropp"
},
{
"description": "The Visualization Toolkit (VTK) is an open-source, freely available\nsoftware system for 3D computer graphics, image processing and\nvisualization.",
"name": "vtk"
Expand Down Expand Up @@ -70,13 +74,22 @@
"description": "Build shared libraries",
"name": "shared"
},
{
"default": false,
"description": "Enable voronoi-based loadbalancing scheme",
"name": "voronoi"
},
{
"default": false,
"description": "Build with vtk support",
"name": "vtk"
}
],
"versions": [
{
"branch": "master",
"name": "master"
},
{
"name": "0.9.2",
"sha256": "2b4ef52c604c3c0c467712d0912a33c82177610b67edc14df1e034779c6ddb71"
Expand Down
8 changes: 7 additions & 1 deletion data/packages/cray-libsci.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
],
"description": "The Cray Scientific Libraries package, LibSci, is a collection of\nnumerical routines optimized for best performance on Cray systems.\n",
"homepage": "https://docs.nersc.gov/development/libraries/libsci/",
"latest_version": "21.08.1.2",
"latest_version": "23.02.1.1",
"maintainers": [],
"name": "cray-libsci",
"patches": [],
Expand Down Expand Up @@ -71,6 +71,12 @@
}
],
"versions": [
{
"name": "23.02.1.1"
},
{
"name": "22.11.1.2"
},
{
"name": "21.08.1.2"
},
Expand Down
14 changes: 13 additions & 1 deletion data/packages/cray-mpich.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"description": "Cray's MPICH is a high performance and widely portable implementation of\nthe Message Passing Interface (MPI) standard.\n",
"homepage": "https://docs.nersc.gov/development/compilers/wrappers/",
"latest_version": "8.1.7",
"latest_version": "8.1.25",
"maintainers": [
"haampie"
],
Expand All @@ -49,6 +49,18 @@
}
],
"versions": [
{
"name": "8.1.25"
},
{
"name": "8.1.24"
},
{
"name": "8.1.21"
},
{
"name": "8.1.14"
},
{
"name": "8.1.7"
},
Expand Down
20 changes: 10 additions & 10 deletions data/packages/gromacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,16 @@
"name": "2022",
"sha256": "fad60d606c02e6164018692c6c9f2c159a9130c2bf32e8c5f4f1b6ba2dda2b68"
},
{
"name": "2019.6",
"sha256": "bebe396dc0db11a9d4cc205abc13b50d88225617642508168a2195324f06a358"
}
],
"versions_deprecated": [
{
"branch": "main",
"name": "master"
},
{
"name": "2021.7",
"sha256": "4db7bbbfe5424de48373686ec0e8c5bfa7175d5cd74290ef1c1e840e6df67f06"
Expand Down Expand Up @@ -783,10 +793,6 @@
"name": "2020",
"sha256": "477e56142b3dcd9cb61b8f67b24a55760b04d1655e8684f979a75a5eec40ba01"
},
{
"name": "2019.6",
"sha256": "bebe396dc0db11a9d4cc205abc13b50d88225617642508168a2195324f06a358"
},
{
"name": "2019.5",
"sha256": "438061a4a2d45bbb5cf5c3aadd6c6df32d2d77ce8c715f1c8ffe56156994083a"
Expand Down Expand Up @@ -875,11 +881,5 @@
"name": "4.5.5",
"sha256": "e0605e4810b0d552a8761fef5540c545beeaf85893f4a6e21df9905a33f871ba"
}
],
"versions_deprecated": [
{
"branch": "main",
"name": "master"
}
]
}
4 changes: 4 additions & 0 deletions data/packages/voropp.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
}
],
"dependent_to": [
{
"description": "A Load Balancing Library (ALL) The library aims to provide an easy way\nto include dynamic domain-based load balancing into particle based\nsimulation codes.",
"name": "all-library"
},
{
"description": "Gmsh is a free 3D finite element grid generator with a built-in CAD\nengine and post-processor. Its design goal is to provide a fast, light\nand user-friendly meshing tool with parametric input and advanced\nvisualization capabilities. Gmsh is built around four modules: geometry,\nmesh, solver and post-processing. The specification of any input to\nthese modules is done either interactively using the graphical user\ninterface or in ASCII text files using Gmsh's own scripting language.",
"name": "gmsh"
Expand Down
Loading

0 comments on commit 249daaa

Please sign in to comment.