[69056] trunk/dports/math/gnudatalanguage/Portfile

takeshi at macports.org takeshi at macports.org
Tue Jun 22 07:37:57 PDT 2010


Revision: 69056
          http://trac.macports.org/changeset/69056
Author:   takeshi at macports.org
Date:     2010-06-22 07:37:54 -0700 (Tue, 22 Jun 2010)
Log Message:
-----------
gnudatalanguage: fixes #25312 and gdl library path. Also use gcc44 in place of gcc43 in openmp variant

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

Modified: trunk/dports/math/gnudatalanguage/Portfile
===================================================================
--- trunk/dports/math/gnudatalanguage/Portfile	2010-06-22 14:24:56 UTC (rev 69055)
+++ trunk/dports/math/gnudatalanguage/Portfile	2010-06-22 14:37:54 UTC (rev 69056)
@@ -5,7 +5,7 @@
 
 name                        gnudatalanguage
 version                     0.9rc4
-revision                    2
+revision                    3
 categories                  math science
 maintainers                 takeshi igf.fuw.edu.pl:slayoo
 license                     GPLv2
@@ -53,7 +53,7 @@
    reinplace "s|lib_LIBRARIES|noinst_LIBRARIES|" ${worksrcpath}/src/antlr/Makefile.am
    reinplace "s|GDLLexer lexer(istr, \"\")|GDLLexer lexer(istr, \"\", GDLParser::NONE)|" ${worksrcpath}/src/widget.cpp;
    # add the CMSVLIB installation path
-   reinplace {s|dicom"|dicom" GDLDATADIR "/lib/cmsvlib"|} ${worksrcpath}/src/gdl.cpp
+   reinplace {s|dicom"|dicom:" GDLDATADIR "/lib/cmsvlib"|} ${worksrcpath}/src/gdl.cpp
    # Avoid using heimdal's broken fnmatch.h
    reinplace "s|<\\(fnmatch\.h\\)>|\"/usr/include/\\1\"|" ${worksrcpath}/src/file.cpp
 }
@@ -63,6 +63,7 @@
 }
 
 use_autoconf                yes
+use_autoreconf              yes
 configure.env-append        LIBS=\"-lpng -lopenjpeg\"
 configure.args              --with-plplotdir=${prefix} \
                             --with-ncursesdir=${prefix} \
@@ -131,6 +132,6 @@
 variant openmp description {enabling of the support for multi-threaded matrix operations using OpenMP} {
     configure.args-delete   --with-openmp=no
     configure.args-append   --with-openmp=yes
-    configure.compiler      macports-gcc-4.3
-    depends_build-append    port:gcc43
+    configure.compiler      macports-gcc-4.4
+    depends_build-append    port:gcc44
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100622/29b9344e/attachment.html>


More information about the macports-changes mailing list