Changeset 20482
- Timestamp:
- 04/08/16 14:18:56 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r20480 r20482 407 407 AC_SUBST([TRIANGLEINCL]) 408 408 AC_SUBST([TRIANGLELIB]) 409 echo $TRIANGLELIB410 409 fi 411 410 dnl }}} … … 477 476 case "${host_os}" in 478 477 *cygwin*) 479 if test x$DAKOTA_VERSION = x4.2 || test x$DAKOTA_VERSION = x4.2+; then 480 DAKOTALIB="-L$DAKOTA_ROOT/lib -ldakota -lteuchos -lpecos -lfftw3 -llhs -levidence -lsurfpack -lconmin -lddace -lfsudace -ljega -lcport -lopt -lpsuade -lnewmat -lncsuopt -lgsl -lquadrature -lcoliny -lcolin -lpebbl -lutilib -l3po -lnappspack -lappspack -lconveyor -lshared -lcdd -lamplsolver" 481 else if test x$DAKOTA_VERSION = x5.1 || test x$DAKOTA_VERSION = x5.2; then 478 if test x$DAKOTA_VERSION = x5.1 || test x$DAKOTA_VERSION = x5.2; then 482 479 DAKOTALIB="-L$DAKOTA_ROOT/lib -L$BOOST_ROOT/lib -ldakota -lteuchos -lpecos -llhs -lsparsegrid -lsurfpack -lconmin -lddace -lfsudace -ljega -lcport -loptpp -lpsuade -lncsuopt -lcolin -linterfaces -lmomh -lscolib -lpebbl -ltinyxml -lutilib -l3po -lhopspack -lnidr -lamplsolver -lboost_signals -lboost_regex -lboost_filesystem" 483 480 else if test x$DAKOTA_VERSION = x6.1 || test x$DAKOTA_VERSION = x6.2; then … … 488 485 else 489 486 AC_MSG_ERROR([Dakota version not found or version ($DAKOTA_VERSION) not supported!]); 490 fi491 487 fi 492 488 fi … … 512 508 ;; 513 509 *darwin*) 514 if test x$DAKOTA_VERSION = x4.2 || test x$DAKOTA_VERSION = x4.2+; then 515 DAKOTALIB="-L$DAKOTA_ROOT/lib -ldakota -lteuchos -lpecos -lfftw3 -llhs -levidence -lsurfpack -lconmin -lddace -lfsudace -ljega -lcport -lopt -lpsuade -lnewmat -lncsuopt -lgsl -lquadrature -lcoliny -lcolin -lpebbl -lutilib -l3po -lnappspack -lappspack -lconveyor -lshared -lcdd -lamplsolver" 516 dnl DAKOTALIB+= "-lgslcblas -L/usr/lib -lblas -llapack" 517 else if test x$DAKOTA_VERSION = x5.1 || test x$DAKOTA_VERSION = x5.2; then 510 if test x$DAKOTA_VERSION = x5.1 || test x$DAKOTA_VERSION = x5.2; then 518 511 DAKOTALIB="-L$DAKOTA_ROOT/lib -ldakota -lteuchos -lpecos -llhs -lsparsegrid -lsurfpack -lconmin -lddace -lfsudace -ljega -lcport -loptpp -lpsuade -lncsuopt -lcolin -linterfaces -lmomh -lscolib -lpebbl -ltinyxml -lutilib -l3po -lhopspack -lnidr -lamplsolver -lboost_signals -lboost_regex -lboost_filesystem -lboost_system" 519 512 dnl DAKOTALIB+= "-lgslcblas -L/usr/lib -lblas -llapack" … … 530 523 else 531 524 AC_MSG_ERROR([Dakota version not found or version ($DAKOTA_VERSION) not supported!]); 532 fi533 525 fi 534 526 fi … … 571 563 AC_SUBST([DAKOTAFLAGS]) 572 564 AC_SUBST([DAKOTALIB]) 573 else574 AM_CONDITIONAL([ISSM_DAKOTA],0)575 565 fi 576 566 AM_CONDITIONAL([ISSM_DAKOTA],[test x$DAKOTA_MAJOR = x6])
Note:
See TracChangeset
for help on using the changeset viewer.