-
Notifications
You must be signed in to change notification settings - Fork 29
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
Issue installing Arpack with julia packaged for opensuse Tumbleweed #55
Comments
@staticfloat Wasn't this supposed to work now? |
From-source builds and binary builds work; this sounds like a distribution has packaged something that doesn't match our defaults. @ericst can you tell me what the name of your BLAS library is? You can do that via the following:
|
I have the same problem. I am on Manjaro and Julia is installed from the package manager. I am using the Julia commit that works for @ericst
BLAS library:
|
Luckily for us, we don't have the problem of distribution packagers changing BLAS library names on platforms like Windows where this solutino wouldn't work. Eventually, this will most likely be obsoleted by the linker hacks that Keno and I will write to fix linking multiple disparate folders together.
Luckily for us, we don't have the problem of distribution packagers changing BLAS library names on platforms like Windows where this solutino wouldn't work. Eventually, this will most likely be obsoleted by the linker hacks that Keno and I will write to fix linking multiple disparate folders together.
Luckily for us, we don't have the problem of distribution packagers changing BLAS library names on platforms like Windows where this solutino wouldn't work. Eventually, this will most likely be obsoleted by the linker hacks that Keno and I will write to fix linking multiple disparate folders together.
Luckily for us, we don't have the problem of distribution packagers changing BLAS library names on platforms like Windows where this solutino wouldn't work. Eventually, this will most likely be obsoleted by the linker hacks that Keno and I will write to fix linking multiple disparate folders together.
Can those with these problems please run
And show me what the output looks like? If you have this problem, I expect to see something like the following:
If it doesn't work (e.g. you get a permissions error) then you need to do it with |
For me, the problem exists on Arch Linux x86_64 using the package
With the package However, on my machine, both |
@sostock; that looks like it worked; great. (Although since you ran things as
If this bothers you, I would suggest opening issues about that on the community repo and AUR. |
@staticfloat Actually, creating the symlink did not help with the community repo Julia. I can successfully
In the For now, I will just use |
Ah; yeah. If they aren't using an |
Well yeah. Then using the download from julialang.org is good. Thank you very much. |
This worked for me on Fedora 29. The last line initially failed, but after creating the symlink with sudo, Arpack builds fine. |
The fix suggested by @staticfloat worked for my old Ubuntu 14.04 machine. I had no further issues. Thanks! |
Hi, the issue still persists (openSUSE 15.0 and 15.1, julia 1.1 installed via system repos). That said, I see the problem behind the issue.
Second, to me it not obvious why |
... me again. Had to switch to openSUSE Tumbleweed due to a new laptop with wifi6 which needs kernel version 5. |
Even less orthodoxy solution, and seems to work fine here (EndeavourOS, using julia from arch/comunity) (but failed during tests):
This might be a bad idea? |
A lot of this should be addressed by recent improvements to BinaryBuilder. I suggest opening a new issue if still necessary. |
I have a problem when trying to install Arpac on opensuse Tumbleweed(x86_64). I installed Julia from the package manager.
Here is the output when I try to add Arpack:
And here is the output of versioninfo():
After that I tried by downloading the binaries from julialang.org and using them instead and I haven't had any problems with that. Here is then the versioninfo() output for this:
The text was updated successfully, but these errors were encountered: