Skip to content
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

Pari seadata and seadata-big , fix wildcard on vcopy #24946

Merged
merged 2 commits into from Sep 21, 2020
Merged

Pari seadata and seadata-big , fix wildcard on vcopy #24946

merged 2 commits into from Sep 21, 2020

Conversation

motorto
Copy link
Contributor

@motorto motorto commented Sep 16, 2020

No description provided.

@motorto motorto mentioned this pull request Sep 16, 2020
@sgn
Copy link
Member

sgn commented Sep 17, 2020

So they need to be placed inside /usr/share/pari instead of /usr/share/pari/seadata? If yes, all other pari-* needs to be fixed too.

vcopy "data/seadata/sea???" usr/share/pari/seadata
vcopy data/seadata/sea* usr/share/pari/seadata
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggested this because it's about to split seadata and seadata-small.

@dkwo
Copy link
Contributor

dkwo commented Sep 17, 2020

Thank you, I tested seadata and now it works.

@motorto
Copy link
Contributor Author

motorto commented Sep 17, 2020

So they need to be placed inside /usr/share/pari instead of /usr/share/pari/seadata? If yes, all other pari-* needs to be fixed too.

Yes @sgn , that was the problem, (and the ??? ) , well I tried the other packages with the test upstream offers , and they all work.

D. To test whether a package is available.

Here are sample commands that will fail if a given package is not available:

ellinit("11a1") /* package: elldata /
galoisgetpol(8) /
package: galpol /
galoisgetname(12,1) /
package: galpol 4.0 and up /
ellmodulareqn(11) /
package: seadata /
polgalois(x^8-2) /
package: galdata */

https://pari.math.u-bordeaux.fr/packages.html


Edit:

Checked the other packages and they all seem to copy to /usr/share/pari , so they are okay !

@sgn sgn merged commit 0d49d66 into void-linux:master Sep 21, 2020
@motorto motorto deleted the pari branch October 7, 2020 21:15
@dkwo dkwo mentioned this pull request Feb 9, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants