Minimal rwreg library is added with corresponding packaging toolkit
Description
the reg_interface package will now look for the librwreg.so in $LD_LIBRARY_PATH
on the x86 architecture. For the arm packaging is not ready yet and the library will be loaded using the abs path through $GEM_PATH var.
rwreg package will be installed under by default under /opt/ and requires
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rwreg/lib after the installation. It also depends on wiscrpcsvc which is available here: https://github.com/mexanick/wiscrpcsvc/releases/tag/1.0.0wiscrpcsvc will be also installed by default under /opt/ and requires
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/wiscrpcsvc/lib
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Motivation and Context
Required to provide smooth installation routine
How Has This Been Tested?
Tested on docker during sphinx documentation assembly: sphinx-autodoc imports all relevant python modules which in turn load the rwreglibrary. The library itself was not tested, however it reuses well tested code so no problems is expected with it.
Screenshots (if appropriate):
Checklist:
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Minimal
rwreg
library is added with corresponding packaging toolkitDescription
the
reg_interface
package will now look for the librwreg.so in $LD_LIBRARY_PATH on thex86
architecture. For the arm packaging is not ready yet and the library will be loaded using the abs path through $GEM_PATH var.rwreg
package will be installed under by default under/opt/
and requiresexport LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/rwreg/lib
after the installation. It also depends onwiscrpcsvc
which is available here: https://github.com/mexanick/wiscrpcsvc/releases/tag/1.0.0wiscrpcsvc
will be also installed by default under/opt/
and requiresexport LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/wiscrpcsvc/lib
Types of changes
Motivation and Context
Required to provide smooth installation routine
How Has This Been Tested?
Tested on docker during
sphinx
documentation assembly:sphinx-autodoc
imports all relevant python modules which in turn load therwreg
library. The library itself was not tested, however it reuses well tested code so no problems is expected with it.Screenshots (if appropriate):
Checklist: