You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build system currently is out of best practices. The reason is that the setup.py delegates to a install_foam_interface.sh that does compilation and installation of an unrelated package, including installing on the user's home directory.
To accommodate edm packaging this has to change.
extension module and libraries must be in a separate repo and package, and packaged as a separate egg.
simphony-openfoam becomes a purely python entity, with the binary extension as a dependency
Without this change, porting to EDM is pretty much impossible.
The build system currently is out of best practices. The reason is that the setup.py delegates to a install_foam_interface.sh that does compilation and installation of an unrelated package, including installing on the user's home directory.
To accommodate edm packaging this has to change.
Without this change, porting to EDM is pretty much impossible.