Hi,
If you need a Math-GSL (latest version 0.07) ppm for Win32, just save the below as 'Math-GSL.ppd':
<?xml version="1.0" encoding="UTF-8"?>
<SOFTPKG NAME="Math-GSL" VERSION="0,07,0,0">
<TITLE>Math-GSL</TITLE>
<ABSTRACT></ABSTRACT>
<AUTHOR></AUTHOR>
<IMPLEMENTATION>
<OS NAME="MSWin32" />
<ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.8" />
<CODEBASE HREF="http://members.optusnet.com.au/~sisyphus1/Math-GSL
+-0.07_58.tar.gz" />
<PROVIDE NAME="Math::GSL" VERSION="0.07" />
</IMPLEMENTATION>
</SOFTPKG>
Then run
ppm install Math-GSL.ppd
Note that it apparently needs perl 5.8.8 - according to the requirements as specified by the module's authors.
In a week or so I'll see if
randyk wants to put it (plus the 5.10 version) in his ppm reps. There's one minor problem with it at the moment (in that gsl_set_error_handler_off is not having the desired effect). It's easy to work around that shortcoming, but I'd like to get it sorted before I approach
randyk.
Cheers,
Rob
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.