X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fe2cfede6b5e1c8d2af6db841de278dfcffd8baf..c3a1127888725e3075adff3ad323dc1357351530:/buildtools/Cmake/Modules/FindF2c.cmake diff --git a/buildtools/Cmake/Modules/FindF2c.cmake b/buildtools/Cmake/Modules/FindF2c.cmake index 29ad5635b3..7ccb9cdb8d 100644 --- a/buildtools/Cmake/Modules/FindF2c.cmake +++ b/buildtools/Cmake/Modules/FindF2c.cmake @@ -1,59 +1,59 @@ find_path(HAVE_F2C_H f2c.h - HINTS - $ENV{LD_LIBRARY_PATH} - PATH_SUFFIXES include/ - PATHS - /opt - /opt/local - /opt/csw - /sw - /usr -) + HINTS + $ENV{LD_LIBRARY_PATH} + PATH_SUFFIXES include/ + PATHS + /opt + /opt/local + /opt/csw + /sw + /usr + ) -find_program(F2C_EXE - NAME f2c - PATH_SUFFIXES bin/ - PATHS - /opt - /opt/local - /opt/csw - /sw - /usr -) +find_program(F2C_EXE + NAME f2c + PATH_SUFFIXES bin/ + PATHS + /opt + /opt/local + /opt/csw + /sw + /usr + ) find_library(HAVE_F2C_LIB - NAME f2c - HINTS - $ENV{LD_LIBRARY_PATH} - PATH_SUFFIXES lib/ - PATHS - /opt - /opt/local - /opt/csw - /sw - /usr -) + NAME f2c + HINTS + $ENV{LD_LIBRARY_PATH} + PATH_SUFFIXES lib/ + PATHS + /opt + /opt/local + /opt/csw + /sw + /usr + ) if(HAVE_F2C_H) -set(HAVE_SMPI_F2C_H 1) + set(HAVE_SMPI_F2C_H 1) endif(HAVE_F2C_H) message(STATUS "Looking for f2c.h") if(HAVE_F2C_H) -message(STATUS "Looking for f2c.h - found") + message(STATUS "Looking for f2c.h - found") else(HAVE_F2C_H) -message(STATUS "Looking for f2c.h - not found") + message(STATUS "Looking for f2c.h - not found") endif(HAVE_F2C_H) message(STATUS "Looking for lib f2c") if(HAVE_F2C_LIB) -message(STATUS "Looking for lib f2c - found") + message(STATUS "Looking for lib f2c - found") else(HAVE_F2C_LIB) -message(STATUS "Looking for lib f2c - not found") + message(STATUS "Looking for lib f2c - not found") endif(HAVE_F2C_LIB) if(F2C_EXE) -message(STATUS "Found F2C: ${F2C_EXE}") + message(STATUS "Found F2C: ${F2C_EXE}") endif(F2C_EXE) mark_as_advanced(HAVE_F2C_H) @@ -63,5 +63,5 @@ mark_as_advanced(HAVE_F2C_LIB) if(HAVE_F2C_H) include_directories(${HAVE_F2C_H}) else(HAVE_F2C_H) - message(FATAL_ERROR "You should install f2c before use smpi.") + message(FATAL_ERROR "You should install f2c before use smpi.") endif(HAVE_F2C_H) \ No newline at end of file