Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Link fortran programs with libm.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 23 Oct 2013 16:18:24 +0000 (18:18 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 24 Oct 2013 14:11:59 +0000 (16:11 +0200)
src/smpi/smpiff.in

index 301802c..034bdf9 100644 (file)
@@ -2,7 +2,7 @@
 prefix="@exec_prefix@"
 
 ARGS="-DMAIN__=user_main -Diargc_=smpi_process_argc -Dgetarg_=smpi_process_getarg"
 prefix="@exec_prefix@"
 
 ARGS="-DMAIN__=user_main -Diargc_=smpi_process_argc -Dgetarg_=smpi_process_getarg"
-LINKARGS="-lf2c"
+LINKARGS="-lf2c -lm"
 SRCFILES=""
 
 while [ -n "$1" ]; do
 SRCFILES=""
 
 while [ -n "$1" ]; do