brewsci / homebrew-science

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

ds9 does not compile #250

Closed merope82 closed 5 years ago

merope82 commented 5 years ago

Last 15 lines from /Users/agaspar/Library/Logs/Homebrew/ds9/01.make: inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double lcpp_x) _NOEXCEPT {return ::tanhl(lcpp_x);} ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/math.h:1055:46: note: candidate function inline _LIBCPP_INLINE_VISIBILITY float tanh(float lcpp_x) _NOEXCEPT {return ::tanhf(lcpp_x);} ^ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/math.h:357:15: note: candidate function extern double tanh(double); ^ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1/math.h:1062:1: note: candidate template ignored: could not match 'typename std::enable_if<std::is_integral<_A1>::value, double>::type (_A1) throw()' against 'void' tanh(_A1 lcpp_x) _NOEXCEPT {return ::tanh((double)lcpp_x);} ^ 15 errors generated.

jonchang 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.