From 9756f84bc8d352c337f993630d33a42c78c641c9 Mon Sep 17 00:00:00 2001 From: Henrik Rusche Date: Tue, 29 May 2018 10:41:36 +0200 Subject: [PATCH] Bump version in some files --- bin/foamInstallationTest | 2 +- cmake/compileFOAM.cmake | 2 +- testHarness/README.txt | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/foamInstallationTest b/bin/foamInstallationTest index cd748a5fb..6534a30d6 100755 --- a/bin/foamInstallationTest +++ b/bin/foamInstallationTest @@ -32,7 +32,7 @@ #------------------------------------------------------------------------------ # Base settings -FOAM_VERSION=foam-extend-4.0 +FOAM_VERSION=foam-extend-4.1 SUPPLIED_VERSION_GCC=4.3.3 MIN_VERSION_GCC=4.3.1 diff --git a/cmake/compileFOAM.cmake b/cmake/compileFOAM.cmake index 9e6c19032..26c9de0eb 100644 --- a/cmake/compileFOAM.cmake +++ b/cmake/compileFOAM.cmake @@ -231,7 +231,7 @@ export(PACKAGE FOAM) set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Henrik Rusche") set(CPACK_PACKAGE_CONTACT "h.rusche@wikki-gmbh.de") set(CPACK_GENERATOR "DEB") -set(CPACK_PACKAGING_INSTALL_PREFIX "/opt/foam-extend-4.0") +set(CPACK_PACKAGING_INSTALL_PREFIX "/opt/foam-extend-4.1") set(CPACK_SOURCE_STRIP_FILES "1") include(CPack) diff --git a/testHarness/README.txt b/testHarness/README.txt index f0ef89941..09abb4d1c 100644 --- a/testHarness/README.txt +++ b/testHarness/README.txt @@ -6,7 +6,7 @@ This part of the repository is for FOAM test harnesses. Directory Structure =================== -foam-extend-4.0 : Test harness for foam-extend version 4.0. See the file foam-extend-4.0/README.txt for more information +foam-extend-4.1 : Test harness for foam-extend version 4.1. See the file foam-extend-4.1/README.txt for more information OSIG : CMake/CTest scripts for FOAM Special Interest Group (OSIG) test harness OSIG/TurboMachinery : Test harness for the TurboMachinery OSIG. See the file OSIG/Turbomachinery/README.txt for more information. @@ -34,7 +34,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved. 5: move to the runDir directory for the FOAM test harness - cd $WM_PROJECT_DIR/testHarness/foam-extend/4.0/runDir + cd $WM_PROJECT_DIR/testHarness/foam-extend/4.1/runDir 6: Normally, if using the master branch, everything should already be setup for you to run the test harness. @@ -46,7 +46,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved. 7: Next, running the test loop is pretty simple: - cd $WM_PROJECT_DIR/testHarness/foam-extend/4.0/runDir # you should already be there... + cd $WM_PROJECT_DIR/testHarness/foam-extend/4.1/runDir # you should already be there... ./Allclean ./Allrun_Experimental @@ -54,7 +54,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved. 8: The results will be published on the CDash dashboard on foam-extend. To see your results: - URL : http://foam-extend.sourceforge.net/CDash/index.php?project=foam-extend-4.0 + URL : http://foam-extend.sourceforge.net/CDash/index.php?project=foam-extend-4.1 9: You can customize your system identifier on the dashboard using the environment variable $CDASH_SUBMIT_LOCAL_HOST_ID. @@ -66,7 +66,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved. NB: Please no "forward slash" or "/" in the system ID; it looks like CDash will choke on this. -10: In general, see the file $WM_PROJECT_DIR/testHarness/foam-extend/4.0/README.txt for the necessary information about running the +10: In general, see the file $WM_PROJECT_DIR/testHarness/foam-extend/4.1/README.txt for the necessary information about running the test loop.