Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill f2c. Finally. I hope.
[simgrid.git] / teshsuite / smpi / mpich3-test / f77 / datatype / CMakeLists.txt
index 3ea4f69..fc6366c 100644 (file)
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 2.6)
 
-if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_F2C)
+if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_FORTRAN)
   if(WIN32)
     set(CMAKE_C_FLAGS "-include ${CMAKE_HOME_DIRECTORY}/include/smpi/smpi_main.h")
   else()
@@ -14,29 +14,29 @@ if(enable_smpi AND enable_smpi_MPICH3_testsuite AND SMPI_F2C)
 
   configure_file(${CMAKE_CURRENT_SOURCE_DIR}/typeaints.h.in ${CMAKE_CURRENT_SOURCE_DIR}/typeaints.h @ONLY)
 
-  add_executable(allctypesf allctypesf.f)
+#  add_executable(allctypesf allctypesf.f)
   add_executable(gaddressf gaddressf.f)
-  add_executable(hindex1f hindex1f.f)
-  add_executable(hindexed_blockf hindexed_blockf.f)
-  add_executable(packef packef.f)
-  add_executable(typecntsf typecntsf.f)
-  add_executable(typem2f typem2f.f)
-  add_executable(typename3f typename3f.f)
-  add_executable(typenamef typenamef.f)
-  add_executable(typesnamef typesnamef.f)
-  add_executable(typesubf typesubf.f)
+#  add_executable(hindex1f hindex1f.f)
+#  add_executable(hindexed_blockf hindexed_blockf.f)
+#  add_executable(packef packef.f)
+#  add_executable(typecntsf typecntsf.f)
+#  add_executable(typem2f typem2f.f)
+#  add_executable(typename3f typename3f.f)
+#  add_executable(typenamef typenamef.f)
+#  add_executable(typesnamef typesnamef.f)
+#  add_executable(typesubf typesubf.f)
 
-  target_link_libraries(allctypesf simgrid mtest_f77)
+#  target_link_libraries(allctypesf simgrid mtest_f77)
   target_link_libraries(gaddressf simgrid mtest_f77)
-  target_link_libraries(hindex1f simgrid mtest_f77)
-  target_link_libraries(hindexed_blockf simgrid mtest_f77)
-  target_link_libraries(packef simgrid mtest_f77)
-  target_link_libraries(typecntsf simgrid mtest_f77)
-  target_link_libraries(typem2f simgrid mtest_f77)
-  target_link_libraries(typename3f simgrid mtest_f77)
-  target_link_libraries(typenamef simgrid mtest_f77)
-  target_link_libraries(typesnamef simgrid mtest_f77)
-  target_link_libraries(typesubf simgrid mtest_f77)
+#  target_link_libraries(hindex1f simgrid mtest_f77)
+#  target_link_libraries(hindexed_blockf simgrid mtest_f77)
+#  target_link_libraries(packef simgrid mtest_f77)
+#  target_link_libraries(typecntsf simgrid mtest_f77)
+#  target_link_libraries(typem2f simgrid mtest_f77)
+#  target_link_libraries(typename3f simgrid mtest_f77)
+#  target_link_libraries(typenamef simgrid mtest_f77)
+#  target_link_libraries(typesnamef simgrid mtest_f77)
+#  target_link_libraries(typesubf simgrid mtest_f77)
 
 endif()