commit 80c08208d097ac022eef3c8af401b0349a852959 parent 7acd69506403c1df993c53218fb94913059cbe82 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Fri, 10 Oct 2025 11:29:33 +0200 Add gmsh 0.14.1 Diffstat:
| A | src/cad-libs/gmsh_4.14.1.sh | | | 32 | ++++++++++++++++++++++++++++++++ |
1 file changed, 32 insertions(+), 0 deletions(-)
diff --git a/src/cad-libs/gmsh_4.14.1.sh b/src/cad-libs/gmsh_4.14.1.sh @@ -0,0 +1,32 @@ +#!/bin/sh + +# Copyright (C) 2023-2025 |Méso|Star> (contact@meso-star.com) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +set -e + +. "misc/build.sh" + +version=4.14.1 + +if [ -n "${GMSH_SH}" ]; then + check_conflict "Gmsh" "${version}" "${GMSH_SH}" +else + export GMSH_SH="${version}" + + name="gmsh" + url="$\(REPO_BIN\)/gmsh_${version}_gnu_linux64.tgz" + bin_spkg +fi