Skip to content

Commit

Permalink
Merge pull request #9738 from Flamefire/20200120135211_new_pr_pybind1…
Browse files Browse the repository at this point in the history
…1224

make installing independent of build folder in pybind11 easyconfig
  • Loading branch information
boegel authored Apr 1, 2020
2 parents bcc29d6 + 07b37df commit f57e842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ builddependencies = [
]
dependencies = [('Python', '3.6.6')]

installopts = " && export PYBIND11_USE_CMAKE=1 && pip install --prefix %(installdir)s . "
installopts = " && PYBIND11_USE_CMAKE=1 pip install --prefix %(installdir)s %(builddir)s/%(name)s-%(version)s "

sanity_check_paths = {
'files': [],
Expand Down

0 comments on commit f57e842

Please sign in to comment.