Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/sci
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22483
Modified Files:
octave.info octave.patch
Log Message:
moved from stable
Index: octave.patch
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/sci/octave.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- octave.patch 27 Apr 2005 03:45:18 -0000 1.1
+++ octave.patch 31 Oct 2005 11:37:30 -0000 1.2
@@ -1,12 +1,11 @@
---- octave-2.1.46/configure.orig Sat Mar 1 08:28:09 2003
-+++ octave-2.1.46/configure Sat Mar 1 08:31:23 2003
-@@ -8448,16 +8448,13 @@
+--- octave/configure.orig Wed Dec 15 08:48:58 2004
++++ octave/configure Wed Dec 15 08:49:14 2004
+@@ -9361,235 +9361,6 @@
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
+-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
@@ -15,125 +14,212 @@
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-latlas $LIBS"
-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
-+ cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- /* confdefs.h. */
- _ACEOF
-@@ -8471,7 +8468,7 @@
- #endif
- /* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
+-
+-/* Override any gcc2 internal prototype to avoid an error. */
+-#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
- extern "C"
-@@ -8481,7 +8478,7 @@
- int
- main ()
- {
+-#ifdef F77_DUMMY_MAIN
+-
+-# ifdef __cplusplus
+- extern "C"
+-# endif
+- int F77_DUMMY_MAIN() { return 1; }
+-
+-#endif
+-int
+-main ()
+-{
-ATL_xerbla ();
-+$sgemm ();
- ;
- return 0;
- }
-@@ -8498,27 +8495,29 @@
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
+- ac_status=$?
+- grep -v '^ *+' conftest.er1 >conftest.err
+- rm -f conftest.er1
+- cat conftest.err >&5
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); } &&
+- { ac_try='test -z "$ac_c_werror_flag" || test ! -s
conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; 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
-
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
-ac_cv_lib_atlas_ATL_xerbla=no
-+BLAS_LIBS=""
- fi
- rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
+-fi
+-rm -f conftest.err conftest.$ac_objext \
+- 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
-+ LIBS="$save_LIBS"
- fi
+-fi
-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
-+
-+# BLAS in PhiPACK libraries? (requires generic BLAS lib, too)
-+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 eval "test \"\${$as_ac_Lib+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
+-if eval "test \"\${$as_ac_Lib+set}\" = set"; then
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lf77blas -latlas $LIBS"
-+LIBS="-lblas $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- /* confdefs.h. */
-@@ -8573,13 +8572,14 @@
- 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
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
+-
+-/* Override any gcc2 internal prototype to avoid an error. */
+-#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 ();
+-#ifdef F77_DUMMY_MAIN
+-
+-# ifdef __cplusplus
+- extern "C"
+-# endif
+- int F77_DUMMY_MAIN() { return 1; }
+-
+-#endif
+-int
+-main ()
+-{
+-$sgemm ();
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
+- ac_status=$?
+- grep -v '^ *+' conftest.er1 >conftest.err
+- rm -f conftest.er1
+- cat conftest.err >&5
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); } &&
+- { ac_try='test -z "$ac_c_werror_flag" || test ! -s
conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; then
+- eval "$as_ac_Lib=yes"
+-else
+- echo "$as_me: failed program was:" >&5
+-sed 's/^/| /' conftest.$ac_ext >&5
+-
+-eval "$as_ac_Lib=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
-if test "${ac_cv_lib_cblas_cblas_dgemm+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 eval "test \"\${$as_ac_Lib+set}\" = set"; then
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
+- echo $ECHO_N "(cached) $ECHO_C" >&6
+-else
+- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lcblas -lf77blas -latlas $LIBS"
-+LIBS="-ldgemm -lblas $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- /* confdefs.h. */
-@@ -8594,7 +8594,7 @@
- #endif
- /* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
+-cat >conftest.$ac_ext <<_ACEOF
+-/* confdefs.h. */
+-_ACEOF
+-cat confdefs.h >>conftest.$ac_ext
+-cat >>conftest.$ac_ext <<_ACEOF
+-/* end confdefs.h. */
+-
+-/* Override any gcc2 internal prototype to avoid an error. */
+-#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 $dgemm ();
- #ifdef F77_DUMMY_MAIN
- # ifdef __cplusplus
- extern "C"
-@@ -8604,7 +8604,7 @@
- int
- main ()
- {
+-#ifdef F77_DUMMY_MAIN
+-
+-# ifdef __cplusplus
+- extern "C"
+-# endif
+- int F77_DUMMY_MAIN() { return 1; }
+-
+-#endif
+-int
+-main ()
+-{
-cblas_dgemm ();
-+$dgemm ();
- ;
- return 0;
- }
-@@ -8621,36 +8621,28 @@
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
+- ;
+- return 0;
+-}
+-_ACEOF
+-rm -f conftest.$ac_objext conftest$ac_exeext
+-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
+- (eval $ac_link) 2>conftest.er1
+- ac_status=$?
+- grep -v '^ *+' conftest.er1 >conftest.err
+- rm -f conftest.er1
+- cat conftest.err >&5
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); } &&
+- { ac_try='test -z "$ac_c_werror_flag" || test ! -s
conftest.err'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; } &&
+- { ac_try='test -s conftest$ac_exeext'
+- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
+- (eval $ac_try) 2>&5
+- ac_status=$?
+- echo "$as_me:$LINENO: \$? = $ac_status" >&5
+- (exit $ac_status); }; }; 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
-
+-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"
- fi
- rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
- LIBS=$ac_check_lib_save_LIBS
- fi
+-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: $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
@@ -147,212 +233,6 @@
-
-fi
-
--# BLAS in Apple vecLib framework? (Mac OS X)
--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
-- 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
-+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 eval "test \"\${$as_ac_Lib+set}\" = set"; then
-+ echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+ ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lsgemm -lblas $LIBS"
-+cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- /* confdefs.h. */
- _ACEOF
-@@ -8691,29 +8683,37 @@
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; 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 conftest.$ac_objext 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: `eval echo '${'$as_ac_Lib'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&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/)
+ # BLAS in Apple vecLib framework? (Mac OS X)
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 eval "test \"\${$as_ac_Lib+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
- #line $LINENO "configure"
- /* confdefs.h. */
-@@ -8728,7 +8728,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
- extern "C"
-@@ -8738,7 +8738,7 @@
- int
- main ()
- {
--$sgemm ();
-+ATL_xerbla ();
- ;
- return 0;
- }
-@@ -8755,27 +8755,27 @@
- 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.$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
-- 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 eval "test \"\${$as_ac_Lib+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
- #line $LINENO "configure"
- /* confdefs.h. */
-@@ -8790,7 +8790,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 $dgemm ();
-+char $sgemm ();
- #ifdef F77_DUMMY_MAIN
- # ifdef __cplusplus
- extern "C"
-@@ -8800,7 +8800,7 @@
- int
- main ()
- {
--$dgemm ();
-+$sgemm ();
- ;
- return 0;
- }
-@@ -8830,14 +8830,13 @@
- 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
-- 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 eval "test \"\${$as_ac_Lib+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
- #line $LINENO "configure"
- /* confdefs.h. */
-@@ -8852,7 +8851,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 cblas_dgemm ();
- #ifdef F77_DUMMY_MAIN
- # ifdef __cplusplus
- extern "C"
-@@ -8862,7 +8861,7 @@
- int
- main ()
- {
--$sgemm ();
-+cblas_dgemm ();
- ;
- return 0;
- }
-@@ -8879,20 +8878,21 @@
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; 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
-
--eval "$as_ac_Lib=no"
-+ac_cv_lib_cblas_cblas_dgemm=no
- fi
- rm -f 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
-- 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
+ vlib_flags="-framework vecLib"
Index: octave.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/sci/octave.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- octave.info 7 Aug 2005 18:52:13 -0000 1.3
+++ octave.info 31 Oct 2005 11:37:30 -0000 1.4
@@ -1,46 +1,33 @@
Package: octave
-Version: 2.1.53
+Version: 2.1.71
Revision: 1
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>
Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%v.tar.gz
-Source-MD5: 4280c52e3492704dbbc2c6625091de38
-BuildDepends: hdf5, readline, texinfo, g77, ncurses-dev (>= 5.3-12), texi2html
-Depends: gnuplot, readline-shlibs, fftw-shlibs, hdf5-shlibs, ncurses (>=
5.3-12), ncurses-shlibs (>= 5.3-12)
+Source-MD5: 811df48dfc472013e2d858cc5d1cad00
+BuildDepends: hdf5, readline, texinfo, g77, libncurses5, tetex-base, fftw3,
texi2html, tetex-base, gcc3.3
+Depends: gnuplot, readline-shlibs, fftw3-shlibs, hdf5-shlibs, ncurses,
libncurses5-shlibs, aquaterm
+BuildConflicts: libcdparanoia0-dev, broken-gcc
GCC: 3.3
-SourceDirectory: octave-%v
+Patch: %n.patch
Conflicts: octave-atlas
-BuildConflicts: broken-gcc
Replaces: octave-atlas
SetCPPFLAGS: -no-cpp-precomp
-Patch: %n.patch
-PatchScript: <<
- mv configure.in tmp
- sed 's|Mach-O|mach-o|' < tmp > configure.in
- mv configure tmp
- sed 's|Mach-O|mach-o|' < tmp > configure
- chmod a+x configure
- mv liboctave/oct-shlib.cc tmp
- sed 's|Mach-O|mach-o|' < tmp > liboctave/oct-shlib.cc
-<<
-ConfigureParams: --with-g77 --infodir='${prefix}/share/info'
--mandir='${prefix}/share/man' --libexecdir='${prefix}/lib'
+SetCC: gcc-3.3
+SetCXX: g++-3.3
+ConfigureParams: --with-g77 --infodir='${prefix}/share/info'
--mandir='${prefix}/share/man' --libexecdir='${prefix}/lib' -enable-shared
-enable-dl --disable-static --build=%m-apple-darwin
CompileScript: <<
#!/bin/sh
- export FLIBS='-lSystem -L%p/lib -lfrtbegin -lg2c'
- export FFLAGS="-O2"
+ export FLIBS='-L%p/lib -lg2c'
./configure %c
- perl -pi -e 's|/\* #undef HAVE_DYLD_API \*/|#define HAVE_DYLD_API 1|g'
config.h
make
- perl -pi -e 's|./src/octave|%p/bin/octave|g' mkoctfile
- perl -pi -e 's|./liboctave/liboctave.a|-loctave|g' mkoctfile
- perl -pi -e 's|./src/liboctinterp.a|-loctinterp|g' mkoctfile
- perl -pi -e 's|./libcruft/libcruft.a|-lcruft|g' mkoctfile
- perl -pi -e 's|-ldfftw||g' mkoctfile
- perl -pi -e 's|LIBREADLINE=\"-lreadline|LIBREADLINE=\"-L%p/lib -lreadline|g'
mkoctfile
<<
InstallScript: <<
+ #!/bin/sh
make install prefix=%i
mkdir -p %i/share/doc/%n
cp -R examples %i/share/doc/%n
+ cd %i/bin
+ perl -pi.bak -e 's|%p/bin/sed|/usr/bin/sed|g' mkoctfile
<<
DocFiles: BUGS ChangeLog INSTALL.OCTAVE README NEWS ROADMAP SENDING-PATCHES
COPYING
Description: Matlab-like language for computations
@@ -58,9 +45,19 @@
or using dynamically loaded modules written in C++, C, Fortran,
or other languages.
<<
+DescUsage: <<
+ To use mkoctfile to build dynamically loadable modules, you will need
+ to install the hdf5, readline and fftw3 packages.
+ Octave cannot Depend on them since they are BuildDependsOnly.
+<<
+DescPackaging: <<
+ This version is compiled with g++-3.3, even in the 10.4 tree. If it is
+ ever updated to a more recent compiler, the group of packages octave,
+ octave-forge, plplot (and any packages which depend on any of them) must
+ all be updated at the same time.
+<<
DescPort: <<
-won't build with --enable-dl.
-patch to check for Apple vecLib before atlas.
+ Thanks to Per Persson for most (if not all) of the work on the macos X port.
<<
Homepage: http://www.octave.org/
License: GPL
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits