-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
package primecount 4.3 #24966
Comments
comment:2
We are told that this is little-endian only. So this in its present form can at best become an experimental package, AFAIK. |
This comment has been minimized.
This comment has been minimized.
comment:3
Thanks for the clarification Dima. It was actually a question that Kim Walish asked on github. |
This comment has been minimized.
This comment has been minimized.
comment:5
It appears that Kim has put out a new release of primecount with big-endian support. |
This comment has been minimized.
This comment has been minimized.
comment:6
I just checked the latest release on (big-endian) SPARC, it appears to work. I didn't test with OpenMP. Should I? |
Commit: |
New commits:
|
This comment has been minimized.
This comment has been minimized.
Branch: u/vdelecroix/24966 |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:9
This should use the modern style |
comment:10
In Must be another cmake-ism... :-) |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:57
OK I have read other reports. Did you run |
comment:58
Replying to @kiwifb:
Yes i tried this one. It just say command line tools are already installed. And xcode doesn't appear with |
comment:59
Hum... could be the way cmake is built and installed Homebrew/homebrew-core#15232 Homebrew/homebrew-core#19372 it looks like we need to upgrade cmake to fix this. |
comment:60
Indeed it works fine after upgrading sage's cmake package to 3.11.0 |
Dependencies: 25109 |
Changed dependencies from 25109 to #25109 |
This comment has been minimized.
This comment has been minimized.
comment:65
tests are currently runnings on MacOS 10.13.4 and on Ubuntu 16.04 |
comment:66
I really want to see |
Changed reviewer from Vincent Klein to Vincent Klein, François Bissey |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:68
great |
comment:69
The ticket description has this somewhat puzzling statement:
Can someone clarify? |
This comment has been minimized.
This comment has been minimized.
Changed branch from u/vdelecroix/24966 to |
The goal of this ticket is to
primecount
package (the version ofprime_pi
in Sage has bugs, see Fix prime_pi errors and make primecount standard #24960)
arith/prime_pi.pyx
(that willbe merged with the current
prime_pi
in Sage in update and promote spkg primecount #25009).Note that
primecount
's build system uses cmake, which needs an upgrade (see Upgrade cmake to 3.11.0 #25109)primecount
should work on both big-endian and little-indianprocessors but has been tested successfully
Tarball (to be renamed
primecount-4.3.tar.gz
in Sage):This ticket led to opening and solving an upstream issue,
leading to improvements in the build and documentation:
Depends on #25109
CC: @jpflori @kiwifb @vinklein @slel
Component: packages: optional
Keywords: thursdaysbdx
Author: Vincent Delecroix
Branch/Commit:
6f73fad
Reviewer: Vincent Klein, François Bissey
Issue created by migration from https://trac.sagemath.org/ticket/24966
The text was updated successfully, but these errors were encountered: