paulscherrerinstitute / pcaspy

Portable Channel Access Server in Python
BSD 3-Clause "New" or "Revised" License
32 stars 24 forks source link

Fix up UNAME for Solaris build #17

Closed pythontech closed 8 years ago

pythontech commented 8 years ago

Hi, To build pcaspy on Solaris, I found I needed to tweak the setup.py file. This is because, on Solaris, platform.system() returns 'SunOS' whereas EPICS uses 'solaris' for OS_CLASS and therefore the include file path.

(P.S. This is my first ever pull request , so I hope I've understood the procedure OK)

xiaoqiangwang commented 8 years ago

It is true the test has been limited to linux/os x/windows. Thanks for the fix.