Changeset 3181


Ignore:
Timestamp:
Mar 24, 2014, 11:27:13 AM (9 years ago)
Author:
Peter
Message:

fixes #788

Location:
branches/0.11-stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.11-stable/configure.ac

    r3111 r3181  
    494494YAT_PC_LIBS=$YAT_LIBS
    495495# Dependency to GSL is noted via 'Requires' field
    496 YAT_VAR_REMOVE([YAT_PRIMARY_LIBS], [-lgsl $YAT_CBLAS_LIB $LIBM])
     496YAT_VAR_REMOVE([YAT_PC_LIBS], [-lgsl $YAT_CBLAS_LIB $LIBM])
    497497AC_SUBST([YAT_PC_LIBS])
    498498
  • branches/0.11-stable/test/yat_config_test.sh

    r3114 r3181  
    4242grep 'for more information' stderr || exit_fail
    4343
     44run sh 0 $prog --libs
     45grep lgsl stdout || exit_fail
     46
     47run sh 0 $prog --libs-without-cblas
     48grep lgsl stdout || exit_fail
     49
    4450exit_success
Note: See TracChangeset for help on using the changeset viewer.