Opened 4 years ago
Closed 4 years ago
#62128 closed defect (fixed)
grpc needs a cmake build to be used as a dependency for apache-arrow, huggingface libraries, others
Reported by: | essandess (Steve Smith) | Owned by: | essandess (Steve Smith) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | Cc: | emcrisostomo (Enrico Maria Crisostomo) | |
Port: | grpc |
Description
grpc needs a cmake build to be used as a dependency for apache-arrow, the huggingface libraries, and others. See https://github.com/macports/macports-ports/pull/7791
The current grpc build does not generate the necessary cmake files and cannot be used within other cmake projects.
The PR https://github.com/macports/macports-ports/pull/9729 is a suggested cmake build of grpc.
Change History (2)
comment:1 Changed 4 years ago by essandess (Steve Smith)
comment:2 Changed 4 years ago by essandess (Steve Smith)
Owner: | set to essandess |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Furthermore, the current Makefile patch
${prefix}//var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/grpc/files/patch-Makefile.diff
is obsolete and does not work with the latest grpc version. The proposed cmake build fixes this issue.