Changeset 19574


Ignore:
Timestamp:
09/22/15 15:10:22 (10 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added -lirc for missing symbol

File:
1 edited

Legend:

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

    r19557 r19574  
    13461346                MKLINCL=""
    13471347                if test x$VENDOR = xintel-pleiades; then
    1348                    MKLLIB="-Wl,-rpath,/nasa/intel/Compiler/2015.0.090/composer_xe_2015.0.090/mkl/lib/intel64 -L/nasa/intel/Compiler/2015.0.090/composer_xe_2015.0.090/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm"
     1348                   MKLLIB="-Wl,-rpath,/nasa/intel/Compiler/2015.0.090/composer_xe_2015.0.090/mkl/lib/intel64 -L/nasa/intel/Compiler/2015.0.090/composer_xe_2015.0.090/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm -lirc"
    13491349                elif test x$VENDOR = xintel-discover; then
    13501350                        MKLLIB=-L"$MKL_ROOT -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread"
Note: See TracChangeset for help on using the changeset viewer.