Downloads:
3,023
Downloads of v 7.5:
401
Last Update:
07 Jan 2020
Package Maintainer(s):
Software Author(s):
- Kim Walisch
Tags:
primesieve primes math- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Primesieve
- 1
- 2
- 3
7.5 | Updated: 07 Jan 2020
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,023
Downloads of v 7.5:
401
Maintainer(s):
Software Author(s):
- Kim Walisch
Primesieve 7.5
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Kim Walisch. The inclusion of Kim Walisch trademark(s), if any, upon this webpage is solely to identify Kim Walisch goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Primesieve, run the following command from the command line or from PowerShell:
To upgrade Primesieve, run the following command from the command line or from PowerShell:
To uninstall Primesieve, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download primesieve --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade primesieve -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade primesieve -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install primesieve
win_chocolatey:
name: primesieve
version: '7.5'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'primesieve' do
action :install
source 'INTERNAL REPO URL'
version '7.5'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller primesieve
{
Name = "primesieve"
Version = "7.5"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'primesieve':
ensure => '7.5',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 07 Jan 2020.
primesieve is a command-line program that generates primes using a highly optimized sieve of Eratosthenes implementation. It counts the primes below 1010 in just 0.45 seconds on an Intel Core i7-6700 CPU (4 x 3.4GHz). primesieve can generate primes and prime k-tuplets up to 264.
BSD 2-Clause License
Copyright (c) 2010 - 2020, Kim Walisch.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
md5: 8090A27BEB41955EB6C3BE10DE072F0B | sha1: A35289D62911D69EA76E3CA28CCE5AC62AB257E2 | sha256: 8D7706FFD12B43D2CF138ECBD1D2B3F95CF9A0A4EFD2421EA053FBE897F489CD | sha512: DB2A7C90CAC65DF2FF4B92A604836DC571B2C5EB11B1DC694D1950169A2EEA783F5EAB40EB3DE787A86798CFDAE1D7C845138ED9900A04CA01BD1DDF2188EE82
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x64: https://github.com/kimwalisch/primesieve/releases/download/v7.5/primesieve-7.5-win64-console.zip
to download the zip file.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum64: 8D7706FFD12B43D2CF138ECBD1D2B3F95CF9A0A4EFD2421EA053FBE897F489CD
File 'LICENSE.txt' obtained from:
https://github.com/kimwalisch/primesieve/blob/master/COPYING
Log in or click on link to see number of positives.
- primesieve.7.5.nupkg (a104e00efcb6) - ## / 63
- primesieve-7.5-win64-console.zip (8d7706ffd12b) - ## / 62
- primesieve.exe (af65c636987c) - ## / 73
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Primesieve 7.5 | 401 | Tuesday, January 7, 2020 | Approved | |
Primesieve 7.4 | 311 | Saturday, February 16, 2019 | Approved | |
Primesieve 7.3 | 225 | Wednesday, January 9, 2019 | Approved | |
Primesieve 7.2 | 257 | Thursday, November 1, 2018 | Approved | |
Primesieve 7.1 | 258 | Saturday, August 25, 2018 | Approved | |
Primesieve 7.0 | 374 | Tuesday, May 1, 2018 | Approved | |
Primesieve 6.4 | 406 | Tuesday, March 27, 2018 | Approved | |
Primesieve 6.2 | 381 | Sunday, January 14, 2018 | Approved |
2010-2020 Kim Walisch
This package has no dependencies.
Ground Rules:
- This discussion is only about Primesieve and the Primesieve package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Primesieve, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.