Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

academic/FreeFem: Updated for version 4.15. #9159

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions academic/FreeFem/FreeFem.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Slackware build script for FreeFem
# Based on the Slackware 15.0 SlackBuild and on PKGBUILD script for freefem from AUR
#
# Copyright 2019-2023, Fellype do Nascimento, Guaratinguetá - Brazil
# Copyright 2019-2024, Fellype do Nascimento, Guaratinguetá - Brazil
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -26,11 +26,13 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=FreeFem
VERSION=${VERSION:-4.14}
VERSION=${VERSION:-4.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCVER=${SRCVER:-4.14}
## TODO: remove $SRCVER in the next update since the FreeFem team is not
## distributing the sources numbered as x.y-z anymore
SRCVER=${SRCVER:-4.15}

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
Expand Down
6 changes: 3 additions & 3 deletions academic/FreeFem/FreeFem.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="FreeFem"
VERSION="4.14"
VERSION="4.15"
HOMEPAGE="https://freefem.org/"
DOWNLOAD="https://github.com/FreeFem/FreeFem-sources/archive/v4.14/FreeFem-sources-4.14.tar.gz \
DOWNLOAD="https://github.com/FreeFem/FreeFem-sources/archive/v4.15/FreeFem-sources-4.15.tar.gz \
https://master.dl.sourceforge.net/project/openfoam-extend/foam-extend-3.0/ThirdParty/metis-5.1.0.tar.gz \
http://www.tetgen.org/1.5/src/tetgen1.5.1-beta1.tar.gz"
MD5SUM="ca73e2353138e6c6cebdd9cc8df60b7f \
MD5SUM="9d32ab95ad578b2d78433fdd9152f7fe \
5465e67079419a69e0116de24fce58fe \
3d55c197bcbfc611b7ced6f343643756"
DOWNLOAD_x86_64=""
Expand Down