-
-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spkg-configure.m4 for flintqs #29430
Comments
Branch: u/mjo/ticket/29430 |
New commits:
|
Commit: |
comment:2
Needs distros/ |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:4
I added debian, fedora, and gentoo (I added the Gentoo package a few seconds before opening this ticket) based on repology.org results. Ubuntu and nix have packages too, but I don't see ubuntu.txt or nix.txt anywhere in the tree. |
comment:5
ubuntu uses debian.txt |
comment:6
See #29130 for nix |
comment:7
Have you checked arch? |
comment:8
on conda it's |
comment:9
and on arch, cf https://www.archlinux.org/packages/community/x86_64/flintqs/ |
comment:10
Fedora does not have flintqs |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:12
Force pushed a rename fedora -> conda. The arch.txt was already there (before I added the m4 file). |
Reviewer: Matthias Koeppe, Dima Pasechnik |
comment:13
lgtm - but add author's name |
Author: Michael Orlitzky |
comment:18
Sorry, I'll have to add "mpir" to the DEPCHECK here. I didn't realize sage installed it in place of gmp with everything renamed mpir->gmp. |
comment:19
you need to check for BOTH gmp and mpir, not just one of them. |
comment:20
e.g.
|
comment:21
Thanks, I see that now. I was rather confused about how all these packages explicitly looking for libgmp in ./configure could use MPIR in sage. I'm halfway through a build test for a ppl spkg-configure but as soon as it finishes I'll fix this up. |
Changed branch from u/mjo/ticket/29430 to public/packages/flintqs-config |
comment:23
lgtm |
comment:24
If this only installs an executable, I don't think we need any depcheck at all because there cannot be a library conflict. |
comment:26
The |
comment:27
Replying to @orlitzky:
I don't think this is a concern. |
Changed branch from public/packages/flintqs-config to u/mjo/ticket/29430 |
Changed branch from u/mjo/ticket/29430 to |
This package only installs the
QuadraticSieve
executable, which needs to be in thePATH
forqsieve()
to work in Sage.CC: @dimpase @embray @mkoeppe @kiwifb
Component: build: configure
Author: Michael Orlitzky
Branch/Commit:
5990654
Reviewer: Matthias Koeppe, Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/29430
The text was updated successfully, but these errors were encountered: