unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 22ea45f130616401fb007cd323e32e86d899564d 432 bytes (raw)
name: bindings/python-cffi/pip-editable-build.sh 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
#!/bin/sh

# Shortcut to invoke `pip -e` with arguments that make it compile and
# link against the compiled notmuch in the repo's lib/ directory.
# This assumes it is being called with bindings/python-cff/ as cwd.

set -x

LIBDIR=../../lib

pip install \
    --global-option=build_ext \
    --global-option=--include-dirs=$LIBDIR \
    --global-option=--library-dirs=$LIBDIR \
    --global-option=--rpath=$(pwd)/$LIBDIR \
    -e .

debug log:

solving 22ea45f1 ...
found 22ea45f1 in https://yhetil.org/notmuch/20201122162353.63824-2-flub@devork.be/

applying [1/1] https://yhetil.org/notmuch/20201122162353.63824-2-flub@devork.be/
diff --git a/bindings/python-cffi/pip-editable-build.sh b/bindings/python-cffi/pip-editable-build.sh
new file mode 100755
index 00000000..22ea45f1

Checking patch bindings/python-cffi/pip-editable-build.sh...
Applied patch bindings/python-cffi/pip-editable-build.sh cleanly.

index at:
100755 22ea45f130616401fb007cd323e32e86d899564d	bindings/python-cffi/pip-editable-build.sh

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).