Do linux package systems handle version components with an mpi package?
--- Begin Message ---
Module Name: pkgsrc
Committed By: gdt
Date: Tue Mar 20 23:38:26 UTC 2012
Modified Files:
pkgsrc/security/py-cryptopp: Makefile
Log Message:
Split version into sane and excessive parts.
Upstream's version is 0.6.0.X, where X appears to be a large integer
in decimal that corresponds to a git sha1 has. Such large numbers
violate the assumption, true with just about every previous package,
that version number components will fit in an int --- code that
handles version numbers does not use a multiprecision integer library
like gmp. To address this, split the version into what would have
been the version under normal procedures (0.6.0), and put the bignum
into ${VERSION_EXCESSIVE}, allowing it be used in DISTNAME but not
PKGNAME.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-cryptopp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--- End Message ---
_______________________________________________
tahoe-dev mailing list
[email protected]
http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev