Took out setting the PYTHONPATH to null on one statement in finish-install.
This sometimes caused a bus error on the Mac. I'm not sure that I've fixed or understood this error.
This commit is contained in:
parent
77afab8f54
commit
a1be078db2
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ ifeq ($(os_is_win),0)
|
|||
cp -f License.txt "@ct_bindir@"
|
||||
ifneq ($(build_python),0)
|
||||
@INSTALL@ -c tools/src/finish_install.py tools/bin
|
||||
(PYTHONPATH=''; @PYTHON_CMD@ tools/bin/finish_install.py @prefix@ @PYTHON_CMD@)
|
||||
@PYTHON_CMD@ tools/bin/finish_install.py @prefix@ @PYTHON_CMD@
|
||||
cp -f "@homedir@/setup_cantera" "@ct_bindir@"
|
||||
chmod +x @ct_bindir@/setup_cantera
|
||||
chmod +x @ct_bindir@/ctnew
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue