Changeset 246bbb in git
- Timestamp:
- Sep 2, 2013, 9:00:15 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- ba5e9e013e5f2dc73f8cdb4219c1f1e8a19266d3
- Parents:
- 3cadd014f1310674ce369c4fc549699d470edbfc
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-09-02 21:00:15+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-09-02 21:00:33+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/flint-check.m4
r3cadd0 r246bbb 50 50 ## if test -r "$FLINT_HOME/include/flint/fmpz.h"; then 51 51 52 #if test "x$FLINT_HOME" != "x/usr"; then52 if test "x$FLINT_HOME" != "x/usr"; then 53 53 FLINT_CFLAGS="-I${FLINT_HOME}/include/" 54 FLINT_LIBS="-L${FLINT_HOME}/lib -lflint -lmpfr -lmpir" 55 # else 56 # FLINT_CFLAGS="" 57 # FLINT_LIBS="-lflint" 58 # fi 54 FLINT_LIBS="-L${FLINT_HOME}/lib" 55 else 56 FLINT_CFLAGS="" 57 FLINT_LIBS="" 58 fi 59 60 # we suppose that mpfr and mpir to be in the same place or available by default 61 FLINT_LIBS="$FLINT_LIBS -lflint -lmpfr -lmpir" 62 59 63 CFLAGS="${BACKUP_CFLAGS} ${FLINT_CFLAGS}" 60 64 LIBS="${BACKUP_LIBS} ${FLINT_LIBS}"
Note: See TracChangeset
for help on using the changeset viewer.