faas icon indicating copy to clipboard operation
faas copied to clipboard

msieve version mismatch

Open JasonQSY opened this issue 8 years ago • 4 comments

In ec2/roles/build/tasks/install-msieve.yml, it is

get_url: dest={{ sourcedir }}/msieve.tar.gz url='https://sourceforge.net/projects/msieve/files/latest/download?source=files'

It fails now because the latest version of msieve on sourceforge has been 1.5.3. And the commands below hard code directory msieve-1.5.2. It can be

get_url: dest={{ sourcedir }}/msieve.tar.gz url='https://sourceforge.net/projects/msieve/files/msieve/Msieve%20v1.52/msieve152.tar.gz' checksum="sha1:88a1ce2354b57835231bcaca0ecb0477b975b5cd"

to avoid the problem simply. If anyone want to upgrade the msieve to the latest version, maybe the patch file should be changed. I haven't tested it.

Anyway, I think the project is helpful and it do help me to factor a integer. 👍

JasonQSY avatar Jul 30 '17 22:07 JasonQSY

Give it a test, and then submit a pull request. Thanks.

shaananc avatar Aug 02 '17 12:08 shaananc

Could you provide a valid python and ansible version? It seems that the latest one has a bug in command copy. Personally I replace copy with get_url when I'm factoring my objective integer.

JasonQSY avatar Aug 12 '17 13:08 JasonQSY

Please tell me, is this project no longer operational?

Nogeus avatar Jan 19 '22 07:01 Nogeus

This project is not being actively maintained, but I'd be happy to review pull requests.

lukevalenta avatar Jan 19 '22 13:01 lukevalenta