Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Always build Fortran bindings..
authorAugustin Degomme <augustin.degomme@imag.fr>
Wed, 17 Sep 2014 16:32:05 +0000 (18:32 +0200)
committerAugustin Degomme <augustin.degomme@imag.fr>
Wed, 17 Sep 2014 16:32:05 +0000 (18:32 +0200)
They are in C, they don't need Fortran compiler, and if we release the built library, we want them.
And also it fixes the build, broken since my last commit ..

buildtools/Cmake/DefinePackages.cmake

index cafac51..4e1564c 100644 (file)
@@ -251,21 +251,9 @@ set(SMPI_SRC
   src/smpi/smpi_replay.c
   src/smpi/smpi_rma.c
   src/smpi/smpi_topo.c
+  src/smpi/smpi_f77.c
   )
 
-if(SMPI_FORTRAN)
-  set(SMPI_SRC
-    ${SMPI_SRC}
-    src/smpi/smpi_f77.c
-    )
-else()
-  set(EXTRA_DIST
-    ${EXTRA_DIST}
-    src/smpi/smpi_f77.c
-  )
-endif()
-
-
 set(XBT_SRC
   src/xbt/RngStream.c
   src/xbt/automaton/automaton.c