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

Allow sys.ji to not exist during make install #11854

Merged
merged 1 commit into from
Jun 26, 2015

Conversation

staticfloat
Copy link
Member

@JeffBezanson does this look like the right fix for #11640 (comment)?

@staticfloat
Copy link
Member Author

Since the current rules will fail without a sys.$(SHLIB_EXT), I don't think we need to copy over sys.o, right?

@tkelman
Copy link
Contributor

tkelman commented Jun 25, 2015

Yeah I think we should not be putting the .o in the installed copy (#11640 (comment)). We need .ji iff we need a backup option for running without a dylib. Basically only for coverage, or windows until we upgrade llvm.

@staticfloat
Copy link
Member Author

Windows failure unrelated. I'm going to merge this as, even though it may not be the perfect fix, it does work, and is very unlikely to break anything. Let me know if there's a better one.

staticfloat added a commit that referenced this pull request Jun 26, 2015
Allow sys.ji to not exist during `make install`
@staticfloat staticfloat merged commit be131b9 into master Jun 26, 2015
@tkelman tkelman deleted the sf/whereforeartthoujulia branch June 26, 2015 03:41
@tkelman
Copy link
Contributor

tkelman commented Jun 26, 2015

This is good enough for now I think, there is a need to get updated nightlies out. I wonder why Travis didn't hit this, doesn't it do make install?

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

Successfully merging this pull request may close these issues.

2 participants