Skip to content

Commit c0fde54

Browse files
committed
Merge pull request #768 from hashdist/fix_ode_rpath
add -R switch to ode python bindings
2 parents afa310c + fcc4165 commit c0fde54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/ode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ build_stages:
2424
handler: bash
2525
bash: |
2626
cd bindings/python
27-
PKG_CONFIG_PATH=../.. ${PYTHON} setup.py install --prefix=${ARTIFACT}
27+
PKG_CONFIG_PATH=../.. ${PYTHON} setup.py build_ext -R ${ARTIFACT}/lib install --prefix=${ARTIFACT}

0 commit comments

Comments
 (0)