python-bindings icon indicating copy to clipboard operation
python-bindings copied to clipboard

Add Action for MacOS installation

Open ajaust opened this issue 2 years ago • 2 comments

This PR adds an action which installs the Python bindings on MacOS X.

ajaust avatar Mar 29 '22 08:03 ajaust

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.

ajaust avatar Mar 29 '22 12:03 ajaust

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

kursatyurt avatar Apr 24 '22 21:04 kursatyurt