Changeset 97a059 in git
- Timestamp:
- Dec 19, 2011, 7:09:26 PM (11 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 7e8c9ef034b643eea4e3a9dfb0885856e6d1a5eb
- Parents:
- f8ac2df0e661945c1994cd34c620c052b99a67e9
- git-author:
- Martin Lee <martinlee84@web.de>2011-12-19 18:09:26+00:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-04-04 14:42:24+02:00
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/Makefile.am
rf8ac2df r97a059 79 79 fieldGCD.cc \ 80 80 ffops.cc \ 81 FLINTconvert.cc \ 81 82 gf_tabutil.cc \ 82 83 gfops.cc \ … … 162 163 fieldGCD.h \ 163 164 ffops.h \ 165 FLINTconvert.h \ 164 166 gf_tabutil.h \ 165 167 gfops.h \ -
factory/config.h.in
rf8ac2df r97a059 66 66 /* Define if NTL is installed */ 67 67 #undef HAVE_NTL 68 69 /* Define if FLINT is installed */ 70 #undef FLINT 68 71 69 72 /* omalloc support */ -
factory/configure.ac
rf8ac2df r97a059 196 196 197 197 LB_CHECK_NTL(5.0,,AC_MSG_WARN([Unable to find NTL (which is strongly recommended) on your machine: please use --with-ntl=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)])) 198 199 LB_CHECK_FLINT(2.2,,AC_MSG_WARN([Unable to find FLINT (which is strongly recommended) on your machine: please use --with-flint=PATH_TO_DIR_CONTAINING_LIB_AND_INCLUDE (see also ./configure --help if you do not understand what we are talking about)])) 198 200 199 201 # arithmetic shift
Note: See TracChangeset
for help on using the changeset viewer.