[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-379-gbf0d265

Richard B. Kreckel kreckel at ginac.de
Thu Aug 8 00:04:51 CEST 2013


Hi Alexei,

On 07/31/2013 11:33 PM, Richard B. Kreckel wrote:
> On 07/17/2012 07:03 AM, Alexei Sheplyakov wrote:
>> commit eded9cd9d5df793c1ea5a1f766eff261ded46bde
>> Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
>> Date:   Sun May 29 17:15:42 2011 +0300
>>
>>     [build] Move archive version info into version.h (for non autotools build).
>>     
>>     The canonical location for all version info is the ginac/version.h file
>>     now (so we can have two build systems without duplicating the version info
>>     in configure.ac and CMakeLists.txt).
> 
> 'make dist' fails now because it still wants ginac/version.h.in

And function.py isn't packaged but expected by the generated Makefiles.
The attached patch seems to solve both problems.

Alexei, does the attached patch look correct to you?

  -richy.
-- 
Richard B. Kreckel
<http://www.ginac.de/~kreckel/>
-------------- next part --------------
diff --git a/ginac/Makefile.am b/ginac/Makefile.am
index 8a3a762..e149d0c 100644
--- a/ginac/Makefile.am
+++ b/ginac/Makefile.am
@@ -67,7 +67,7 @@ ginacinclude_HEADERS = ginac.h add.h archive.h assertion.h basic.h class_info.h
   parser/parser.h \
   parser/parse_context.h
 
-EXTRA_DIST = version.h.in function.hppy function.cppy
+EXTRA_DIST = function.py function.hppy function.cppy
 
 BUILT_SOURCES = function.cpp function.h
 


More information about the GiNaC-devel mailing list