adamgetchell

homebrew uninstall/install of cgal 4.3

Nov 14th, 2013
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.56 KB | None | 0 0
  1. ┌─[getchell][Hapkido][±][master ✗][~/CDT-plusplus]
  2. └─▪ brew info cgal
  3. cgal: stable 4.3
  4. http://www.cgal.org/
  5. /usr/local/Cellar/cgal/4.3 (2625 files, 31M) *
  6.   Built from source with: --with-eigen3, --with-lapack, --imaging
  7. From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/cgal.rb
  8. ==> Dependencies
  9. Build: cmake ✔
  10. Required: boost ✔, gmp ✔, mpfr ✔
  11. ==> Options
  12. --imaging
  13.     Build ImageIO and QT compoments of CGAL
  14. --with-eigen3
  15.     Build with Eigen3 support
  16. --with-lapack
  17.     Build with LAPACK support
  18. ┌─[getchell][Hapkido][±][master ✗][~/CDT-plusplus]
  19. └─▪ brew info boost
  20. boost: stable 1.55.0 (bottled), HEAD
  21. http://www.boost.org
  22. /usr/local/Cellar/boost/1.55.0 (10040 files, 506M) *
  23.   Built from source with: --c++11
  24. From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/boost.rb
  25. ==> Options
  26. --c++11
  27.     Build using C++11 mode
  28. --universal
  29.     Build a universal binary
  30. --with-icu
  31.     Build regexp engine with icu support
  32. --with-mpi
  33.     Build with MPI support
  34. --without-python
  35.     Build without python support
  36. --without-single
  37.     Disable building single-threading variant
  38. --without-static
  39.     Disable building static library variant
  40. ==> Caveats
  41.  
  42. The Boost bottle's module will not import into a Homebrew-installed Python.
  43. If you use the Boost Python module then please:
  44.  brew install boost --build-from-source
  45. ┌─[getchell][Hapkido][±][master ✗][~/CDT-plusplus]
  46. └─▪ brew info gmp
  47. gmp: stable 5.1.3
  48. http://gmplib.org/
  49. /usr/local/Cellar/gmp/5.1.3 (12 files, 2.5M) *
  50.  Built from source
  51. From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/gmp.rb
  52. ==> Options
  53. --32-bit
  54.     Build 32-bit only
  55. ┌─[getchell][Hapkido][±][master ✗][~/CDT-plusplus]
  56. └─▪ brew info mpfr
  57. mpfr: stable 3.1.2
  58. http://www.mpfr.org/
  59. /usr/local/Cellar/mpfr/3.1.2 (23 files, 3.3M) *
  60.  Built from source
  61. From: https://github.com/mxcl/homebrew/commits/master/Library/Formula/mpfr.rb
  62. ==> Dependencies
  63. Required: gmp ✔
  64. ==> Options
  65. --32-bit
  66.     Build 32-bit only
  67. ┌─[getchell][Hapkido][±][master ✗][~/CDT-plusplus]
  68. └─▪ brew uninstall cgal
  69. Uninstalling /usr/local/Cellar/cgal/4.3...
  70. ┌─[getchell][Hapkido][±][master ✗][~/CDT-plusplus]
  71. └─▪ brew uninstall boost
  72. Uninstalling /usr/local/Cellar/boost/1.55.0...
  73. ┌─[getchell][Hapkido][±][master ✗][~/CDT-plusplus]
  74. └─▪ brew uninstall gmp
  75. Uninstalling /usr/local/Cellar/gmp/5.1.3...
  76. ┌─[getchell][Hapkido][±][master ✗][~/CDT-plusplus]
  77. └─▪ brew uninstall mpfr
  78. Uninstalling /usr/local/Cellar/mpfr/3.1.2...
  79. ┌─[getchell][Hapkido][±][master ✗][~/CDT-plusplus]
  80. └─▪ brew install cgal
  81. ==> Installing dependencies for cgal: boost, gmp, mpfr
  82. ==> Installing cgal dependency: boost
  83. ==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/boost-1.55.0.mavericks.bottle.tar.gz
  84. ######################################################################## 100.0%
  85. ==> Pouring boost-1.55.0.mavericks.bottle.tar.gz
  86. ==> Caveats
  87.  
  88. The Boost bottle's module will not import into a Homebrew-installed Python.
  89. If you use the Boost Python module then please:
  90.   brew install boost --build-from-source
  91. ==> Summary
  92. 🍺  /usr/local/Cellar/boost/1.55.0: 10040 files, 512M
  93. ==> Installing cgal dependency: gmp
  94. ==> Downloading ftp://ftp.gmplib.org/pub/gmp/gmp-5.1.3.tar.bz2
  95.  
  96. curl: (28) Operation timed out after 5207 milliseconds with 0 out of 0 bytes received
  97. Trying a mirror...
  98. ==> Downloading http://ftp.gnu.org/gnu/gmp/gmp-5.1.3.tar.bz2
  99. ######################################################################## 100.0%
  100. ==> Patching
  101. patching file gmp-h.in
  102. ==> ./configure --prefix=/usr/local/Cellar/gmp/5.1.3 --enable-cxx
  103. ==> make
  104. ==> make check
  105. ==> make install
  106. 🍺  /usr/local/Cellar/gmp/5.1.3: 12 files, 2.5M, built in 2.1 minutes
  107. ==> Installing cgal dependency: mpfr
  108. ==> Downloading http://ftpmirror.gnu.org/mpfr/mpfr-3.1.2.tar.bz2
  109. ######################################################################## 100.0%
  110. ==> ./configure --prefix=/usr/local/Cellar/mpfr/3.1.2 --build=x86_64-apple-darwin
  111. ==> make
  112. ==> make check
  113. ==> make install
  114. 🍺  /usr/local/Cellar/mpfr/3.1.2: 23 files, 3.3M, built in 52 seconds
  115. ==> Installing cgal
  116. ==> Downloading https://gforge.inria.fr/frs/download.php/32994/CGAL-4.3.tar.gz
  117. ######################################################################## 100.0%
  118. ==> cmake -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/cgal/4.3 -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_INSTALL_NAME_DIR=/usr/loc
  119. ==> make install
  120. 🍺  /usr/local/Cellar/cgal/4.3: 2623 files, 31M, built in 31 seconds
Advertisement
Add Comment
Please, Sign In to add comment