banana-bred
banana-bred
### Describe the bug UCX fails to build. ### Steps to Reproduce Followed the build instructions ``` $ ./autogen.sh $ ./contrib/configure-release --prefix=$(pwd)/RightHere $ make -j8 cd /home/user/.cache/paru/clone/openucx/src/ucx/bindings/go/src/ucx ;\ go build...
[ X ] I am reporting a bug others will be able to reproduce and not asking a question or requesting a new feature. ## System information including: - OpenCoarrays...
Adding the logarithmic derivative of the gamma function (digamma) to stdlib_specialfunctions_gamma
### Motivation The logarithmic derivative of the gamma function, $$\psi(z) = \frac{d}{dz} \ln(\Gamma(z),$$ (AKA the digamma function) is a special case ($k=0$) of the polygamma function $$\psi^{(k)}(z) = \left(\frac{d}{dz}\right)^{k+1} \ln(\Gamma(z)).$$...
### Motivation I'm a little confused about the default in `stdlib_kinds` being to disable `xdp` and `qp` by setting those values to `-1` unless the user explicitly asks for computation...
### Description Trying to package and compile fpm v0.12.0 with gfortran version 15.1.1 gives me the following backtrace (debug options added to compilation for the sake of this issue) when...