-
- Notifications
You must be signed in to change notification settings - Fork 327
fix building of shared extensions (grpc, simdjson, soap) #905
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
Open
henderkes wants to merge 37 commits into main Choose a base branch from fix/grpc-shared
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
37 commits Select commit Hold shift + click to select a range
d3ba04f
fix grpc shared build (ignores CXXFLAGS, needs CPPFLAGS)
henderkes 2e6329b
add cpp-library for imagemagick too
henderkes d0a9a3a
fix return of array
henderkes b5c7185
add comment for new method
henderkes 3c61466
Merge branch 'main' into fix/grpc-shared
henderkes fa2e041
test shared grpc, imagick
henderkes 40f89d1
is shared_libadd enough?
henderkes b0538c0
deduplicate those to make it more readable
henderkes 83696e9
remove whitespace
henderkes 81430e6
also use libstdc++.a for grpc?
henderkes d0b253c
not required
henderkes e323d7b
revert to private
henderkes 927d7f5
make sure -ldl is not taken as needed, problem on EL8
henderkes 44399cd
remove -Wl,--as-needed for imagemagick build
henderkes dcbfe1e
e-dant/watcher is a c++ library too
henderkes 8dfe722
Merge branch 'main' into fix/grpc-shared
henderkes fa87149
shallow submodules as well (grpc download goes from 2.9 gb to 900mb)
henderkes 35a90f2
skip -mcpu or -march=armv8-... flags because zig doesn't support them…
henderkes e02be69
update grpc from 1.68.x to 1.75.x
henderkes fc90b4a
allow appending pkg_config_path #910
henderkes 8039ea4
soap requires libxml and session
henderkes 8bda4fd
simdjson requires +evex512
henderkes 59dedbe
simdjson requires +evex512 (for zig-cc)
henderkes 93e6dca
cflags and cxxflags separately
henderkes 21149f6
simdjson needs patch
henderkes cac57db
php 8.5 has beta 3
henderkes e862bac
php 8.5 has beta 3
henderkes 8b2b658
Merge branch 'main' into fix/grpc-shared
henderkes c2813d5
move hasCpp to SPCConfigUtil
henderkes fe09d8c
add docstring
henderkes b0b031a
add docstring
henderkes 5b6c923
snappy is a c++ lib
henderkes f774418
fix configutil
henderkes 2d1a61d
explicitly disable avx512 if zig and march not high enough
henderkes c5316f9
-v3 doesn't have avx512 yet
henderkes 044275d
typo
henderkes 31a4498
bring back simdjson tests, extension headers do not properly guard fo…
henderkes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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 file contains hidden or 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
Oops, something went wrong.
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.
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.
Is it possible to change only for this scope rather than modifying builder property? I don't think modifying builder's value is the best idea.
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't think of a way, unfortunately, other than patching imagemagick's ./configure, but that would be much worse than temporarily changing the ldflags.