<div dir="ltr"><div>Hello everybody,</div><div><br></div><div>I'm trying to create a flatpack-bundle using flatpack-builder. I need to install OpenFoam as one of the programs (<a href="https://openfoam.org/download/4-0-source/">https://openfoam.org/download/4-0-source/</a>).
 The installation of it is as follows. I need to run bashrc file, which 
will create environment variables for the installation of the software 
in the current folder. After the script I need to run Allwmake script 
which will install the software. <br>This installation aproach is quite 
different from the tipical use of autotools or cmake. I cannot specify 
the --prefix, and use the comand from makefile : "cd /app/opt/OpenFOAM-4.0/ "<br></div><div>Anyway I've got two quiestions:<br></div><div>1. How to run bashrc during installation process?<br>2. How I can get to /app/opt to start Allwmake script?<br></div><div><br></div><div>Best regards, Yuri Andreev.</div></div>