Ignore:
Timestamp:
06/29/12 11:08:01 (13 years ago)
Author:
utke
Message:

drop the extraneous part of the include path and do the include properly with the adolc directory prefixed.
With this changeset the issm.exe compiles/links without errors using --with-adolc-dir in the configure

File:
1 edited

Legend:

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

    r12568 r12585  
    429429                        dnl defaults
    430430                        HAVE_ADOLC=yes
    431                         ADOLCINCL="-I$ADOLC_ROOT/include/adolc -I$ADOLC_ROOT/include"
     431                        ADOLCINCL="-I$ADOLC_ROOT/include"
    432432                        ADOLCLIB="-L$ADOLC_ROOT/lib64 -ladolc"
    433433
Note: See TracChangeset for help on using the changeset viewer.