Changeset 786 for library/system

Show
Ignore:
Timestamp:
01/13/10 22:56:35 (14 years ago)
Author:
smidl
Message:

acc

Location:
library/system
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • library/system/FindITPP.cmake

    r509 r786  
    5656ELSE (ITPP_FOUND) 
    5757   IF (ITPP_FIND_REQUIRED) 
     58      MESSAGE("LIB: ${ITPP_LIBRARY}") 
     59      MESSAGE("LIB DEB: ${ITPP_LIBRARY_DEBUG}") 
     60      MESSAGE("INC: ${ITPP_INCLUDE_DIR}") 
    5861      MESSAGE(FATAL_ERROR "Could not find ITPP library, make sure ITPP_DIR is properly set") 
    5962   ENDIF (ITPP_FIND_REQUIRED) 
  • library/system/SetBdmEnv.cmake

    r693 r786  
    3939        # Generally this directory should not exist! 
    4040        # Use this location is you compile itpp from sources 
    41         IF(NOT ITPP_DIR) 
     41        MESSAGE("ITPPDIR $ENV{ITPP_DIR}") 
     42        IF($ENV{ITPP_DIR}) 
     43                SET(ITPP_DIR $ENV{ITPP_DIR}) 
     44        ELSE($ENV{ITPP_DIR}) 
    4245                SET(ITPP_DIR "${BDM_SOURCE_DIR}/system/linux/") 
    43         ENDIF(NOT ITPP_DIR) 
     46        ENDIF($ENV{ITPP_DIR}) 
     47        MESSAGE("ITPPDIR ${ITPP_DIR}") 
    4448        #This is for UNIX makefile which does only one release at a time. 
    4549ENDIF(UNIX) 
  • library/system/linux/configure_itpp

    r618 r786  
    11#./configure --enable-debug --enable-exceptions --enable-static --disable-comm --disable-fixed --disable-optim --disable-protocol --disable-signal --disable-srccode --without-fft --with-lapack=/usr/lib/liblapack_pic.a 
    2 ./configure --enable-debug --enable-static --disable-comm --disable-fixed --disable-optim --disable-protocol --disable-signal --disable-srccode --without-fft --with-lapack=/usr/lib/liblapack_pic.a 
     2./configure --enable-debug --enable-static --disable-comm --disable-fixed --disable-optim --disable-protocol --disable-signal --disable-srccode --without-fft --with-lapack=/usr/lib64/liblapack_pic.a