-
When using conda to install python-casacore, gsl is a missing dependence. Installation is successful but using casacore.tables.table() fails because gsl is missing
-
## The Problem
If one has a C struct and a function returning that struct by value:
```c
typedef struct {
double dat[2];
} gsl_complex;
gsl_complex gsl_poly_complex_eval(const do…
-
I'm trying to use Gnuplot in a regular Ruby application (which uses Bundler). When I `require "gnuplot"`, that works fine (it returns `true`). Unfortunately, the `Gnuplot` constant does not exist.
[O…
-
### Package and Environment Details
* Package Name/Version: **gsl-lite/0.38.1**
The version of the [conanfile.py](https://github.com/conan-io/conan-center-index/blob/a836ab2cad1e57719f31f1320761…
-
Hi,
From https://www.gnu.org/software/gsl/manual/html_node/Vector-views.html :
A vector view is a temporary object, stored on the stack, which can be used to operate on a subset of vector elements. V…
-
If the GNU scientific library (https://www.gnu.org/software/gsl/) is installed using the homebrew package manager on a macOS X M1 chip computer :
brew install gsl
The gsl folder containing the r…
-
Dear Gambit developers,
I tried to install Gambit version 2.0 on Mac M1 but got issues connected to GSL and Mathematica.
First, while I have installed GSL-2.7 correctly on the system and added t…
-
A problem experienced by @HenningTimm and myself during an otherwise benign change (https://github.com/rust-bio/rust-bio-tools/pull/39) is that the final binary is not properly linked against GSL.
…
-
### Go version
go version go1.21.5 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/nyap/Library/Caches/go-build'
GO…
-
why?