mikelangelo-project / capstan-packages

Docker container that builds OSv from source and recompiles all Capstan packages it has recipe for.
Other
2 stars 3 forks source link

Only incude single solver .so dependency in seperate solver packages #15

Closed gasper-vrhovsek closed 6 years ago

gasper-vrhovsek commented 6 years ago

This commit will fix building OpenFOAM packages by leaving only the solver .so file that corresponds to the package being built.

openfoam_core.patch has been moved to the common directory, because it is used for all solver packages. Additionally reconstructPar and decomposePar links are removed from specific solver packages, but left in openfoam.core package.

@miha-plesko @gberginc please review

miha-plesko commented 6 years ago

I didn't forget about this one, but would like to test it locally before merge. Right after I finish my part in 5.3 ;)

gasper-vrhovsek commented 6 years ago

@miha-plesko please review the most recent changes. I have implemented the changes you requested and tested building openfoam packages and everything looked ok.