Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add repy_v1 runtime and libraries to nodemanager build #112

Open
aaaaalbert opened this issue Jan 22, 2015 · 3 comments
Open

Add repy_v1 runtime and libraries to nodemanager build #112

aaaaalbert opened this issue Jan 22, 2015 · 3 comments

Comments

@aaaaalbert
Copy link
Contributor

Once #111 is merged, check choksi81/nodemanager@4adc831 (dependencies and build config for repy_v1) and amend it so that nodemanager builds have a correct, functional subdirectory containing the V1 runtime, repyV1.

Note that this precise name is required by the nmAPI.

@aaaaalbert
Copy link
Contributor Author

Cross-checking with @XuefengHuang --- how much of the functionality to copy over files for the actual Repy (v1/v2) runtimes is still in your new installer-packaging scripts?

@XuefengHuang
Copy link

There are the actual Repy(v1/v2) runtimes in my installer-packaing.

# Nodemanager and RepyV2 runtime
DEPENDENCIES/nodemanager/* seattle_repy
DEPENDENCIES/portability/* seattle_repy
DEPENDENCIES/seattlelib_v2/* seattle_repy
DEPENDENCIES/repy_v2/* seattle_repy

# RepyV2 runtime for vessels
DEPENDENCIES/repy_v2/* seattle_repy/repy_v2
DEPENDENCIES/portability/* seattle_repy/repy_v2
DEPENDENCIES/seattlelib_v2/dylink.r2py seattle_repy/repy_v2
DEPENDENCIES/seattlelib_v2/textops.py seattle_repy/repy_v2
DEPENDENCIES/nodemanager/servicelogger.py seattle_repy/repy_v2

# RepyV1 runtime for vessels
DEPENDENCIES/repy_v1/* seattle_repy/repy_v1

@aaaaalbert
Copy link
Contributor Author

Thanks for the quick reply. If we keep things like this, we will have to sync dependency updates between the installer-packaging and nodemanager build scripts (which I would rather not have to do, for obvious reasons).

The only other alternative I can think of right now would be modifying the build scripts to work recursively on selected dependencies. Let's discuss this in our next meeting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants