From 2dbd894b0eab610f849c88ff6f827859c1715432 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Wed, 29 Apr 2026 22:02:50 -0300 Subject: [PATCH] Update gromacs recipe --- recipes/wip/science/gromacs/recipe.toml | 3 ++- recipes/wip/science/openfoam/recipe.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/wip/science/gromacs/recipe.toml b/recipes/wip/science/gromacs/recipe.toml index 4b02ebc56..9a9260135 100644 --- a/recipes/wip/science/gromacs/recipe.toml +++ b/recipes/wip/science/gromacs/recipe.toml @@ -1,6 +1,7 @@ #TODO not compiled or tested # build instructions: https://manual.gromacs.org/current/install-guide/index.html +# repository: https://gitlab.com/gromacs/gromacs/ [source] -tar = "https://ftp.gromacs.org/gromacs/gromacs-2025.3.tar.gz" +tar = "https://ftp.gromacs.org/gromacs/gromacs-2026.1.tar.gz" [build] template = "cmake" diff --git a/recipes/wip/science/openfoam/recipe.toml b/recipes/wip/science/openfoam/recipe.toml index cf6e21fc3..bcf87c7db 100644 --- a/recipes/wip/science/openfoam/recipe.toml +++ b/recipes/wip/science/openfoam/recipe.toml @@ -1,4 +1,4 @@ -#TODO missing script for building, see https://openfoam.org/download/11-source/ +#TODO missing script for building: https://openfoam.org/download/11-source/ [source] tar = "http://dl.openfoam.org/source/11" [build]