Math-Quaternion update

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Math-Quaternion update

Frank Shearar-3
Hi Nicolas,

I tried to add a (head) release for Math-Quaternion, but I think I
lack permission (by virtue of my attempt failing). I suggest this
script:

Installer ss
    project: 'Math-Quaternion';
    addPackage: 'Math-Quaternion-nice.13.mcz';
    addPackage: 'Math-QuaternionTests-nice.4.mcz';
    install.

as the installation.

frank

Reply | Threaded
Open this post in threaded view
|

Re: Math-Quaternion update

Frank Shearar-3
On 20 February 2013 15:06, Frank Shearar <[hidden email]> wrote:

> Hi Nicolas,
>
> I tried to add a (head) release for Math-Quaternion, but I think I
> lack permission (by virtue of my attempt failing). I suggest this
> script:
>
> Installer ss
>     project: 'Math-Quaternion';
>     addPackage: 'Math-Quaternion-nice.13.mcz';
>     addPackage: 'Math-QuaternionTests-nice.4.mcz';
>     install.
>
> as the installation.
>
> frank

Actually, I mean

Installer ss
    project: 'Quaternion';
    addPackage: 'Math-Quaternion';
    addPackage: 'Math-QuaternionTests';
    install.

(Fixed the package name, and dropped the version numbers so that
"head" really means "head".)

frank