From d3f07698a5cd7ccaa2c6616ec5aab392e4f423d7 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Wed, 30 Apr 2008 22:14:12 +0000 Subject: Upgrade Code_Saturne to 1.3.2. Code_Saturne 1.3.2 contains important corrections in the extended neighbourhood (used for gradient calculation with options IMRGRA=2 and 3 and for the LES dynamic model), in the steady-state algorithm and for rotation periodicity. Therefore it is strongly advised to upgrade to version 1.3.2. Earlier releases of version 1.3 (especially versions 1.3.f and 1.3.1) are considered obsolete and have been removed from the website. Note: the pdf handbooks don't build at the moment, but they are available from the Code_Saturne's main site. --- science/bft/Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'science/bft/Makefile') diff --git a/science/bft/Makefile b/science/bft/Makefile index 5f1a46445737..4658977ae415 100644 --- a/science/bft/Makefile +++ b/science/bft/Makefile @@ -6,20 +6,22 @@ # PORTNAME= bft -PORTVERSION= 1.0.5 +PORTVERSION= 1.0.6 CATEGORIES= science parallel -MASTER_SITES= http://www.edf.fr/html/RetD/livraison_saturne_${REL_DATE}/ +MASTER_SITES= http://rd.edf.com/fichiers/fckeditor/File/EDF%20RD/Code_Saturne/Fichiers/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +EXTRACT_SUFX= .tgz MAINTAINER= thierry@FreeBSD.org COMMENT= Code_Saturne Base Functions and Types library -REL_DATE= 20071218 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -TESTSBIN= bft_test +TESTSBIN= bft_test bft_mem_usage_test bft_printf_test pre-configure: # No useful doc there @@ -27,7 +29,7 @@ pre-configure: regression-test: .for pg in ${TESTSBIN} - @(cd ${WRKSRC}/tests; ./${pg} arg1 arg2) + (cd ${WRKSRC}/tests; ./${pg} arg1 arg2) .endfor .include -- cgit v1.2.3