paulscherrerinstitute / StreamDevice

EPICS Driver for message based I/O
GNU General Public License v3.0
28 stars 42 forks source link

Packaging as a standalone EPICS module #9

Closed darcato closed 6 years ago

darcato commented 6 years ago

Is there a specific reason why this must be put inside the application top folder? All the other epics modules are distributed as standalone support library to be linked by the application. Can this be done here? I know it can easily be done by the user, but this change would help to standardize the way a user installs an epics module.

dirk-zimoch commented 6 years ago

Working on it...

keenanlang commented 6 years ago

Can this be done here?

Late response, but the APS does have a packaging of streamDevice as a standard epics module.

https://github.com/epics-modules/stream

darcato commented 6 years ago

Thanks, I completely missed it. I will use that repository!

dirk-zimoch commented 6 years ago

I'm working on it. Version 2.8 will come as a standard epics module. At the moment I am still working so some other improvements...

Dirk

On 06.06.2018 21:43, Keenan Lang wrote:

Can this be done here?

Late response, but the APS does have a packaging of streamDevice as a standard epics module.

https://github.com/epics-modules/stream

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/paulscherrerinstitute/StreamDevice/issues/9#issuecomment-395190117, or mute the thread https://github.com/notifications/unsubscribe-auth/AMRD3zvXn6KpE62cfUlvx6ZkD9qFdiAEks5t6DDYgaJpZM4T93Pp.

dirk-zimoch commented 6 years ago

Done in the current master branch.