bugGNU Scientific Library - Bugs: bug #39120, Possible removal of some files

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #39120: Possible removal of some files

Submitter:  Patrick Alken <psa>
Submitted:  Wed 29 May 2013 07:47:47 PM UTC
   
 
Category:  Build Severity:  2 - Minor
Operating System:  Status:  None
Assigned to:  None Open/Closed:  Open
Release: 

Sat 08 Jun 2013 06:58:19 AM UTC, comment #2: 

About issue 1. You should not be able to build ode-initval2 without compiling modnewton1.c (it is part of all implicit RK steppers). Please elaborate what is meant by "not included in GCC build". Thanks!



All bug reports should include:

       The version number of GSL
       The hardware and operating system
       The compiler used, including version number and
compilation options
       A description of the bug behaviour
       A short program which reproducibly exercises the bug

It is also useful if you can report whether the same problem occurs
when the library is compiled without optimization.

Thank you.

Tuomo Keskitalo <tkeskita>
Group Member
Wed 29 May 2013 07:48:30 PM UTC, comment #1: 

originally submitted by Brian Gladman

Patrick Alken <psa>
Group administrator
Wed 29 May 2013 07:47:47 PM UTC, original submission:  

1. I am unclear of the status of the following files - they are not
currently included in a GCC build - should they be?

err: env.c and warn.c
ode2: modnewton1.c
poly: norm.c
rng: g05faf.c
statistics: wcovar.c

2. For consistency, I think both poly/eval.c and matrix/matrix.c should
be renamed to inline.c

3. If err/env.c is to be included, I believe there are some issues that
need correcting:

  #define STR_EQ (x,y) (strcmp((x),(y)) == 0)

  the space after STR_EQ causes STR_EQ to be defined, not STR_EQ(x,y)

and I believe:

  gsl_err_set_handler (NULL);

should be:

  gsl_set_error_handler (NULL);

Patrick Alken <psa>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tkeskita (Posted a comment)
  • -email is unavailable- added by psa (Submitted the item)
  •  

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code