public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Volunteer to update GNU Scientific Library package to gsl-2.2?
@ 2017-03-23 21:02 zab2t
  0 siblings, 0 replies; 4+ messages in thread
From: zab2t @ 2017-03-23 21:02 UTC (permalink / raw)
  To: cygwin

Is there anyone willing to volunteer to update the GNU Scientific Library
package to at least version gsl-2.x? 

The GNU Scientific Library, a collection of numerical routines for 
scientific computing. The library provides a wide range of mathematical 
routines such as random number generators, special functions and 
least-squares fitting. 

The current package is gsl-1.16, which was released in 2013. Version 2 of
GSL contains many new routines that very useful. 

The homepage for the GSL is  http://www.gnu.org/software/gsl/
<http://www.gnu.org/software/gsl/>  

Thank you,

Zach



--
View this message in context: http://cygwin.1069669.n5.nabble.com/Volunteer-to-update-GNU-Scientific-Library-package-to-gsl-2-2-tp132997.html
Sent from the Cygwin list mailing list archive at Nabble.com.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Volunteer to update GNU Scientific Library package to gsl-2.2?
       [not found] <1249607065.2126967.1490371100404.ref@mail.yahoo.com>
@ 2017-03-24 16:00 ` Ian Lambert via cygwin
  2017-03-24 16:23   ` zab2t
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Lambert via cygwin @ 2017-03-24 16:00 UTC (permalink / raw)
  To: cygwin, zab2t

On Thu, 3/23/17, zab2t  wrote:

 Subject: Volunteer to update GNU Scientific Library package to gsl-2.2?
 To: cygwin@cygwin.com
 Date: Thursday, March 23, 2017, 3:08 PM
 
 Is there anyone willing to volunteer
 to update the GNU Scientific Library
 package to at least version gsl-2.x? 

--------------------------------------------

Wow, ask and receive! 


[ANNOUNCEMENT] gsl 2.3-1

    From: Yaakov Selkowitz <yselkowitz at cygwin dot com>
    Date: Fri, 24 Mar 2017 01:45:38 -0500
    Subject: [ANNOUNCEMENT] gsl 2.3-1

The following packages have been uploaded to the Cygwin distribution:

* gsl-2.3-1

https://cygwin.com/ml/cygwin/2017-03/msg00295.html

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Volunteer to update GNU Scientific Library package to gsl-2.2?
  2017-03-24 16:00 ` Ian Lambert via cygwin
@ 2017-03-24 16:23   ` zab2t
  2017-03-24 17:11     ` zab2t
  0 siblings, 1 reply; 4+ messages in thread
From: zab2t @ 2017-03-24 16:23 UTC (permalink / raw)
  To: cygwin

Yaakov, this is greatly appreciated! Thank you. 



--
View this message in context: http://cygwin.1069669.n5.nabble.com/Volunteer-to-update-GNU-Scientific-Library-package-to-gsl-2-2-tp132997p133021.html
Sent from the Cygwin list mailing list archive at Nabble.com.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Volunteer to update GNU Scientific Library package to gsl-2.2?
  2017-03-24 16:23   ` zab2t
@ 2017-03-24 17:11     ` zab2t
  0 siblings, 0 replies; 4+ messages in thread
From: zab2t @ 2017-03-24 17:11 UTC (permalink / raw)
  To: cygwin

I'm getting the error message that 

"The program can't start because cyggsl-0.dll" is missing from your
computer"

Upon compiling I get the errors:


---------------------------------------------------_____________________________________
In file included from /usr/include/gsl/gsl_blas.h:29:0,
                 from main.C:31:
/usr/include/gsl/gsl_blas_types.h:43:15: error: using typedef-name
'CBLAS_ORDER' after 'enum'
 typedef  enum CBLAS_ORDER       CBLAS_ORDER_t;
               ^
In file included from /usr/include/gsl/gsl_cblas.h:1:0,
                 from /usr/include/gsl/gsl_blas_types.h:28,
                 from /usr/include/gsl/gsl_blas.h:29,
                 from main.C:31:
/usr/include/cblas.h:25:22: note: 'CBLAS_ORDER' has a previous declaration
here
 typedef CBLAS_LAYOUT CBLAS_ORDER; /* this for backward compatibility with
CBLAS_ORDER */
                      ^
In file included from /usr/include/gsl/gsl_blas.h:29:0,
                 from main.C:31:
/usr/include/gsl/gsl_blas_types.h:44:15: error: using typedef-name
'CBLAS_TRANSPOSE' after 'enum'
 typedef  enum CBLAS_TRANSPOSE   CBLAS_TRANSPOSE_t;
               ^
In file included from /usr/include/gsl/gsl_cblas.h:1:0,
                 from /usr/include/gsl/gsl_blas_types.h:28,
                 from /usr/include/gsl/gsl_blas.h:29,
                 from main.C:31:
/usr/include/cblas.h:20:69: note: 'CBLAS_TRANSPOSE' has a previous
declaration here
 typedef enum {CblasNoTrans=111, CblasTrans=112, CblasConjTrans=113}
CBLAS_TRANSPOSE;
                                                                     ^
In file included from /usr/include/gsl/gsl_blas.h:29:0,
                 from main.C:31:
/usr/include/gsl/gsl_blas_types.h:45:15: error: using typedef-name
'CBLAS_UPLO' after 'enum'
 typedef  enum CBLAS_UPLO        CBLAS_UPLO_t;
               ^
In file included from /usr/include/gsl/gsl_cblas.h:1:0,
                 from /usr/include/gsl/gsl_blas_types.h:28,
                 from /usr/include/gsl/gsl_blas.h:29,
                 from main.C:31:
/usr/include/cblas.h:21:47: note: 'CBLAS_UPLO' has a previous declaration
here
 typedef enum {CblasUpper=121, CblasLower=122} CBLAS_UPLO;
                                               ^
In file included from /usr/include/gsl/gsl_blas.h:29:0,
                 from main.C:31:
/usr/include/gsl/gsl_blas_types.h:46:15: error: using typedef-name
'CBLAS_DIAG' after 'enum'
 typedef  enum CBLAS_DIAG        CBLAS_DIAG_t;
               ^
In file included from /usr/include/gsl/gsl_cblas.h:1:0,
                 from /usr/include/gsl/gsl_blas_types.h:28,
                 from /usr/include/gsl/gsl_blas.h:29,
                 from main.C:31:
/usr/include/cblas.h:22:48: note: 'CBLAS_DIAG' has a previous declaration
here
 typedef enum {CblasNonUnit=131, CblasUnit=132} CBLAS_DIAG;
                                                ^
In file included from /usr/include/gsl/gsl_blas.h:29:0,
                 from main.C:31:
/usr/include/gsl/gsl_blas_types.h:47:15: error: using typedef-name
'CBLAS_SIDE' after 'enum'
 typedef  enum CBLAS_SIDE        CBLAS_SIDE_t;
               ^
In file included from /usr/include/gsl/gsl_cblas.h:1:0,
                 from /usr/include/gsl/gsl_blas_types.h:28,
                 from /usr/include/gsl/gsl_blas.h:29,
                 from main.C:31:
/usr/include/cblas.h:23:46: note: 'CBLAS_SIDE' has a previous declaration
here
 typedef enum {CblasLeft=141, CblasRight=142} CBLAS_SIDE;
------------------------------------------------------------------------------------------------------------------

Any help is appreciated. Thanks.



--
View this message in context: http://cygwin.1069669.n5.nabble.com/Volunteer-to-update-GNU-Scientific-Library-package-to-gsl-2-2-tp132997p133023.html
Sent from the Cygwin list mailing list archive at Nabble.com.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-24 16:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-23 21:02 Volunteer to update GNU Scientific Library package to gsl-2.2? zab2t
     [not found] <1249607065.2126967.1490371100404.ref@mail.yahoo.com>
2017-03-24 16:00 ` Ian Lambert via cygwin
2017-03-24 16:23   ` zab2t
2017-03-24 17:11     ` zab2t

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).