python-bindings
python-bindings copied to clipboard
Add Action for MacOS installation
This PR adds an action which installs the Python bindings on MacOS X.
The action currently fails as the bindings do not find the preCICE headers. I am not sure whether I should fix it by setting the CPATH
as this action currently installs preCICE in the /usr
directory. We should find out, if this should be in the standard search path of MacOS X first.
On my computer using miniconda python installation without any problem.
I just changed CFLAGS in setup.py to include -L\usr\local\include
But again I have linker problem