-
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…
-
Pyseg requires the GSL library, instead of installing it on the machine
sudo apt-get install libgsl-dev
The library can be install from conda
https://anaconda.org/conda-forge/gsl/
-
python setup.py config
and
python setup.py build
are giving:
gsl-config: not found
-
```
/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…
-
Hi,
I have been trying to run the tool on K562 matrix and bed files at different resolutions that comply with the tab-delimited file formats specified, but have been running into the following err…
-
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…
-
Is it still possible to use the most recent gsl-shell in zerobrane on macos? I was looking for a plotting environment for geometry algorithms and visualization.
-
~~~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…
-
This issue will discuss how make the travis test for `gsl-master` pass, also related to the discussion in pull request #172.
The first issue when testing against `gsl-master` in the travis build ca…