Menu

Tree [8c276c] devel /
 History

HTTPS access


File Date Author Commit
 EXTEND-3.1 2016-05-24 fastSimulations fastSimulations [7d1bbd] edited etc/controlDict to eliminate extraneous ...
 GLFix 2015-07-08 fastSimulations fastSimulations [3779ea] Upload of install and patching process
 extendGCC48 2016-02-05 fastSimulations fastSimulations [cffe67] removed *.*.un~ files
 extendPrefs 2016-05-20 fastSimulations fastSimulations [a4adb7] added paraview from system
 fastfcBASHRC 2016-06-17 fastSimulations fastSimulations [8c276c] corrected incorrect env file
 fixedMakeScripts 2015-07-08 fastSimulations fastSimulations [3779ea] Upload of install and patching process
 logs 2016-02-01 David Harvey David Harvey [3e1a3f] added the log file directory
 packageSources 2016-02-02 David Harvey David Harvey [bf8e3b] edited line in paraview for glxext.h
 .gitignore 2016-05-24 fastSimulations fastSimulations [60413a] updated .gitignore to include log.*
 LICENSE.md 2015-07-08 fastSimulations fastSimulations [dd7426] Added GPLV3
 README.md 2016-02-06 FAST Simulations FAST Simulations [ca21a4] Update README.md
 fastfcExtendSetup.sh 2016-06-17 fastSimulations fastSimulations [1ada6b] cleaned up formating
 fastfcExtendSetupInstructions.pdf 2015-07-08 fastSimulations fastSimulations [3779ea] Upload of install and patching process
 fastfcOpenSuseSetup.sh 2016-06-16 fastSimulations fastSimulations [51844a] corrected install packages for OpenSUSE
 fastfcSetup.sh 2016-05-25 fastSimulations fastSimulations [38d17d] corrected bashrcAdditions naming in fastfcSetup...

Read Me

fastExtendSetup

Installation scripts for OpenSUSE 13.2, OpenSUSE Leap, OpenSUSE TUmbleweed and Foam-Extend-3.1

*NOTE: THIS IS FOR OpenSUSE 13.2, OpenSUSE Leap, OpenSUSE Tumbleweed and Foam-Extend-3.1 ONLY

This file will add lines to .bashrc that need to be manually removed to revert to the original install

This document describes a series of steps in order to install Foam-Extend-3.1 on OpenSuse 13.2.

The process involves system package updates and installation of required packages, accessing the git mirror for Foam-Extend-3.1, patching the base OpenSuse 13.2 installation and the Foam-Extend-3.1 installation to allow for installation behind a firewall or in the absence of an internet connection.

REMOVE OLD INSTALLATION OF 3.1

(A) Remove any previous FOAM-Extend-3.1 Installation (IF NECESSARY)

WARNING - ONLY DO THIS IF YOU HAVE BACKED UP YOUR PREVIOUS FOAM USER DIRECTORY AND DATA

Step (1):

rm -rf $HOME/foam

REQUIRED OPENSUSE 13.2 PACKAGES

(B) Installation of required packages and the GLFix

Step (1): git mirror this repository in $HOME/.

cd $HOME/.

git clone https://github.com/fastSimulations/fastExtendSetup.git

Step (2):

cd fastExtendSetup

Step (3):

sh fastfcOpenSuseSetup

PATCHING, THIRD-PARTY PACKAGES & COMPILATION, FOAM-EXTEND-3.1 COMPILATION

(C) Extend Setup and Patching

Step (1):

cd $HOME/fastExtendSetup

Step (2):

sh fastfcExtendSetupPatching

(D) Review output compilation

Step (3):

Review compilation logs to confirm a clean installation

Step (4):

Create the user directory, if it does not already exist

cd $HOME/foam

mkdir -p $FOAM_RUN

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.