Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/flintqs/SPKG.txt
8817 views
1
This is William Hart's GPL'd highly optimized multi-polynomial
2
quadratic sieve for integer factorization:
3
4
http://www.friedspace.com/QS/
5
6
See also http://www.maths.warwick.ac.uk/~masfaw/preprint.html
7
See also the svn server:
8
https://svn.sourceforge.net/svnroot/fastlibnt/trunk/QS/
9
10
To get a new version:
11
12
svn export https://svn.sourceforge.net/svnroot/fastlibnt/trunk/QS/ fastlibnt
13
14
== Changelog ==
15
16
=== flintqs-20070817.p8 (Jeroen Demeyer, 21 June 2012) ===
17
* Trac #9544: Add 'stdint.patch' to fix FreeBSD build.
18
19
=== flintqs-20070817.p7 (Jeroen Demeyer, 25 May 2012) ===
20
* Trac #12855: Only call log() on float or double types. This works
21
around a problem with Solaris' libc where log() in C++ is overloaded
22
for float, double and long double but not integer types.
23
* Use `patch` for patching, use standard template for spkg-install.
24
* Don't retry the build upon failure on x86_64, which seems pointless
25
after #11351.
26
27
=== flintqs-20070817.p6 (Mariah Lenox, 19 May 2011) ===
28
* Trac #11351: make x86_64 systems build with -m64 rather than
29
-march=opteron.
30
31
=== flintqs-20070817.p5 ===
32
* no record
33
34
=== flintqs-20070817.p4 (David Kirkby, 24th May 2010) ===
35
* #9034 Use the 'makefile.osx64' for any 64-bit system, not just
36
OS X, as it is quite generic. This allows flitqs to build
37
64-bit on OpenSolaris, and will probably build 64-bit on any half
38
reasonable operating system if SAGE64 is set to "yes"
39
* Remove the 'dist' subdirectory - see #5903
40
41
=== flintqs-20070817.p4 (Michael Abshoff, April 14th, 2008) ===
42
* Fix OSX 64 bit build
43
44
=== flintqs-20070817.p3 (Michael Abshoff, April 14th, 2008) ===
45
* apply gcc 4.3 build patch. This has to go upstream
46
47
48