Created
July 23, 2014 14:06
-
-
Save nickrobison/f3a581e5b55ec51a61d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /usr/bin/clang -O -F/usr/local/Frameworks -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -c -o vecLibFort.o vecLibFort.c | |
| clang -shared -DVECLIBFORT_INTERPOSE -o libvecLibFortI.dylib -O vecLibFort.c \ | |
| -Wl,-reexport_framework -Wl,vecLib \ | |
| -install_name /usr/local/lib/libvecLibFortI.dylib | |
| vecLibFort.c:19:10: fatal error: 'vecLib/cblas.h' file not found | |
| #include <vecLib/cblas.h> | |
| ^ | |
| vecLibFort.c:19:10: fatal error: 'vecLib/cblas.h' file not found | |
| #include <vecLib/cblas.h> | |
| ^ | |
| 1 error generated. | |
| make: *** [libvecLibFortI.dylib] Error 1 | |
| make: *** Waiting for unfinished jobs.... | |
| 1 error generated. | |
| make: *** [vecLibFort.o] Error 1 | |
| HOMEBREW_VERSION: 0.9.5 | |
| HEAD: c55d1ce8f84101855aff0c0e373e951670fc4c55 | |
| CPU: quad-core 64-bit ivybridge | |
| OS X: 10.9.4-x86_64 | |
| Xcode: 5.1.1 | |
| X11: 2.7.6 => /opt/X11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HOMEBREW_VERSION: 0.9.5 | |
| ORIGIN: https://github.com/Homebrew/homebrew.git | |
| HEAD: c55d1ce8f84101855aff0c0e373e951670fc4c55 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| CPU: quad-core 64-bit ivybridge | |
| OS X: 10.9.4-x86_64 | |
| Xcode: 5.1.1 | |
| Clang: 5.1 build 503 | |
| X11: 2.7.6 => /opt/X11 | |
| System Ruby: 2.0.0-451 | |
| Perl: /usr/bin/perl | |
| Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
| Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.1.2_2/bin/ruby |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Warning: Some installed formula are missing dependencies. | |
| You should `brew install` the missing dependencies: | |
| brew install veclibfort | |
| Run `brew missing` for more details. | |
| Please note that these warnings are just used to help the Homebrew maintainers | |
| with debugging if you file an issue. If everything you use Homebrew for is | |
| working fine: please don't worry and just ignore them. Thanks! | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment