mesonbuild / mesonbuild/meson-python

Handling executables (scripts from the Python POV) that link to distribution libraries

オープン
#3 コメント 8 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

needs info
主要言語
Python
スター
180
フォーク
93
平均マージ
2日 7時間
マージ済み PR(30日)
18

説明

I don't think auditwheel fixes the binary dependencies for wheel scripts, we should confirm that. If it does not, we should put them in platlib and add a wrapper that just calls them in the scripts directory.

The issue here is that we do not know the final location of the `.libs` folder so we cannot set the path to point there. By placing them in platlib, we can set the rpath to `$ORIGIN/../.libs`.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

まず、auditwheel が wheel scripts のバイナリ依存関係を修正するかどうかを確認し、wheel scripts、platlib、scripts directory、.libs folder がどのように扱われるかを調べます。次に、提案されている platlib への配置と $ORIGIN/../.libs パスを評価します。scripts directory にある wrapper を使って、distribution libraries にリンクする実行可能ファイルがインストール済みの wheels から動作すれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
build-system
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
35/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。