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

Build is not reproducible due to symlinks #41

Closed
carbocation opened this issue Aug 16, 2018 · 1 comment
Closed

Build is not reproducible due to symlinks #41

carbocation opened this issue Aug 16, 2018 · 1 comment

Comments

@carbocation
Copy link

carbocation commented Aug 16, 2018

I am trying to make a reproducible build, in order to fork this package to permit separate .bim/.bed/.fam files (see #40 ). However, I cannot easily reproduce your build, because this .git repo is full of symlinks. E.g.:

~/code/SAIGE/thirdParty/cget/bin $ ls -l
sav -> /net/hunt/zhowei/project/imbalancedCaseCtrlMixedModel/Rpackage_SPAGMMAT/SAIGE/thirdParty/cget/cget/pkg/statgen__savvy/install/bin/sav

As you can see, this file (and many others) symlink to something that expects to be at the path /net/hunt/zhowei . Is it possible to remove the symlinks and to instead include the dependencies?

@weizhouUMICH
Copy link
Owner

Hello @carbocation,

I tried to manually replace the symlinks and the compilation failed after then. It seems that the way to solve the symlinks issue is after you download the SAIGE folder, rm -r cget in the thirdParty folder and re-download and install the savvy library

https://github.com/statgen/savvy/

Thanks,
Wei

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