From 07b37dfde6482035ca820a4b5abbbd248e34cdfb Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Mon, 20 Jan 2020 13:52:15 +0100 Subject: [PATCH] [PyBind11] Make installating independent of build folder --- .../p/pybind11/pybind11-2.2.4-intel-2018b-Python-3.6.6.eb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easybuild/easyconfigs/p/pybind11/pybind11-2.2.4-intel-2018b-Python-3.6.6.eb b/easybuild/easyconfigs/p/pybind11/pybind11-2.2.4-intel-2018b-Python-3.6.6.eb index 2b717d25076..65b955a13b7 100644 --- a/easybuild/easyconfigs/p/pybind11/pybind11-2.2.4-intel-2018b-Python-3.6.6.eb +++ b/easybuild/easyconfigs/p/pybind11/pybind11-2.2.4-intel-2018b-Python-3.6.6.eb @@ -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': [],