-
Notifications
You must be signed in to change notification settings - Fork 35
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
More 10.9 brew install
issues for --HEAD
#66
Comments
The same thing happens without |
This might not be the cause of your issue, but you are passing OpenBLAS the wrong target. According to the compilation log, you are on a Haswell machine: |
It also looks like |
@ndr-qef That's what I did at first, but I get this:
What's up with this...? |
My
(Note that
|
Please pass a -v flag to brew install so that we can see what's going On Wed, Feb 12, 2014 at 12:41 PM, Andrew Gibiansky <[email protected]
|
With
|
You seem to be encountering OpenMathLib/OpenBLAS#320. I can confirm that it happens on my Haswell machine as well. The most immediate solution is simply to compile OpenBLAS from |
@ndr-qef Thanks. Using it with
|
@gibiansky Do you know what the Have you tried downloading Julia and compiling directly? (That is, run: |
Nope! No idea what's up with that |
Though at some point it could not find |
Hmm. If I compile Julia I get this error. |
Now that that |
Working on it. Uninstalled
(to make sure I have that set up properly). Will then run |
The command to install |
Looks like a strange issue with #include <new> I'm not very good with C++, but could this have anything to do with Mavericks shipping with "clang" named "gcc"? (I don't know how to specify a different compiler, but I have gcc-4.8 installed and could somehow use that?) |
Can you run:
This will drop you into a shell with the environment that Homebrew uses to install packages, with Julia unpacked and ready to build. Run:
So that we can just slap
When that finishes just fine, let's immediately try to build
|
...and... no errors? I think? Here's the full output (not including the downloading messages):
Should I run something next? |
Go ahead and go for the gold:
Let's see what it dies on. And yes, |
It dies, but I'm not sure on what. Here are the last several lines of the output:
Given that there's probably several thousand lines of output total, I'm not sure where to look... |
Run |
So, interestingly enough, it seems to be proceeding past a bunch of errors:
These are the usual OpenBlas errors. What's going on? I have |
Perhaps I should just edit |
|
Nope, I'm passing
|
Well this is really weird, because if Julia's |
It should die later, when it can't find OpenBLAS, (That's why the Julia formula automatically copies in the OpenBLAS |
Trying to reproduce this cleanly. Will give you full output of everything soon... want to make sure I'm doing everything right. |
Here are full logs. The commands that were run were: $ history
10453 make distclean
10454 BUILD_OPTS="prefix=/usr/local/Cellar/julia/HEAD USE_BLAS64=0 USECLANG=1 LIBBLAS=-lopenblas LIBBLASNAME=libopenblas LIBLAPACK=-lopenblas LIBLAPACKNAME=libopenblas USE_SYSTEM_ZLIB=1 USE_SYSTEM_FFTW=1 USE_SYSTEM_READLINE=1 USE_SYSTEM_GLPK=1 USE_SYSTEM_GMP=1 USE_SYSTEM_LLVM=1 USE_SYSTEM_PCRE=1 USE_SYSTEM_BLAS=1 USE_SYSTEM_SUITESPARSE=1 USE_SYSTEM_ARPACK=1 USE_SYSTEM_MPFR=1 USE_SYSTEM_LAPACK=1"
10455 make -C contrib -f repackage_system_suitesparse4.make $BUILD_OPTS
10456 mkdir -p usr/include
10457 make -C deps install-osxunwind
10458 make $BUILD_OPTS &> ~/log
10459 cat log | pbcopy |
Do you have a custom |
Closing this for now, if oyu still have problems please open a new issue. |
I am running the following command:
This gives me an error about OpenBLAS and not knowing the target. I fix that by installing
openblas-julia
with--target=SANDYBRIDGE
. I am on a new Mac 10.9, so I think that's what I want.I rerun the previous command and get this error:
This is not very informative. The whole command output is a bunch of compilation messages (using
clang
) and then the following messages from make:The log files are make0.1 and make.02.
What's going on?! I've looked around everywhere (including issues lists for this repo and julia) and cannot figure it out.
The text was updated successfully, but these errors were encountered: