brewsci / homebrew-science

:snowflake: Scientific formulae for Homebrew and Linuxbrew (legacy)
https://github.com/brewsci
Other
154 stars 76 forks source link

brewsci/science/arb installing problem on Mojave 10.14.4 #238

Closed ghost closed 5 years ago

ghost commented 5 years ago

I got an error in installing arb on Mojave 10.14.4. I wrote brew install brewsci/science/arb and got the following

Updating Homebrew... ==> Auto-updated Homebrew! Updated 1 tap (homebrew/cask). No changes to formulae.

==> Installing arb from brewsci/science ==> Downloading https://homebrew.bintray.com/bottles-science/arb-2.11.1.sierra.bottle.tar.gz

curl: (22) The requested URL returned error: 404 Not Found Error: Failed to download resource "arb" Download failed: https://homebrew.bintray.com/bottles-science/arb-2.11.1.sierra.bottle.tar.gz Warning: Bottle installation failed: building from source. ==> Downloading https://github.com/fredrik-johansson/arb/archive/2.11.1.tar.gz Already downloaded: /Users/languasc/Library/Caches/Homebrew/downloads/7920f35fc5adfab9fd30d73f833965568100175a5e801547ad3948a692ef0c02--2.11.1.tar.gz ==> ./configure --prefix=/usr/local/Cellar/arb/2.11.1 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-flint=/usr/local/opt/flint ==> make ==> make install ==> make check Last 15 lines from /Users/languasc/Library/Logs/Homebrew/arb/04.make: det....exp....exp_sum_taylor....PASS frobenius_norm....PASS inv....PASS inv_cho_precomp....PASS inv_ldl_precomp....PASS ldl....PASS lu....PASS mul....PASS mul_entrywise....PASS mul_threaded....make[1]: [../build/arb_mat/test/t-mul_threaded_RUN] Abort trap: 6 make[1]: Waiting for unfinished jobs.... PASS PASS PASS make: *** [check] Error 2

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core): https://github.com/brewsci/homebrew-science/issues


Do you have any suggestion? Thanks a lot !

sjackman commented 5 years ago

Please surround copied-and-pasted logs with triple back ticks. See GitHub Help / Quoting Code.

sjackman commented 5 years ago

This tap Brewsci/science is retired and unsupported.

sjackman commented 5 years ago

You can try brew edit arb and deleting the line make check.

ghost commented 5 years ago

thanks !