Changeset 246bbb in git


Ignore:
Timestamp:
Sep 2, 2013, 9:00:15 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
Message:
Better FLINT-discover fix
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/flint-check.m4

    r3cadd0 r246bbb  
    5050## if test -r "$FLINT_HOME/include/flint/fmpz.h"; then
    5151
    52 #       if test "x$FLINT_HOME" != "x/usr"; then
     52        if test "x$FLINT_HOME" != "x/usr"; then
    5353                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       
    5963        CFLAGS="${BACKUP_CFLAGS} ${FLINT_CFLAGS}"
    6064        LIBS="${BACKUP_LIBS} ${FLINT_LIBS}"
Note: See TracChangeset for help on using the changeset viewer.