Changeset 3c6df4 in git for Singular


Ignore:
Timestamp:
Apr 28, 2020, 2:11:30 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
184caf17602365e07f0084fa6bb2db75b5a0ffd4
Parents:
e1ef7b116283b782bdf06753542a2e15e181852b
Message:
removed GIT_VERSION and related
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    re1ef7b r3c6df4  
    11ACLOCAL_AMFLAGS = -I../m4
    22
    3 GIT_VERSION := $(shell $(top_srcdir)/git-version-gen $(top_srcdir)/.tarball-git-version)
    4 
    5 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/kernel -I${top_builddir}/kernel -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(FACTORY_INCLUDES) $(CCLUSTER_CPPFLAGS)  $(GMP_CPPFLAGS) $(FLINT_CFLAGS) -DGIT_VERSION='"$(GIT_VERSION)"'
     3AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/kernel -I${top_builddir}/kernel -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(FACTORY_INCLUDES) $(CCLUSTER_CPPFLAGS)  $(GMP_CPPFLAGS) $(FLINT_CFLAGS)
    64
    75AM_CXXFLAGS=$(NTL_CPPFLAGS)
  • Singular/misc_ip.cc

    re1ef7b r3c6df4  
    783783{
    784784  StringSetS("");
    785   StringAppend("Singular for %s version %s (%d, %d bit) %s #%s",
     785  StringAppend("Singular for %s version %s (%d, %d bit) %s",
    786786               S_UNAME, VERSION, // SINGULAR_VERSION,
    787787               SINGULAR_VERSION, sizeof(void*)*8,
    788788#ifdef MAKE_DISTRIBUTION
    789                VERSION_DATE, GIT_VERSION);
     789               VERSION_DATE);
    790790#else
    791                singular_date, GIT_VERSION);
     791               singular_date);
    792792#endif
    793793  StringAppendS("\nwith\n\t");
Note: See TracChangeset for help on using the changeset viewer.