mozart/mozart2

Release OSX package with BigInts support

Closed this issue · 5 comments

The last packaged version for OSX is 2.0.0-alpha.0+build.3787.b59232b and does not support big ints.
For example {Pow 2 100} returns zero :-(

Could someone (@eregon ?, @sjmackenzie ?) package a new version with bigInts support, like the 2.0.0-alpha.0+build.4105.5c06ced

Thanks !

On 24/09/14 11:29, Guillaume Maudoux wrote:

The last packaged version for OSX is 2.0.0-alpha.0+build.3787.b59232b
http://sourceforge.net/projects/mozart-oz/files/v2.0.0-alpha.0/mozart2-2.0.0-alpha.0%2Bbuild.3787.b59232b-x86_64-darwin.dmg/download
and does not support big ints.
For example {Pow 2 100} returns zero :-(

Could someone (@eregon https://github.com/eregon ?, @sjmackenzie
https://github.com/sjmackenzie ?) package a new version with bigInts
support, like the 2.0.0-alpha.0+build.4105.5c06ced
5c06ced

Thanks !


Reply to this email directly or view it on GitHub
#230.

This is unfortunate, I didn't know this. On my Mac OS X system, I have
a version that supports bigints since last June (given by Benoit)!
Please fix this quickly.

Peter

Have a look at http://eregon.me/mozart2/
The date of modification corresponds to the date they were packaged (with latest master at that date).

I heard these are not signed so you need to allow unsigned apps if you get an error message (signing would require paying a fee to Apple I think).

To anybody having access to the SourceForge account: feel free to copy my latest package there.

Done :-)

good job