Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv10086

Modified Files:
        octave-10.5-3.4.3.info octave-3.4.3.info 
Log Message:
Fix ability to install octave-forge packages.
Thanks to Ben Abbot for the fix.

Index: octave-10.5-3.4.3.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/octave-10.5-3.4.3.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- octave-10.5-3.4.3.info      3 Nov 2011 03:22:55 -0000       1.1
+++ octave-10.5-3.4.3.info      8 Nov 2011 02:44:43 -0000       1.2
@@ -2,7 +2,7 @@
 Package: octave%type_pkg[-atlas]%type_pkg[-x11]
 Type: -atlas (boolean), oct(3.4.3), gcc (4.6), -x11 (boolean)
 Version: 3.4.3
-Revision: 101
+Revision: 102
 Distribution: 10.5
 Architecture: (%type_raw[-atlas] != -atlas) powerpc, (%type_raw[-atlas] != 
-atlas) i386
 Maintainer: Alexander Hansen <[email protected]>
@@ -164,7 +164,7 @@
 CompileScript: <<
  #!/bin/sh -ev
  export CFLAGS='-O3'
- export CXXFLAGS='-O3'
+ export CXXFLAGS='-O0'
  export FFLAGS='-O3'
  export F77=%p/bin/gfortran-fsf-%type_raw[gcc]
  FLIBDIR="%p/lib/gcc%type_raw[gcc]/lib"
@@ -521,7 +521,11 @@
 
 It requires GCC-4.2 to build, so there's a BuildDepend on gcc4.2.
 The compiler information gets encoded in mkoctfile, so the -dev package
-carries a Depends: gcc4.2
+carries a Depends: xcode (>=3.1-1)
+
+As of Revision 102:  use -O0 in the CXXFLAGS to avoid a situation where list
+assignment breaks and Octave Forge packages can't be installed.  Thanks to 
+Ben Abbot for the fix.
 <<
 DescPackaging:  <<
 Not sane (and now not even compilable) to use private code

Index: octave-3.4.3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/octave-3.4.3.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- octave-3.4.3.info   3 Nov 2011 03:22:55 -0000       1.1
+++ octave-3.4.3.info   8 Nov 2011 02:44:43 -0000       1.2
@@ -2,7 +2,7 @@
 Package: octave%type_pkg[-atlas]%type_pkg[-x11]
 Type: -atlas (boolean), oct(3.4.3), gcc (4.6), -x11 (boolean)
 Version: 3.4.3
-Revision: 201
+Revision: 202
 Distribution: 10.6
 Architecture: (%type_raw[-atlas] != -atlas) i386
 Maintainer: Alexander Hansen <[email protected]>
@@ -161,7 +161,7 @@
 CompileScript: <<
  #!/bin/sh -ev
  export CFLAGS='-O3'
- export CXXFLAGS='-O3'
+ export CXXFLAGS='-O0'
  export FFLAGS='-O3'
  export F77=%p/bin/gfortran-fsf-%type_raw[gcc]
  FLIBDIR="%p/lib/gcc%type_raw[gcc]/lib"
@@ -514,6 +514,10 @@
 
 The package won't build on 10.5/x86_64 or 10.6/x86_64 against the vecLib
 framework, so we disable the non-atlas option on those platforms.
+
+As of Revision 202:  use -O0 in the CXXFLAGS to avoid a situation where list
+assignment breaks and Octave Forge packages can't be installed.  Thanks to 
+Ben Abbot for the fix.
 <<
 DescPackaging:  <<
 Not sane (and now not even compilable) to use private code


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to