2015-03-19 21:40:31 by Tobias Nygren | Files touched by this commit (1) |
Log message:
Remove obsolete BUILDLINK_TRANSFORMs. The package does not set any of the
transformed compiler flags when built through pkgsrc because
config.guess overrides are in effect. Fixes build with cwrappers on i386.
Also add a comment that we should enable the runtime CPU detection support
on amd64 some time in the future.
|
2014-09-10 12:41:13 by Richard PALO | Files touched by this commit (1) |
Log message:
revert gmp/Makefile
|
2014-09-10 12:14:08 by Richard PALO | Files touched by this commit (10) |
Log message:
adding devel/py-hgnested
hgnested is a Mercurial extension to work with nested repositories.
It was inspired by the forest extension.
The extension allows to apply common Mercurial commands to all the nested
repositories at once like pull, push etc. It also allows to fetch a complete
tree of repositories through ssh or http.
To enable the "hgnested" extension, create an entry for it in your \
hgrc, like
this:
[extensions]
hgnested =
See `hg help hgnested` for the complete list of commands.
For more information please visit the following website:
http://code.google.com/p/hgnested/
|
2014-04-23 14:55:42 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Fix inplace patching
|
2014-04-18 12:49:01 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Fixed building on Darwin.
|
2014-04-17 15:08:24 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 6.0.0a:
Changes between 6.0.0 and 6.0.0a:
Not documented.
Changes between GMP version 5.1.* and 6.0.0
BUGS FIXED
* The function mpz_invert now considers any number invertible in Z/1Z.
* The mpn multiply code now handles operands of more than 2^31 limbs
correctly. (Note however that the mpz code is limited to 2^32 bits on
32-bit hosts and 2^37 bits on 64-bit hosts.)
* Contains all fixes from release 5.1.3.
SPEEDUPS
* Plain division of large operands is faster and more monotonous in operand
size.
* Major speedup for ARM, in particular ARM Cortex-A15, thanks to improved
assembly.
* Major speedup for SPARC T4/T5 and speedup also for T3, thanks to a lot of
new assembly.
* Speedup for Intel Sandy Bridge, Ivy Bridge, Haswell, thanks to rewritten
and vastly expanded assembly support. Speedup also for the older Core 2
and Nehalem.
* Faster mixed arithmetic between mpq_class and double.
* With g++, optimise more operations when one argument is a simple constant.
FEATURES
* Support for new Intel and AMD CPUs.
* Support for ARM64 alias Aarch64 alias ARMv8.
* New public functions mpn_sec_mul and mpn_sec_sqr, implementing side-channel
silent multiplication and squaring.
* New public functions mpn_sec_div_qr and mpn_sec_div_r, implementing
side-channel silent division.
* New public functions mpn_cnd_add_n and mpn_cnd_sub_n. Side-channel silent
conditional addition and subtraction.
* New public function mpn_sec_powm, implementing side-channel silent modexp.
* New public function mpn_sec_invert, implementing side-channel silent
modular inversion.
* Better support for applications which use the mpz_t type, but nevertheless
need to call some of the lower-level mpn functions. See the documentation
for mpz_limbs_read and related functions.
MISC
[FreeBSD bashing removed]
|
2014-03-07 14:26:15 by OBATA Akio | Files touched by this commit (1) |
Log message:
Rewrite to support builtin gmp on CentOS 6.5/x86_64.
* gmp.h is a wrapper to include archtecture specific include file.
* builtin library is in lib${LIBABISUFFIX}.
|
2014-03-07 12:30:49 by OBATA Akio | Files touched by this commit (1) |
Log message:
Change to support system prefixes other than "/usr".
|
2014-03-02 09:00:00 by OBATA Akio | Files touched by this commit (1) |
Log message:
Add CHECK_BUILTIN guard.
|
2013-10-02 17:13:46 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Oops.. switched back to .tar.bz2
|