-
Hi all,
I am trying to install fastANI on my Mac but I can't find a way to do it, I tried the following
1) Download the latest release and use the instructions on the INSTALL.txt file, and I get t…
-
~~~c++
void f(short& a, short b, short c) {
a = b + c;
}
~~~
~~~
:2:9: warning: narrowing conversion from 'int' to signed type 'short' is implementation-defined [bugprone-narrowing-conversio…
-
libgsl provides some functionality for [generating permutations](http://www.gnu.org/software/gsl/manual/html_node/Permutations.html) which are currently wrapped in GSL.jl (although not terribly cleanl…
-
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
The pkgconfig shipped in the recent versions seems to have wrong paths and doesn't use varia…
-
Unfortunately [Math::GSL](https://github.com/leto/math--gsl) cannot use a static `libgsl.a`, see https://github.com/leto/math--gsl/issues/225 and [this](https://lists.gnu.org/archive/html/bug-gsl/2020…
-
The Core Guidelines make clear that Microsoft's GSL is [but one implementation](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#faq51-is-githubcommicrosoftgsl-the-gsl) of …
-
I was looking at the Microsoft GSL implementation of the `Expects` and `Ensures` macros to see how they worked and I discovered that they both do exactly the same thing:
https://github.com/Microsof…
-
```
/usr/bin/clang -I. -I/opt/local/include/ruby-3.3.0/arm64-darwin23 -I/opt/local/include/ruby-3.3.0/ruby/backward -I/opt/local/include/ruby-3.3.0 -I. -DGSL_VERSION=2.7.1 -DGSL_1_15_LATER -DGSL_1_15…
-
python setup.py config
and
python setup.py build
are giving:
gsl-config: not found
-
I am running alpine in a docker image and running ruby code. This successfully installs all packages but fails when I try require gsl. I have stripped out many of the additional libraries to find a mi…