brewsci / homebrew-science

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

calculix-ccx install failing on Mac OS High Sierra 10.13.6 #246

Closed spacether closed 5 years ago

spacether commented 5 years ago

This tap is not maintained. Please consider opening a pull request to migrate this formula to Homebrew/core or a different tap within the Brewsci organization. Please open an issue if you are interested in creating and maintaining a new tap within the Brewsci organization.

Hosting Your Own Tap

Anyone can host their own tap. See Interesting Taps & Forks and How to Create and Maintain a Tap

My os is Mac OS High Sierra 10.13.6 (17G4015) When attempting to install calculix-ccx I got the error:

~/programming/pycalculix (v1.1.3_development)$ brew install brewsci/science/calculix-ccx
Updating Homebrew...
==> Installing calculix-ccx from brewsci/science
==> Downloading https://homebrew.bintray.com/bottles-science/calculix-ccx-2.13.high_sierra.bottle.tar.gz

curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "calculix-ccx"
Download failed: https://homebrew.bintray.com/bottles-science/calculix-ccx-2.13.high_sierra.bottle.tar.gz
Warning: Bottle installation failed: building from source.
==> Downloading http://www.dhondt.de/ccx_2.13.src.tar.bz2
######################################################################## 100.0%
==> Patching
patching file ccx_2.13/src/CalculiX.h
patching file ccx_2.13/src/Makefile
patching file ccx_2.13/src/u_free.c
==> Downloading http://www.netlib.org/linalg/spooles/spooles.2.2.tgz
######################################################################## 100.0%
==> make -C spooles lib
==> make -C spooles/MT/src makeLib
==> make -C ccx_2.13/src ccx_2.13 CC=clang FC= CFLAGS=-O2 -I../../spooles -DARCH=Linux -DSPOOLES -DARPACK -DMATRIXSTORAGE FFLAGS=-O2 D
Last 15 lines from /Users/justin/Library/Logs/Homebrew/calculix-ccx/03.make:
a - strcpy1.o
a - stress_sen.o
a - strsplt.o
a - tau.o
a - thicknessmain.o
a - tiedcontact.o
a - transitionmain.o
a - u_calloc.o
a - u_free.o
a - u_realloc.o
a - v_betrag.o
a - v_prod.o
a - v_result.o
a - writeheading.o
make: *** [ccx_2.13.a] Error 1

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

Hi, Justin. This tap is not maintained. Please consider opening a pull request to migrate this formula to Homebrew/core or a different tap within the Brewsci organization. Please open an issue if you are interested in creating and maintaining a new tap within the Brewsci organization.

Jie1504 commented 3 years ago

any solution on this issue?