-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
casadi 3.6.6 (new formula) #183139
casadi 3.6.6 (new formula) #183139
Conversation
5ca8dd9
to
1b1cf9a
Compare
@carlocab When running casadi
* Files were found with references to the Homebrew shims directory.
The offending files are:
include/casadi/config.h
lib/libcasadi.3.7.dylib I've checked, and it seems that the casadi library stores internally the path to the compiler. |
I think that formulae that reference the shims directory are likely to be broken in some way at runtime, so can't/shouldn't be packaged in Homebrew. However, it's unlikely that this is impossible or even very difficult to fix -- you can |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
casadi: add shim build patch Signed-off-by: Rui Chen <rui@chenrui.dev>
1b1cf9a
to
b9b2bda
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?