-
I tried to install rb-gsl on Windows 10, but it always fails. I have gsl compiled from source using MinGW and gcc 4.7. When I run `gem install gsl`, I always get
`D:\Base\Programming>gem install gsl …
-
I'm sorry I didn't fill out the template, but it didn't actually seem appropriate as this package already exists... it is just 5 years old and is stuck a full major version back :(. This project alrea…
-
```
What steps will reproduce the problem?
1. download the code as:
svn checkout http://ea-utils.googlecode.com/svn/trunk/
cd cd trunk/clipper/
2. PREFIX=/path_to_local make install
3. wait for it to…
-
```
What steps will reproduce the problem?
1. download the code as:
svn checkout http://ea-utils.googlecode.com/svn/trunk/
cd cd trunk/clipper/
2. PREFIX=/path_to_local make install
3. wait for it to…
-
```
What steps will reproduce the problem?
1. download the code as:
svn checkout http://ea-utils.googlecode.com/svn/trunk/
cd cd trunk/clipper/
2. PREFIX=/path_to_local make install
3. wait for it to…
-
```
What steps will reproduce the problem?
1. download the code as:
svn checkout http://ea-utils.googlecode.com/svn/trunk/
cd cd trunk/clipper/
2. PREFIX=/path_to_local make install
3. wait for it to…
-
```
What steps will reproduce the problem?
1. download the code as:
svn checkout http://ea-utils.googlecode.com/svn/trunk/
cd cd trunk/clipper/
2. PREFIX=/path_to_local make install
3. wait for it to…
-
Code: https://godbolt.org/z/oE9f3s71h
```c++
#include
#include
#include
#include
#include
#include
#include
struct abc
{
std::string str;
std::string_view view() const { retu…
-
A number of users of GSL asked for no-exception mode of GSL.
I've added support to GSL that compiles and runs with no exceptions and terminates where exceptions are supposed to be thrown otherwise…
-
Hi,
I have this small test (test_interp.rb) of the Interp function:
require "gsl"
x=[0,1,2,3,4].to_gv
y=[0,1,2,3,4].to_gv
x_new = [3.5].to_gv
puts "x: #{x.inspect}"
puts "y: #{y.inspect}"
puts "x_new…