-
his is the builder for model data that is ingested from grib2 PRESSURE level files. It is a concrete builder specifically for the model raob data that are organized by isobaric level (pressure).
```[t…
-
With the 4.1.0 release, the following snippet does not compile with g++-10
```c++
// filename: minimal.cc
#include "gsl/gsl"
#include
#include
int main() {
gsl::not_null ptr = std::make_unique(…
-
Hello Scipy Team,
Is it possible to expose the low-level special functions from scipy.special.cython_special as C symbols in a shared library (e.g., libscipy_special.so), similar to how libraries l…
-
Hey, thank you for sharing this with the world!
I was trying to install the package, and after tweaking my system as well as the setup.py to make sure all paths are found correctly, stumbled upon …
-
### What problem is your feature request solving?
#101 introduces the GNU Scientific Library (GSL) as a private dependency for the segmentation library. Specifically, the new `CubicSplineMT` class us…
-
> Do I understand correctly that we already have two alternative implmentations of the GSL which cannot be used at the same time?
Yes. Both `ms-gsl` and `gsl-lite` define things under the `gsl` na…
dg0yt updated
2 months ago
-
Hi,
I'm having this error trying to build it when I run make command for the GUI build.
```
fixedwidthfontconverter.cpp:2:10: fatal error: 'gsl/gsl' file not found
#include
^~~~~~~~…
-
Does burnout depend on gsl? Should this be documented? Could we add brief installation instructions (or notes)?
-
Do we have a list of topics/functions from GSL that are not yet wrapped in Rust?
https://www.gnu.org/software/gsl/doc/html/intro.html
-
Similar to issue #99685.
Trivial forwarding helpers defeat the compiler's ability to notice -Wdangling-gsl issues. For example:
```
#include
#include
struct [[gsl::Pointer]] S {
S(const …