Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory sc8-pr-cvs17:/tmp/cvs-serv6619

Modified Files:
        octave.info octave.patch 
Log Message:
new upstream version.


Index: octave.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octave.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- octave.patch        26 Dec 2006 13:16:11 -0000      1.6
+++ octave.patch        26 May 2007 13:00:33 -0000      1.7
@@ -1,14 +1,14 @@
 --- octave/configure.orig      2006-12-22 07:35:54.000000000 -0700
 +++ octave/configure   2006-12-22 07:36:59.000000000 -0700
-@@ -9367,16 +9367,13 @@
+@@ -12693,16 +12693,13 @@
        LIBS="$save_LIBS"
  fi
  
 -# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/)
 +# BLAS in Apple vecLib framework? (Mac OS X)
  if test $acx_blas_ok = no; then
--      echo "$as_me:$LINENO: checking for ATL_xerbla in -latlas" >&5
--echo $ECHO_N "checking for ATL_xerbla in -latlas... $ECHO_C" >&6
+-      { echo "$as_me:$LINENO: checking for ATL_xerbla in -latlas" >&5
+-echo $ECHO_N "checking for ATL_xerbla in -latlas... $ECHO_C" >&6; }
 -if test "${ac_cv_lib_atlas_ATL_xerbla+set}" = set; then
 -  echo $ECHO_N "(cached) $ECHO_C" >&6
 -else
@@ -17,164 +17,129 @@
 -cat >conftest.$ac_ext <<_ACEOF
 +      vlib_flags="-framework vecLib"
 +      save_LIBS="$LIBS"; LIBS="$vlib_flags $LIBS"
-+      echo "$as_me:$LINENO: checking for $sgemm in $vlib_flags" >&5
-+echo $ECHO_N "checking for $sgemm in $vlib_flags... $ECHO_C" >&6
++      { echo "$as_me:$LINENO: checking for $sgemm in $vlib_flags" >&5
++echo $ECHO_N "checking for $sgemm in $vlib_flags... $ECHO_C" >&6; }
 +      cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
  cat confdefs.h >>conftest.$ac_ext
-@@ -9389,7 +9386,7 @@
+@@ -12715,7 +12712,7 @@
+ #ifdef __cplusplus
+ extern "C"
  #endif
- /* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
 -char ATL_xerbla ();
 +char $sgemm ();
  #ifdef F77_DUMMY_MAIN
  
  #  ifdef __cplusplus
-@@ -9401,7 +9398,7 @@
+@@ -12727,7 +12724,7 @@
  int
  main ()
  {
--ATL_xerbla ();
-+$sgemm ();
+-return ATL_xerbla ();
++return $sgemm ();
    ;
    return 0;
  }
-@@ -9427,28 +9424,29 @@
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
+@@ -12750,29 +12747,31 @@
+        test ! -s conftest.err
+        } && test -s conftest$ac_exeext &&
+        $as_test_x conftest$ac_exeext; then
 -  ac_cv_lib_atlas_ATL_xerbla=yes
 +  acx_blas_ok=yes; BLAS_LIBS="$vlib_flags"
  else
    echo "$as_me: failed program was:" >&5
  sed 's/^/| /' conftest.$ac_ext >&5
  
--ac_cv_lib_atlas_ATL_xerbla=no
-+BLAS_LIBS=""
+-      ac_cv_lib_atlas_ATL_xerbla=no
++      BLAS_LIBS=""
  fi
- rm -f conftest.err conftest.$ac_objext \
+ 
+ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
        conftest$ac_exeext conftest.$ac_ext
 -LIBS=$ac_check_lib_save_LIBS
-+      echo "$as_me:$LINENO: result: $acx_blas_ok" >&5
-+echo "${ECHO_T}$acx_blas_ok" >&6
++      { echo "$as_me:$LINENO: result: $acx_blas_ok" >&5
++echo "${ECHO_T}$acx_blas_ok" >&6; }
 +      LIBS="$save_LIBS"
  fi
--echo "$as_me:$LINENO: result: $ac_cv_lib_atlas_ATL_xerbla" >&5
--echo "${ECHO_T}$ac_cv_lib_atlas_ATL_xerbla" >&6
+-{ echo "$as_me:$LINENO: result: $ac_cv_lib_atlas_ATL_xerbla" >&5
+-echo "${ECHO_T}$ac_cv_lib_atlas_ATL_xerbla" >&6; }
 -if test $ac_cv_lib_atlas_ATL_xerbla = yes; then
 -  as_ac_Lib=`echo "ac_cv_lib_f77blas_$sgemm" | $as_tr_sh`
--echo "$as_me:$LINENO: checking for $sgemm in -lf77blas" >&5
--echo $ECHO_N "checking for $sgemm in -lf77blas... $ECHO_C" >&6
--if eval "test \"\${$as_ac_Lib+set}\" = set"; then
+-{ echo "$as_me:$LINENO: checking for $sgemm in -lf77blas" >&5
+-echo $ECHO_N "checking for $sgemm in -lf77blas... $ECHO_C" >&6; }
 +
-+# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/)
++# BLAS in PhiPACK libraries? (requires generic BLAS lib, too)
 +if test $acx_blas_ok = no; then
-+      echo "$as_me:$LINENO: checking for ATL_xerbla in -latlas" >&5
-+echo $ECHO_N "checking for ATL_xerbla in -latlas... $ECHO_C" >&6
-+if test "${ac_cv_lib_atlas_ATL_xerbla+set}" = set; then
++      as_ac_Lib=`echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
++{ echo "$as_me:$LINENO: checking for $sgemm in -lblas" >&5
++echo $ECHO_N "checking for $sgemm in -lblas... $ECHO_C" >&6; }
+ if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    ac_check_lib_save_LIBS=$LIBS
 -LIBS="-lf77blas -latlas $LIBS"
-+LIBS="-latlas  $LIBS"
++LIBS="-lblas  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9462,7 +9460,7 @@
- #endif
- /* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
--char $sgemm ();
-+char ATL_xerbla ();
- #ifdef F77_DUMMY_MAIN
- 
- #  ifdef __cplusplus
-@@ -9474,7 +9472,7 @@
- int
- main ()
- {
--$sgemm ();
-+ATL_xerbla ();
-   ;
-   return 0;
- }
-@@ -9500,27 +9498,28 @@
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
--  eval "$as_ac_Lib=yes"
-+  ac_cv_lib_atlas_ATL_xerbla=yes
- else
-   echo "$as_me: failed program was:" >&5
- sed 's/^/| /' conftest.$ac_ext >&5
- 
--eval "$as_ac_Lib=no"
-+ac_cv_lib_atlas_ATL_xerbla=no
- fi
- rm -f conftest.err conftest.$ac_objext \
-       conftest$ac_exeext conftest.$ac_ext
- LIBS=$ac_check_lib_save_LIBS
- fi
--echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
--echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
--if test `eval echo '${'$as_ac_Lib'}'` = yes; then
--  echo "$as_me:$LINENO: checking for cblas_dgemm in -lcblas" >&5
--echo $ECHO_N "checking for cblas_dgemm in -lcblas... $ECHO_C" >&6
+@@ -12837,13 +12836,14 @@
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
+ echo "${ECHO_T}$ac_res" >&6; }
+ if test `eval echo '${'$as_ac_Lib'}'` = yes; then
+-  { echo "$as_me:$LINENO: checking for cblas_dgemm in -lcblas" >&5
+-echo $ECHO_N "checking for cblas_dgemm in -lcblas... $ECHO_C" >&6; }
 -if test "${ac_cv_lib_cblas_cblas_dgemm+set}" = set; then
-+echo "$as_me:$LINENO: result: $ac_cv_lib_atlas_ATL_xerbla" >&5
-+echo "${ECHO_T}$ac_cv_lib_atlas_ATL_xerbla" >&6
-+if test $ac_cv_lib_atlas_ATL_xerbla = yes; then
-+  as_ac_Lib=`echo "ac_cv_lib_f77blas_$sgemm" | $as_tr_sh`
-+echo "$as_me:$LINENO: checking for $sgemm in -lf77blas" >&5
-+echo $ECHO_N "checking for $sgemm in -lf77blas... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_Lib+set}\" = set"; then
++  as_ac_Lib=`echo "ac_cv_lib_dgemm_$dgemm" | $as_tr_sh`
++{ echo "$as_me:$LINENO: checking for $dgemm in -ldgemm" >&5
++echo $ECHO_N "checking for $dgemm in -ldgemm... $ECHO_C" >&6; }
++if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    ac_check_lib_save_LIBS=$LIBS
 -LIBS="-lcblas -lf77blas -latlas $LIBS"
-+LIBS="-lf77blas -latlas $LIBS"
++LIBS="-ldgemm -lblas $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -9534,7 +9533,7 @@
+@@ -12857,7 +12857,7 @@
+ #ifdef __cplusplus
+ extern "C"
  #endif
- /* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
 -char cblas_dgemm ();
-+char $sgemm ();
++char $dgemm ();
  #ifdef F77_DUMMY_MAIN
  
  #  ifdef __cplusplus
-@@ -9546,7 +9545,7 @@
+@@ -12869,7 +12869,7 @@
  int
  main ()
  {
--cblas_dgemm ();
-+$sgemm ();
+-return cblas_dgemm ();
++return $dgemm ();
    ;
    return 0;
  }
-@@ -9572,37 +9571,28 @@
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
+@@ -12892,38 +12892,31 @@
+        test ! -s conftest.err
+        } && test -s conftest$ac_exeext &&
+        $as_test_x conftest$ac_exeext; then
 -  ac_cv_lib_cblas_cblas_dgemm=yes
 +  eval "$as_ac_Lib=yes"
  else
    echo "$as_me: failed program was:" >&5
  sed 's/^/| /' conftest.$ac_ext >&5
  
--ac_cv_lib_cblas_cblas_dgemm=no
-+eval "$as_ac_Lib=no"
+-      ac_cv_lib_cblas_cblas_dgemm=no
++      eval "$as_ac_Lib=no"
  fi
- rm -f conftest.err conftest.$ac_objext \
+ 
+ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
        conftest$ac_exeext conftest.$ac_ext
  LIBS=$ac_check_lib_save_LIBS
  fi
--echo "$as_me:$LINENO: result: $ac_cv_lib_cblas_cblas_dgemm" >&5
--echo "${ECHO_T}$ac_cv_lib_cblas_cblas_dgemm" >&6
+-{ echo "$as_me:$LINENO: result: $ac_cv_lib_cblas_cblas_dgemm" >&5
+-echo "${ECHO_T}$ac_cv_lib_cblas_cblas_dgemm" >&6; }
 -if test $ac_cv_lib_cblas_cblas_dgemm = yes; then
 -  acx_blas_ok=yes
 -                       BLAS_LIBS="-lcblas -lf77blas -latlas"
@@ -190,81 +155,218 @@
 -if test $acx_blas_ok = no; then
 -      vlib_flags="-framework vecLib"
 -      save_LIBS="$LIBS"; LIBS="$vlib_flags $LIBS"
--      echo "$as_me:$LINENO: checking for $sgemm in $vlib_flags" >&5
--echo $ECHO_N "checking for $sgemm in $vlib_flags... $ECHO_C" >&6
+-      { echo "$as_me:$LINENO: checking for $sgemm in $vlib_flags" >&5
+-echo $ECHO_N "checking for $sgemm in $vlib_flags... $ECHO_C" >&6; }
 -      cat >conftest.$ac_ext <<_ACEOF
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
++ac_res=`eval echo '${'$as_ac_Lib'}'`
++             { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
 +if test `eval echo '${'$as_ac_Lib'}'` = yes; then
-+  echo "$as_me:$LINENO: checking for cblas_dgemm in -lcblas" >&5
-+echo $ECHO_N "checking for cblas_dgemm in -lcblas... $ECHO_C" >&6
-+if test "${ac_cv_lib_cblas_cblas_dgemm+set}" = set; then
++  as_ac_Lib=`echo "ac_cv_lib_sgemm_$sgemm" | $as_tr_sh`
++{ echo "$as_me:$LINENO: checking for $sgemm in -lsgemm" >&5
++echo $ECHO_N "checking for $sgemm in -lsgemm... $ECHO_C" >&6; }
++if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
 +  echo $ECHO_N "(cached) $ECHO_C" >&6
 +else
 +  ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lcblas -lf77blas -latlas $LIBS"
++LIBS="-lsgemm -lblas $LIBS"
 +cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
  cat confdefs.h >>conftest.$ac_ext
-@@ -9615,7 +9605,7 @@
+@@ -12971,31 +12964,40 @@
+        test ! -s conftest.err
+        } && test -s conftest$ac_exeext &&
+        $as_test_x conftest$ac_exeext; then
+-  acx_blas_ok=yes; BLAS_LIBS="$vlib_flags"
++  eval "$as_ac_Lib=yes"
+ else
+   echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+ 
+-      BLAS_LIBS=""
++      eval "$as_ac_Lib=no"
+ fi
+ 
+ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+       conftest$ac_exeext conftest.$ac_ext
+-      { echo "$as_me:$LINENO: result: $acx_blas_ok" >&5
+-echo "${ECHO_T}$acx_blas_ok" >&6; }
+-      LIBS="$save_LIBS"
++LIBS=$ac_check_lib_save_LIBS
++fi
++ac_res=`eval echo '${'$as_ac_Lib'}'`
++             { echo "$as_me:$LINENO: result: $ac_res" >&5
++echo "${ECHO_T}$ac_res" >&6; }
++if test `eval echo '${'$as_ac_Lib'}'` = yes; then
++  acx_blas_ok=yes; BLAS_LIBS="-lsgemm -ldgemm -lblas"
+ fi
+ 
+-# BLAS in PhiPACK libraries? (requires generic BLAS lib, too)
++fi
++
++fi
++
++fi
++
++# BLAS in ATLAS library? (http://math-atlas.sourceforge.net/)
+ if test $acx_blas_ok = no; then
+-      as_ac_Lib=`echo "ac_cv_lib_blas_$sgemm" | $as_tr_sh`
+-{ echo "$as_me:$LINENO: checking for $sgemm in -lblas" >&5
+-echo $ECHO_N "checking for $sgemm in -lblas... $ECHO_C" >&6; }
+-if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
++      { echo "$as_me:$LINENO: checking for ATL_xerbla in -latlas" >&5
++echo $ECHO_N "checking for ATL_xerbla in -latlas... $ECHO_C" >&6; }
++if test "${ac_cv_lib_atlas_ATL_xerbla+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lblas  $LIBS"
++LIBS="-latlas  $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -13009,7 +13011,7 @@
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+-char $sgemm ();
++char ATL_xerbla ();
+ #ifdef F77_DUMMY_MAIN
+ 
+ #  ifdef __cplusplus
+@@ -13021,7 +13023,7 @@
+ int
+ main ()
+ {
+-return $sgemm ();
++return ATL_xerbla ();
+   ;
+   return 0;
+ }
+@@ -13044,30 +13046,29 @@
+        test ! -s conftest.err
+        } && test -s conftest$ac_exeext &&
+        $as_test_x conftest$ac_exeext; then
+-  eval "$as_ac_Lib=yes"
++  ac_cv_lib_atlas_ATL_xerbla=yes
+ else
+   echo "$as_me: failed program was:" >&5
+ sed 's/^/| /' conftest.$ac_ext >&5
+ 
+-      eval "$as_ac_Lib=no"
++      ac_cv_lib_atlas_ATL_xerbla=no
+ fi
+ 
+ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+       conftest$ac_exeext conftest.$ac_ext
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-ac_res=`eval echo '${'$as_ac_Lib'}'`
+-             { echo "$as_me:$LINENO: result: $ac_res" >&5
+-echo "${ECHO_T}$ac_res" >&6; }
+-if test `eval echo '${'$as_ac_Lib'}'` = yes; then
+-  as_ac_Lib=`echo "ac_cv_lib_dgemm_$dgemm" | $as_tr_sh`
+-{ echo "$as_me:$LINENO: checking for $dgemm in -ldgemm" >&5
+-echo $ECHO_N "checking for $dgemm in -ldgemm... $ECHO_C" >&6; }
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_atlas_ATL_xerbla" >&5
++echo "${ECHO_T}$ac_cv_lib_atlas_ATL_xerbla" >&6; }
++if test $ac_cv_lib_atlas_ATL_xerbla = yes; then
++  as_ac_Lib=`echo "ac_cv_lib_f77blas_$sgemm" | $as_tr_sh`
++{ echo "$as_me:$LINENO: checking for $sgemm in -lf77blas" >&5
++echo $ECHO_N "checking for $sgemm in -lf77blas... $ECHO_C" >&6; }
+ if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-ldgemm -lblas $LIBS"
++LIBS="-lf77blas -latlas $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -13081,7 +13082,7 @@
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+-char $dgemm ();
++char $sgemm ();
+ #ifdef F77_DUMMY_MAIN
+ 
+ #  ifdef __cplusplus
+@@ -13093,7 +13094,7 @@
+ int
+ main ()
+ {
+-return $dgemm ();
++return $sgemm ();
+   ;
+   return 0;
+ }
+@@ -13132,14 +13133,13 @@
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
+ echo "${ECHO_T}$ac_res" >&6; }
+ if test `eval echo '${'$as_ac_Lib'}'` = yes; then
+-  as_ac_Lib=`echo "ac_cv_lib_sgemm_$sgemm" | $as_tr_sh`
+-{ echo "$as_me:$LINENO: checking for $sgemm in -lsgemm" >&5
+-echo $ECHO_N "checking for $sgemm in -lsgemm... $ECHO_C" >&6; }
+-if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\" = set"; }; then
++  { echo "$as_me:$LINENO: checking for cblas_dgemm in -lcblas" >&5
++echo $ECHO_N "checking for cblas_dgemm in -lcblas... $ECHO_C" >&6; }
++if test "${ac_cv_lib_cblas_cblas_dgemm+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lsgemm -lblas $LIBS"
++LIBS="-lcblas -lf77blas -latlas $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h.  */
+ _ACEOF
+@@ -13153,7 +13153,7 @@
+ #ifdef __cplusplus
+ extern "C"
  #endif
- /* We use char because int might match the return type of a gcc2
-    builtin and then its argument prototype would still apply.  */
 -char $sgemm ();
 +char cblas_dgemm ();
  #ifdef F77_DUMMY_MAIN
  
  #  ifdef __cplusplus
-@@ -9627,7 +9617,7 @@
+@@ -13165,7 +13165,7 @@
  int
  main ()
  {
--$sgemm ();
-+cblas_dgemm ();
+-return $sgemm ();
++return cblas_dgemm ();
    ;
    return 0;
  }
-@@ -9653,18 +9643,28 @@
-   ac_status=$?
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
-   (exit $ac_status); }; }; then
--  acx_blas_ok=yes; BLAS_LIBS="$vlib_flags"
+@@ -13188,23 +13188,23 @@
+        test ! -s conftest.err
+        } && test -s conftest$ac_exeext &&
+        $as_test_x conftest$ac_exeext; then
+-  eval "$as_ac_Lib=yes"
 +  ac_cv_lib_cblas_cblas_dgemm=yes
  else
    echo "$as_me: failed program was:" >&5
  sed 's/^/| /' conftest.$ac_ext >&5
  
--BLAS_LIBS=""
-+ac_cv_lib_cblas_cblas_dgemm=no
+-      eval "$as_ac_Lib=no"
++      ac_cv_lib_cblas_cblas_dgemm=no
  fi
- rm -f conftest.err conftest.$ac_objext \
+ 
+ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
        conftest$ac_exeext conftest.$ac_ext
--      echo "$as_me:$LINENO: result: $acx_blas_ok" >&5
--echo "${ECHO_T}$acx_blas_ok" >&6
--      LIBS="$save_LIBS"
-+LIBS=$ac_check_lib_save_LIBS
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_lib_cblas_cblas_dgemm" >&5
-+echo "${ECHO_T}$ac_cv_lib_cblas_cblas_dgemm" >&6
+ LIBS=$ac_check_lib_save_LIBS
+ fi
+-ac_res=`eval echo '${'$as_ac_Lib'}'`
+-             { echo "$as_me:$LINENO: result: $ac_res" >&5
+-echo "${ECHO_T}$ac_res" >&6; }
+-if test `eval echo '${'$as_ac_Lib'}'` = yes; then
+-  acx_blas_ok=yes; BLAS_LIBS="-lsgemm -ldgemm -lblas"
++{ echo "$as_me:$LINENO: result: $ac_cv_lib_cblas_cblas_dgemm" >&5
++echo "${ECHO_T}$ac_cv_lib_cblas_cblas_dgemm" >&6; }
 +if test $ac_cv_lib_cblas_cblas_dgemm = yes; then
 +  acx_blas_ok=yes
 +                       BLAS_LIBS="-lcblas -lf77blas -latlas"
-+fi
-+
-+fi
-+
-+fi
-+
  fi
  
- # BLAS in PhiPACK libraries? (requires generic BLAS lib, too)
-@@ -17312,7 +17312,7 @@
  fi
- 
- 
--  if test "$ac_cv_header_Mach_O_dyld_h" = yes; then
-+  if test "$ac_cv_header_mach_o_dyld_h" = yes; then
-     dyld_api=true
-   else
- 

Index: octave.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci/octave.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- octave.info 13 Jan 2007 20:22:10 -0000      1.17
+++ octave.info 26 May 2007 13:00:33 -0000      1.18
@@ -1,12 +1,12 @@
 Package: octave
-Version: 2.1.73
-Revision: 2
+Version: 2.9.12
+Revision: 1
 Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
 BuildDependsOnly: false
 Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%v.tar.gz
-Source-MD5: e75a109620e57de081ee73e0489e5990
-BuildDepends: hdf5, readline5, texinfo, g95 (>= 0.50-20060321), libncurses5, 
tetex-base, fftw3, texi2html, tetex-base
-Depends: gnuplot, readline5-shlibs, fftw3-shlibs, hdf5-shlibs, ncurses, 
libncurses5-shlibs, aquaterm
+Source-MD5: 2d6db5c0400671ccc039d1e2c52b4280
+BuildDepends: hdf5, readline5, texinfo, g95 (>= 0.50-20060321), libncurses5, 
tetex-base, fftw3, texi2html, tetex-base, libcurl3-unified, glpk
+Depends: gnuplot, readline5-shlibs, fftw3-shlibs, hdf5-shlibs, ncurses, 
libncurses5-shlibs, aquaterm, libcurl3-unified-shlibs
 BuildConflicts: libcdparanoia0-dev, coot-dev, broken-gcc, lammpi-dev
 GCC: 4.0 
 Patch: %n.patch
@@ -30,6 +30,7 @@
  cd %i/bin
  perl -pi.bak -e 's|%p/bin/sed|/usr/bin/sed|g' mkoctfile
 <<
+InfoDocs: %{Ni}.info
 DocFiles: BUGS ChangeLog INSTALL.OCTAVE README NEWS ROADMAP SENDING-PATCHES 
COPYING
 Description: Matlab-like language for computations
 DescDetail: <<


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to