|
|
|
@ -84,6 +84,7 @@ else()
|
|
|
|
message( FATAL_ERROR "Fortran name mangling suffix, \'${FortranCInterface_GLOBAL__SUFFIX}\', unknown to PSBLAS")
|
|
|
|
message( FATAL_ERROR "Fortran name mangling suffix, \'${FortranCInterface_GLOBAL__SUFFIX}\', unknown to PSBLAS")
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(NOT ${WIN32})
|
|
|
|
#----------------------------------------------
|
|
|
|
#----------------------------------------------
|
|
|
|
# Determine system endian-ness and pointer size
|
|
|
|
# Determine system endian-ness and pointer size
|
|
|
|
#----------------------------------------------
|
|
|
|
#----------------------------------------------
|
|
|
|
@ -101,6 +102,7 @@ if(${VOID_P_SIZE} EQUAL 8)
|
|
|
|
add_definitions(-DPtr64Bits)
|
|
|
|
add_definitions(-DPtr64Bits)
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
message(STATUS "Have 64bit pointers")
|
|
|
|
message(STATUS "Have 64bit pointers")
|
|
|
|
|
|
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|
|
#-----------------------------------------
|
|
|
|
#-----------------------------------------
|
|
|
|
# Check for some Fortran compiler features
|
|
|
|
# Check for some Fortran compiler features
|
|
|
|
|