Changeset 8277 for issm/trunk/m4


Ignore:
Timestamp:
05/13/11 15:35:10 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added Tao compilation libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/m4/issm_options.m4

    r8274 r8277  
    365365                        ;;
    366366                esac
    367        
    368 
    369367
    370368                AC_DEFINE([_HAVE_PETSC_],[1],[with Petsc in ISSM src])
     
    393391                dnl defaults
    394392                  HAVE_TAO=yes
    395                   TAOINCL=-I$TAO_ROOT/include
    396                   TAOLIB="-L$TAO_ROOT/lib "
     393                  TAOINCL="-I$TAO_ROOT/include -I$TAO_ROOT/ -I$TAO_ROOT/bmake/ "
     394                  TAOLIB="-L$TAO_ROOT/lib -ltao -ltaopetsc -lpetsc"
    397395
    398396                  AC_DEFINE([_HAVE_TAO_],[1],[with Tao in ISSM src])
Note: See TracChangeset for help on using the changeset viewer.