We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
+brewing
things currently in the pantry (may be solved already):
.cmake files:
- run: sed -i -e "s:{{ pkgx.prefix }}:\$\{CMAKE_CURRENT_LIST_DIR\}/../../../../..:g" -e "s/\+brewing//g" abslTargets{,-release}.cmake working-directory: '{{prefix}}/lib/cmake/absl'
.pc files:
# FIXME: this is a hack; we need to fix fixup.ts - run: sed -i 's/\+brewing//g' *.pc working-directory: '{{prefix}}/lib/pkgconfig'
possible contender:
# the make file uses sed over the bindir, our +brewing messes that up. - TMP_PREFIX=$(mktemp -d)
.la files going in now for graphviz.org to solve:
graphviz.org
/opt/gnu.org/sed/v4.9.0/bin/sed: can't read /opt/graphviz.org/v10.0.1+brewing/lib/libxdot.la: No such file or directory
The text was updated successfully, but these errors were encountered:
+brewing is broken at some level and needs revisiting. In general it should be transparent:
{{prefix}}
The fact it seems to otherwise surface to build scripts suggests some issue.
Sorry, something went wrong.
No branches or pull requests
things currently in the pantry (may be solved already):
.cmake files:
.pc files:
possible contender:
.la files going in now for
graphviz.org
to solve:The text was updated successfully, but these errors were encountered: