Blob Blame History Raw
From ab6649fc16e0d4a4c02b0697efd25a309502478f Mon Sep 17 00:00:00 2001
From: "Ankur Sinha (Ankur Sinha Gmail)" <sanjay.ankur@gmail.com>
Date: Wed, 19 Jun 2019 21:45:15 +0100
Subject: [PATCH 5/6] Disable python bits in install exec hook

---
 Makefile.am | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6e7b64d6..9f5c4deb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,19 +67,6 @@ mswin:
 
 endif
 
-if BUILD_NRNPYTHON
-install-exec-hook:
-	echo "enter install-exec-hook in nrn/Makefile.am"
-	if test "@ac_pysetup@" != "no" ; then \
-		cd src/nrnpython ; \
-		$(PYTHON) setup.py install @ac_pysetup@ ;\
-	fi
-	if test "@ac_diagnose@" != "no" ; then \
-		sh bin/nrndiagnose.sh ; \
-	fi
-	echo "leave install-exec-hook in nrn/Makefile.am"
-endif
-
 ALPHADIR = hines@neuron.yale.edu:/home/htdocs/ftp/neuron/versions/alpha
 
 if MAKE_RPMS
-- 
2.21.0