fplll / fpylll

A Python interface for https://github.com/fplll/fplll
GNU General Public License v2.0
122 stars 62 forks source link

Qd instructions #168

Closed fvirdia closed 3 years ago

fvirdia commented 4 years ago

I wrote some instructions to how to enable dd and qd in a manual fpylll install. This could also be moved to a file in /docs/ and be pointed to if considered out of scope for the readme (though I find useful having them spelled out somewhere). Most of the steps could be probably avoided by changing appropriately install-dependencies.sh, which would also be a good alternative option.

malb commented 4 years ago

I think we should pick up libqd when it is available automatically. We used to do that but recently a change broke this behaviour, see: https://github.com/fplll/fplll/pull/407

So i think your instructions work around a bug that I think should be fixed.

malb commented 3 years ago

Closing this.

fvirdia commented 3 years ago

Is libqd being picked up now? If not, I may move the little tutorial somewhere else where I can find it when I need it

malb commented 3 years ago

It should be picked up now, yes.

malb commented 3 years ago

See https://github.com/fplll/fplll/pull/411