[SCM] an open source computer algebra system branch, master, updated. 99cab34cc0ed9ba9ef7a7aa34a2cb8414d3e2485

Felix Salfelder felix at salfelder.org
Wed Mar 20 22:06:09 UTC 2013


The following commit has been merged in the master branch:
commit 21e98881f2afdfdd4a62690d7fac6fbba27de9aa
Author: Felix Salfelder <felix at salfelder.org>
Date:   Wed Mar 20 22:07:13 2013 +0100

    also install sing_dbm.h

diff --git a/Singular/Makefile.in b/Singular/Makefile.in
index 61bc6f7..960dcc0 100644
--- a/Singular/Makefile.in
+++ b/Singular/Makefile.in
@@ -618,7 +618,7 @@ install-libsingular: libsingular
 	  ${INSTALL_PROGRAM}  $$file $(DESTDIR)${libdir}; \
 	done
 	${INSTALL_PROGRAM} libsingular.h $(DESTDIR)${includedir}
-	for file in subexpr.h tok.h grammar.h ipid.h lists.h ipshell.h attrib.h silink.h table.h; do \
+	for file in subexpr.h tok.h grammar.h ipid.h lists.h ipshell.h attrib.h silink.h table.h sing_dbm.h; do \
 	sed -e "s:<kernel/:<singular/:" < $$file |sed -e "s:<Singular/:<singular/:"|sed -e "s:<omalloc/:<:"|sed -e "s:<factory/:<:" >$(DESTDIR)${includedir}/singular/$$file ;\
 	done
 

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list