dylan-thinnes / solsys

Solsys at https://solsys.xyz is a prime factorizing solar system generator.
6 stars 0 forks source link

Still need to compile binaries for x86_64 linux #5

Closed dylan-thinnes closed 7 years ago

dylan-thinnes commented 7 years ago

The directory /server/factorization-dependencies/primecount was added with some critical modifications for "multiple input"/"interactive mode" support, but this new version has not been compiled to replace the old primecount.

Furthermore, msieve and primecount both remain unsupported for 64-bit linux. Seeing as this is likely going to be the platform on which the code will run in the future, this is pretty important.

The factor.js code will need to be changed to take advantage of "multiple input"/"interactive mode" in both primecount and msieve.

dylan-thinnes commented 7 years ago

Done.