-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 on Mac OS X problems 2 #6272
Comments
I don't think there is a release candidate for OpenBlas that supports the Haswell architecture on Apple computers. Unfortunately. |
Looks the same as OpenMathLib/OpenBLAS#332 - the fix for which is in v0.2.9.rc2. Try |
( |
I will try and get back. |
Now, a different problem. ld: library not found for -lcrt1.10.6.o see gist for further details... |
|
No, I'm not sure. All I know is that I downloaded this file, http://coudert.name/software/gfortran-4.8.2-Mavericks.dmg, from http://gcc.gnu.org/wiki/GFortranBinaries. I installed GFortran from the dmg. Then ran Julia make. |
What's the output of
? |
No receipt for 'com.apple.pkg.CLTools_Executables' found at '/' |
Yeah, you still need to run |
Did you see the post from #6244 , where I show that command line tools is installed. There were changes made with CLT 5.1 and Xcode 5.1. It may be the case that particular pkg is no longer used with the new changes. Do you know? |
Interesting ... thank you for the link. I will look into this and post my results. |
Looks like that did the trick. It looks like one must ensure to install CLT even if you have Xcode 5.1 installed and it says that CLT is already installed with it. Either that or there may be something that could be done with pointing software to the Xcode developments environment where the CLT should be available. see gist for further details...https://gist.github.com/esd100/9799737 |
Great, so did you manage to build julia? |
Yes. It built successfully on clean system. For computer specs, see #6244. The only modification was the need for openBLAS override. Now, I wonder if the issue with the gfortan 4.9 from HPC, mentioned in previous posts was due to the issue with CLT. I also wonder why the CLT from within XCode 5.1 is not visible from the terminal make command. |
Cleaned my system, started from scratch again. Pristine system. Installed the latest stable release of gfortran from gcc. Now, I'm having this error with OpenBLAS...Nothing in Make.user. Just basic install.
make[3]: *** [getarch_2nd] Error 1
Makefile:129: *** OpenBLAS: Detecting CPU failed. Please set TARGET explicitly, e.g. make TARGET=your_cpu_target. Please read README for the detail.. Stop.
*** Clean the OpenBLAS build with 'make -C deps clean-openblas'. Rebuild with 'make OPENBLAS_USE_THREAD=0 if OpenBLAS had trouble linking libpthread.so, and with 'make OPENBLAS_TARGET_ARCH=NEHALEM' if there were errors building SandyBridge support. Both these options can also be used simultaneously. ***
make[2]: *** [openblas-v0.2.8/libopenblas.dylib] Error 1
make[1]: *** [julia-release] Error 2
make: *** [release] Error 2
see gist for further details
https://gist.github.com/esd100/9797237
The text was updated successfully, but these errors were encountered: