-
installing fastANI via `conda install -c bioconda fastani` pulls gsl version 2.7
attempting to run fastANI then gives
`fastANI: error while loading shared libraries: libgsl.so.25: cannot open shared…
-
| | |
| --- | --- |
| Bugzilla Link | [38584](https://llvm.org/bz38584) |
| Version | unspecified |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @AaronBallman,@DougGrego…
-
*gsl-lite* lives in the same namespace as Microsoft's GSL. This is reasonable because both are supposed to implement the Guidelines Support Library loosely specified in the Core Guidelines, and becaus…
-
### Steps To Reproduce
I built SageMath using instruction in https://doc-release--sagemath.netlify.app/html/en/installation/meson .
Then run
```
sage: cython('from sage.structure.parent cimp…
-
CMake Error at cmake-modules/DownloadPackage.cmake:4 (file):
file DOWNLOAD HASH mismatch
for file: [/home/brain/github_repos/minc-toolkit-v2/build/cache/gsl-2.4.tar.gz]
expected ha…
-
I was installing pygsl on my mac. Its updated mac with Mac Os Sonoma (Version 14.0 (23A344)). As Written in documentation i Followed all instructions for installations.
Here its terminal code:
…
-
### Feature Description
Hello,
I am a packager on openSUSE and I've noticed that there is CMake check for an installed version of Microsoft GSL:
```cmake
find_package(Microsoft.GSL CONFIG)
if…
-
We should be using `gsl::index` consistently throughout enrico.
@RonRahaman
-
`gsl::not_null< T >` has the following conversion operator:
```C++
constexpr operator T() const
{
return get();
}
```
which is deleted for non-copy constructible types such as `std::uni…
-
Dear developers,
Quick question.
I implemented a model including a few special functions in 'background.c'. I use GSL library to implement these special functions; the code works fine and gives …