Conversation
e615062 to
6d48c1c
Compare
|
|
cbbca7b to
c427753
Compare
|
You should probably drop the The |
|
Please remove the |
Formula/isl.rb
Outdated
There was a problem hiding this comment.
Why does it need llvm? Note that it still uses system clang to build even if you have an llvm build dependency.
There was a problem hiding this comment.
It needs some clang libraries to build binding generator.
There was a problem hiding this comment.
Let's build without those, we don't want to depend on llvm itself
Formula/isl.rb
Outdated
There was a problem hiding this comment.
Did make install stop installing this? That's very weird.
There was a problem hiding this comment.
Some C++ interface like cpp-checked.h are not installed by the make install, need to install them manually.
There was a problem hiding this comment.
This need to be reported upstream, so it gets fixed by them and we can remove this ugliness in the next version.
Formula/isl.rb
Outdated
There was a problem hiding this comment.
Why do we need to change the test?
There was a problem hiding this comment.
Just test the C++ interface
Formula/flann.rb
Outdated
There was a problem hiding this comment.
Would be good to try to keep the old test. We can use the new one you propose for now just to check that flann isn't broken by the isl version bump, though.
There was a problem hiding this comment.
Currently resource URL are unreachable, ERROR 500.
|
|
That's expected. Homebrew/brew#11275 Also seen in a number of other PRs. |
d9ec9e6 to
309fe0b
Compare
|
You can also drop the |
a8a3c1d to
93d638f
Compare
|
This should be good to merge when you drop the |
Fixes CI failure seen in Homebrew#76444 and various other PRs. Also, update the license. There are no "or later" references in the source repository. See Homebrew/brew#11286.
Fixes CI failure seen in #76444 and various other PRs. Also, update the license. There are no "or later" references in the source repository. See Homebrew/brew#11286. Closes #77243. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
|
Reported to mailing list ( |
This makes it sound like these headers aren't useful then. What are the extra headers used for? |
|
These headers are contributed by |
|
It might help if you contributed a patch upstream to install these headers as well with |
carlocab
left a comment
There was a problem hiding this comment.
You should also drop the openmodelica commit, since 1.17.0 does not build.
Formula/isl.rb
Outdated
|
Drop the C++ headers now. In fact python binding doesn't need
|
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 doingbrew install <formula>)?