[31183] trunk/dports/math/octave/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Nov 17 17:42:58 PST 2007


Revision: 31183
          http://trac.macosforge.org/projects/macports/changeset/31183
Author:   ryandesign at macports.org
Date:     2007-11-17 17:42:56 -0800 (Sat, 17 Nov 2007)

Log Message:
-----------
octave: use gcc42 always, not just on Intel. Maintainer timeout. See #12144.

Modified Paths:
--------------
    trunk/dports/math/octave/Portfile

Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2007-11-18 01:19:11 UTC (rev 31182)
+++ trunk/dports/math/octave/Portfile	2007-11-18 01:42:56 UTC (rev 31183)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name		octave
 version		2.9.9
-revision	5
+revision	6
 categories	math science
 maintainers     stechert at macports.org
 platforms	darwin
@@ -61,20 +61,11 @@
 	file rename -force ${worksrcpath}/src/oct-conf.h.tmp ${destroot}${prefix}/include/${name}-${version}/${name}/oct-conf.h
 }
 
-platform powerpc {
-	if {![variant_isset g95]} {
-		depends_lib-append	port:gcc40
-		configure.f77	"${prefix}/bin/gfortran-mp-4.0"
-	}
+if {![variant_isset g95]} {
+	depends_lib-append	port:gcc42
+	configure.compiler	macports-gcc-4.2
 }
 
-platform i386 {
-	if {![variant_isset g95]} {
-		depends_lib-append	port:gcc42
-		configure.compiler	macports-gcc-4.2
-	}
-}
-
 default_variants +test
 variant test	{ depends_build-append	bin:runtest:dejagnu
 		  test.run	yes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071117/b27a8694/attachment.html


More information about the macports-changes mailing list