-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
libcudd: update to 3.0.0; gr1c: update to 0.13.2 #23083
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This release of CUDD includes a configure script that can be used instead of patching the Makefile and other files. Note that the original upstream project URL is not online since several years ago, but there is a mirror of the release files on SourceForge that I maintain for use in gr1c and more code at https://github.com/tulip-control/
Releases of gr1c are now posted to GitHub instead of the permanently offline vehicles.caltech.edu. The build process and configuration of gr1c was improved such that patching for macports is not necessary.
herbygillot
reviewed
Mar 18, 2024
Co-authored-by: Herby Gillot <[email protected]>
barracuda156
approved these changes
Mar 18, 2024
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.
I can confirm that both ports build fine for me now on 10.6.
herbygillot
reviewed
Mar 20, 2024
Co-authored-by: Herby Gillot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
configure
script such that the patch files associated with the Portfile are not necessary.Note that the upstream website for CUDD has been offline for years now. It was last captured by the Internet Archive 6 years ago: https://web.archive.org/web/20180217063726/http://vlsi.colorado.edu/~fabio/CUDD/. Since then, the upstream release version 3.0.0 has been available at the mirror used in this pull request.
As the maintainer of these portfiles, I am so delayed because I was without a Mac until recently.
Type(s)
Tested on
macOS 13.5.2 22G91 arm64
Xcode 15.2 15C500b
Verification
Have you
port lint --nitpick
?sudo port test
?sudo port -vst install
?