Blame 0006-Remove-duplicate-file-installation.patch

9dd81d3
From 7cd0cc04b21ef57b6e7d83adfe7a13f8cbb39125 Mon Sep 17 00:00:00 2001
424ce19
From: "Ankur Sinha (Ankur Sinha Gmail)" <sanjay.ankur@gmail.com>
424ce19
Date: Sun, 23 Jun 2019 18:31:52 +0100
424ce19
Subject: [PATCH 6/6] Remove duplicate file installation
424ce19
424ce19
---
424ce19
 src/nrniv/Makefile.am | 2 +-
424ce19
 1 file changed, 1 insertion(+), 1 deletion(-)
424ce19
424ce19
diff --git a/src/nrniv/Makefile.am b/src/nrniv/Makefile.am
424ce19
index 45b48b8d..1c2e40a3 100755
424ce19
--- a/src/nrniv/Makefile.am
424ce19
+++ b/src/nrniv/Makefile.am
424ce19
@@ -162,7 +162,7 @@ pkginclude_HEADERS = ndatclas.h nrnclass.h nrnmenu.h nrnoc2iv.h ppshape.h \
424ce19
 	multisplitcontrol.h nvector_nrnthread.h \
424ce19
 	bbsavestate.h nrnbbcore_write.h nrnsection_mapping.h\
424ce19
 	nrnmusic.cpp nrndae.h matrixmap.h \
424ce19
-	structpool.h nrnhash_alt.h
424ce19
+	nrnhash_alt.h
424ce19
 
424ce19
 ## We have to play a trick on automake to get it to install the .o files in
424ce19
 ## an architecture-dependent subdirectory.  (Apparently automake's authors
424ce19
-- 
424ce19
2.21.0
424ce19