-
Notifications
You must be signed in to change notification settings - Fork 32
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
libRmath-julia is not being installed in $JULIA_HOME./usr/lib #3
Comments
Perhaps the problem is more subtle. It seems that in make install-Rmath installs the library in make clean-Rmath deletes it. |
Isn't that the correct behaviour for |
Perhaps I was wrong about |
Are you using Cc: @staticfloat |
There was a Makefile bug, I believe. Also, I am removing USE_SYSTEM_RMATH, as we use a patched Rmath. |
Please reopen if still not addressed. |
@staticfloat You may need to package libRmath-julia for travis. |
@ViralBShah Removing That flag was only ever there to install our own version of librmath that was packaged via the |
@ViralBShah In |
How about renaming USE_SYSTEM_RMATH to USE_SYSTEM_RMATH_JULIA or something so that people don't mistake it for the Rmath provided by R? |
Sure, that could work. On Thu, Feb 13, 2014 at 6:00 PM, Viral B. Shah notifications@github.comwrote:
|
I'm not sure if this is a right place for my problem, but my installation of Julia (fresh built by homebrew on osx) misses libRmath-julia and I get expected errors like
|
@staticfloat Perhaps we can avoid using system Rmath for homebrew builds? |
I'm getting the same error as @sbos. |
Hey there, sorry I've been incommunicado. I just did a fresh build of Homebrew julia and normal julia, and both worked fine, on a fresh OSX machine. How can I trigger this error? |
Right now, homebrew build is broken for me. When julia starts I see the message
But the error mentioned here is triggered by running
|
Can you type |
On my system, the only libopenblas found is the only one that had been installed by homebrew (is this a problem BTW?). It is located at The output of otool is
|
@sbos I think I've managed to fix this problem. Please reinstall |
This may be a problem with the makefiles in the
julia/deps
directory and not withRmath
per se. After the change to the namelibRmath-julia
the shared object does not seem to be installed in thejulia/usr/lib
directory when compiling a clean version of julia. If I runin the deps directory the file becomes available.
Check the Travis reports for the Distributions package for the error.
The text was updated successfully, but these errors were encountered: