-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[gklib,metis,parmetis] Update sources for metis et al. to GitHub #26020
Conversation
New port checklist: * Review the code :) * Check the name against https://repology.org/ There are 2 packages, both of which seem to be the same thing * Check the name against Bing/Google. It's the first entry. * Check the source code for optional `find_package`s There are none. * Check that the versioning scheme and license match what upstream says They have none. * Check that the source code comes from the upstream project's authoritative source. We did. * Check that the generated usage is accurate. * Check that the reported license is accurate. We hope so.
Resolves microsoft#25764 Competes with microsoft#25953
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have modified or added at least one vcpkg.json where you should check the license
field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/metis/vcpkg.json
ports/parmetis/vcpkg.json
Valid values for the license field can be found in the documentation
I solved.#25970 I changed the URL from "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-${METIS_VERSION}.tar.gz" to "https://www.nektar.info/thirdparty/metis-${METIS_VERSION}.tar.gz" Thank you! |
Great thanks @BillyONeal ! |
Any updates on this or on #25953? Our latest release depends on this. |
Sorry, I've been out on vacation since Thursday of last week; I'll see if I can fix the failures today but can't promise it will land today. |
288d4cf
to
2af8aa9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json
or CONTROL
must be modified.
error: checked-in files for metis have changed but the version was not updated
version: 2022-07-27
old SHA: 9f22e9b4f191189fb70f72400da8aed05053e7b0
new SHA: 1a8b82dc534499155aca4057cb5ee998da7cdbc4
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
@ras0219 reviewed this over my shoulder |
In microsoft#26020 I forgot to apply @ras0219 's over the shoulder review comment to change the directory name to all lowercase.
* [gklib] Fix share path case. In microsoft#26020 I forgot to apply @ras0219 's over the shoulder review comment to change the directory name to all lowercase. * More case!
Thanks @BillyONeal ! |
…rosoft#26020) * Remove bogus arguments in the `vcpkg create` template. * [gklib] Add new port in support of metis and parmetis. New port checklist: * Review the code :) * Check the name against https://repology.org/ There are 2 packages, both of which seem to be the same thing * Check the name against Bing/Google. It's the first entry. * Check the source code for optional `find_package`s There are none. * Check that the versioning scheme and license match what upstream says They have none. * Check that the source code comes from the upstream project's authoritative source. We did. * Check that the generated usage is accurate. * Check that the reported license is accurate. We hope so. * [metis] Update source to github. Resolves microsoft#25764 Competes with microsoft#25953 * [parmetis] Update source to github. * Add licenses. * Fix GKlib case. * Fix metis install.
…rosoft#26020) * Remove bogus arguments in the `vcpkg create` template. * [gklib] Add new port in support of metis and parmetis. New port checklist: * Review the code :) * Check the name against https://repology.org/ There are 2 packages, both of which seem to be the same thing * Check the name against Bing/Google. It's the first entry. * Check the source code for optional `find_package`s There are none. * Check that the versioning scheme and license match what upstream says They have none. * Check that the source code comes from the upstream project's authoritative source. We did. * Check that the generated usage is accurate. * Check that the reported license is accurate. We hope so. * [metis] Update source to github. Resolves microsoft#25764 Competes with microsoft#25953 * [parmetis] Update source to github. * Add licenses. * Fix GKlib case. * Fix metis install.
…rosoft#26020) * Remove bogus arguments in the `vcpkg create` template. * [gklib] Add new port in support of metis and parmetis. New port checklist: * Review the code :) * Check the name against https://repology.org/ There are 2 packages, both of which seem to be the same thing * Check the name against Bing/Google. It's the first entry. * Check the source code for optional `find_package`s There are none. * Check that the versioning scheme and license match what upstream says They have none. * Check that the source code comes from the upstream project's authoritative source. We did. * Check that the generated usage is accurate. * Check that the reported license is accurate. We hope so. * [metis] Update source to github. Resolves microsoft#25764 Competes with microsoft#25953 * [parmetis] Update source to github. * Add licenses. * Fix GKlib case. * Fix metis install.
Updates sources for metis and parmetis to GitHub. Also merges all patches together and makes things consistent in how CMake targets are exported.
Resolves #25764
Competes with #25953
Tested that parmetis works like this: