homebrew-gnuradio icon indicating copy to clipboard operation
homebrew-gnuradio copied to clipboard

can't install mac 10.10

Open peterwillcn opened this issue 10 years ago • 2 comments

$ brew search gnuradio No formula found for "gnuradio". Searching pull requests... $ brew install python gfortran umfpack swig Error: No available formula for gfortran GNU Fortran is now provided as part of GCC, and can be installed with: brew install gcc $ brew install gcc ==> Installing dependencies for gcc: mpfr, libmpc, isl, cloog ==> Installing gcc dependency: mpfr ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/mpfr-3.1.2-p10.yosemite.bottle.1.tar.gz

################################################################## 100.0%

==> Pouring mpfr-3.1.2-p10.yosemite.bottle.1.tar.gz 🍺 /usr/local/Cellar/mpfr/3.1.2-p10: 24 files, 3.5M ==> Installing gcc dependency: libmpc ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/libmpc-1.0.2.yosemite.bottle.2.tar.gz

################################################################## 100.0%

==> Pouring libmpc-1.0.2.yosemite.bottle.2.tar.gz 🍺 /usr/local/Cellar/libmpc/1.0.2: 10 files, 384K ==> Installing gcc dependency: isl ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/isl-0.12.2.yosemite.bottle.2.tar.gz

################################################################## 100.0%

==> Pouring isl-0.12.2.yosemite.bottle.2.tar.gz 🍺 /usr/local/Cellar/isl/0.12.2: 55 files, 3.1M ==> Installing gcc dependency: cloog ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/cloog-0.18.1.yosemite.bottle.2.tar.gz

################################################################## 100.0%

==> Pouring cloog-0.18.1.yosemite.bottle.2.tar.gz 🍺 /usr/local/Cellar/cloog/0.18.1: 33 files, 560K ==> Installing gcc ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/gcc-4.9.2.yosemite.bottle.tar.gz

################################################################## 100.0%

==> Pouring gcc-4.9.2.yosemite.bottle.tar.gz ==> Caveats GCC has been built with multilib support. Notably, OpenMP may not work: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60670 If you need OpenMP support you may want to brew reinstall gcc --without-multilib ==> Summary 🍺 /usr/local/Cellar/gcc/4.9.2: 1156 files, 203M $ gcc clang: error: no input files $ gcc -v Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) Target: x86_64-apple-darwin14.0.0 Thread model: posix $ brew install python gfortran umfpack swig Error: No available formula for gfortran GNU Fortran is now provided as part of GCC, and can be installed with: brew install gcc $ ll /usr/local/Cellar/gcc/4.9.2 total 2488 -rw-r--r-- 1 alex staff 18002 Jul 14 2005 COPYING -rw-r--r-- 1 alex staff 561270 Oct 30 16:25 ChangeLog -rw-r--r-- 1 alex staff 320 Nov 9 22:20 INSTALL_RECEIPT.json -rw-r--r-- 1 alex staff 676751 Oct 30 16:29 NEWS -rw-r--r-- 1 alex staff 1026 Jul 16 2012 README drwxr-xr-x 20 alex staff 680 Oct 31 18:37 bin drwxr-xr-x 3 alex staff 102 Oct 31 18:37 lib drwxr-xr-x 3 alex staff 102 Oct 31 18:37 libexec drwxr-xr-x 4 alex staff 136 Oct 31 18:37 share alexs-MBP:~ alex$ ll /usr/local/Cellar/gcc/4.9.2/bin/ total 23904 -r-xr-xr-x 4 alex staff 1128944 Oct 31 18:37 c++-4.9 -r-xr-xr-x 1 alex staff 1128872 Oct 31 18:37 cpp-4.9 -r-xr-xr-x 4 alex staff 1128944 Oct 31 18:37 g++-4.9 -r-xr-xr-x 3 alex staff 1124680 Oct 31 18:37 gcc-4.9 -r-xr-xr-x 2 alex staff 42928 Oct 31 18:37 gcc-ar-4.9 -r-xr-xr-x 2 alex staff 42936 Oct 31 18:37 gcc-nm-4.9 -r-xr-xr-x 2 alex staff 42944 Oct 31 18:37 gcc-ranlib-4.9 -r-xr-xr-x 1 alex staff 671400 Oct 31 18:37 gcov-4.9 lrwxr-xr-x 1 alex staff 12 Oct 31 18:37 gfortran -> gfortran-4.9 -r-xr-xr-x 2 alex staff 1129752 Oct 31 18:37 gfortran-4.9 -r-xr-xr-x 4 alex staff 1128944 Oct 31 18:37 x86_64-apple-darwin14.0.0-c++-4.9 -r-xr-xr-x 4 alex staff 1128944 Oct 31 18:37 x86_64-apple-darwin14.0.0-g++-4.9 -r-xr-xr-x 3 alex staff 1124680 Oct 31 18:37 x86_64-apple-darwin14.0.0-gcc-4.9 -r-xr-xr-x 3 alex staff 1124680 Oct 31 18:37 x86_64-apple-darwin14.0.0-gcc-4.9.2 -r-xr-xr-x 2 alex staff 42928 Oct 31 18:37 x86_64-apple-darwin14.0.0-gcc-ar-4.9 -r-xr-xr-x 2 alex staff 42936 Oct 31 18:37 x86_64-apple-darwin14.0.0-gcc-nm-4.9 -r-xr-xr-x 2 alex staff 42944 Oct 31 18:37 x86_64-apple-darwin14.0.0-gcc-ranlib-4.9 -r-xr-xr-x 2 alex staff 1129752 Oct 31 18:37 x86_64-apple-darwin14.0.0-gfortran-4.9 alexs-MBP:~ alex$ ll /usr/local/Cellar/gcc/4.9.2/bin/gcc-4.9 -r-xr-xr-x 3 alex staff 1124680 Oct 31 18:37 /usr/local/Cellar/gcc/4.9.2/bin/gcc-4.9 $ /usr/local/Cellar/gcc/4.9.2/bin/gcc-4.9 -v Using built-in specs. COLLECT_GCC=/usr/local/Cellar/gcc/4.9.2/bin/gcc-4.9 COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/4.9.2/libexec/gcc/x86_64-apple-darwin14.0.0/4.9.2/lto-wrapper Target: x86_64-apple-darwin14.0.0 Configured with: ../configure --build=x86_64-apple-darwin14.0.0 --prefix=/usr/local/Cellar/gcc/4.9.2 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-4.9 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-cloog=/usr/local/opt/cloog --with-isl=/usr/local/opt/isl --with-system-zlib --enable-version-specific-runtime-libs --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --disable-werror --with-pkgversion='Homebrew gcc 4.9.2' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --enable-multilib Thread model: posix gcc version 4.9.2 (Homebrew gcc 4.9.2) $ alias gcc='/usr/local/Cellar/gcc/4.9.2/bin/gcc-4.9' $ gcc -v Using built-in specs. COLLECT_GCC=/usr/local/Cellar/gcc/4.9.2/bin/gcc-4.9 COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/4.9.2/libexec/gcc/x86_64-apple-darwin14.0.0/4.9.2/lto-wrapper Target: x86_64-apple-darwin14.0.0 Configured with: ../configure --build=x86_64-apple-darwin14.0.0 --prefix=/usr/local/Cellar/gcc/4.9.2 --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-4.9 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-cloog=/usr/local/opt/cloog --with-isl=/usr/local/opt/isl --with-system-zlib --enable-version-specific-runtime-libs --enable-libstdcxx-time=yes --enable-stage1-checking --enable-checking=release --enable-lto --disable-werror --with-pkgversion='Homebrew gcc 4.9.2' --with-bugurl=https://github.com/Homebrew/homebrew/issues --enable-plugin --disable-nls --enable-multilib Thread model: posix gcc version 4.9.2 (Homebrew gcc 4.9.2) $ brew install python gfortran umfpack swig Error: No available formula for gfortran GNU Fortran is now provided as part of GCC, and can be installed with: brew install gcc

peterwillcn avatar Nov 09 '14 14:11 peterwillcn

brew install homebrew/dupes/apple-gcc42

lambdaq avatar Nov 11 '14 11:11 lambdaq

brew install homebrew/dupes/apple-gcc42 Cloning into '/usr/local/Library/Taps/homebrew/homebrew-dupes'... remote: Counting objects: 1423, done. remote: Total 1423 (delta 0), reused 0 (delta 0) Receiving objects: 100% (1423/1423), 284.63 KiB | 169.00 KiB/s, done. Resolving deltas: 100% (777/777), done. Checking connectivity... done. Tapped 36 formulae Warning: apple-gcc42-4.2.1-5666.3 already installed $ gcc -v Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn) Target: x86_64-apple-darwin14.0.0 Thread model: posix

peterwillcn avatar Nov 15 '14 02:11 peterwillcn