-
I am trying to compile on MacOSX with homebrew and get this error:
$ brew info GSL
==> gsl: stable 2.8 (bottled)
$ CC=clang CXX=clang++ cmake -D GSL_PATH=/opt/homebrew/Cellar/gsl/2.8 ../jdftx
…
-
After installing GSL 2.8, while running ``pip install https://github.com/pygsl/pygsl/archive/refs/tags/v2.4.1.tar.gz``, I get the following error. It could be that the bspline API changed upstream and…
-
> 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 weeks ago
-
Good day folks,
I'm a Microsoft employee working on one of our large internal codebases (happy to discuss more offline :)). CppCoreGuidelines proposes that there should be a gsl::dyn_array type:
dy…
-
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(…
-
### 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…
-
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 …
-
For out-of-the-box `mesoscale_reference` and `convection_permitting` suites, the GSL code does not reproduce NCAR code. For example, CONUS `mesoscale_reference` testcase differences (using code fixing…
-
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
^~~~~~~~…
-
This is a great (and probably the best) rust crate for numerical maths. So incredible job first of all! Rewriting all these Algorithms must have been a huge pain.
I propose adding a solver for non-…