Changeset f84f82 in git
- Timestamp:
- Nov 6, 2013, 2:10:35 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c987db42cd2ec943b97ac5746c99892ceddf909c')
- Children:
- da7eaf561933d677968dbf5e5b17b8a9e33117d5
- Parents:
- 6008fe44cedc7793187b6229700bf1202ed3b6b0
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-06 14:10:35+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-06 15:37:35+01:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r6008fe rf84f82 5 5 endif 6 6 7 if HAVE_GFANLIB8 USE_GFANLIB = gfanlib9 endif10 11 12 13 14 7 SUBDIRS = resources omalloc xalloc $(USE_FACTORY) \ 15 libpolys kernel numeric $(USE_GFANLIB)dyn_modules \8 libpolys kernel numeric gfanlib dyn_modules \ 16 9 IntegerProgramming Singular dox \ 17 10 emacs debian redhat desktop -
configure.ac
r6008fe rf84f82 63 63 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)])) 64 64 LB_CHECK_FLINT(2.3,,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)])) 65 LB_CHECK_MATHICGB 66 65 66 AC_CONFIG_GOOGLE_PERFTOOLS() 67 67 68 68 AX_PYTHON_DEFAULT() 69 69 AX_PYTHON_WITH_VERSION([2.4]) 70 70 71 AC_CONFIG_GOOGLE_PERFTOOLS() 71 LB_CHECK_MATHICGB 72 72 73 73 AC_FUNC_ERROR_AT_LINE … … 85 85 esac 86 86 87 88 SING_CHECK_POLYMAKE 89 SING_CHECK_GFANLIB 87 90 88 91 SING_CHECK_P_PROCS … … 90 93 SING_CHECK_READLINE 91 94 SING_CHECK_DBM 92 SING_CHECK_GFANLIB93 SING_CHECK_POLYMAKE94 95 95 96 ### the following is needed due to the use of om_sing_opt_show_mem in misc_ip.cc...
Note: See TracChangeset
for help on using the changeset viewer.