[65316] trunk/dports/science/emos/Portfile

takeshi at macports.org takeshi at macports.org
Wed Mar 24 23:25:42 PDT 2010


Revision: 65316
          http://trac.macports.org/changeset/65316
Author:   takeshi at macports.org
Date:     2010-03-24 23:25:42 -0700 (Wed, 24 Mar 2010)
Log Message:
-----------
emos: disabled g95 variant since unsupported pointer() is used extensively in interpolation/*.F

Modified Paths:
--------------
    trunk/dports/science/emos/Portfile

Modified: trunk/dports/science/emos/Portfile
===================================================================
--- trunk/dports/science/emos/Portfile	2010-03-25 04:54:26 UTC (rev 65315)
+++ trunk/dports/science/emos/Portfile	2010-03-25 06:25:42 UTC (rev 65316)
@@ -5,6 +5,7 @@
 
 name                emos
 version             000371
+revision            1
 platforms           darwin
 maintainers         takeshi
 license             LGPL
@@ -24,6 +25,9 @@
     reinplace "s:^void \\*memcpy://void *memcpy:" ${worksrcpath}/gribex/gdecode.h
     reinplace "s: | O_LARGEFILE::" ${worksrcpath}/interpolation/sharedlib.c
     reinplace "s:`cat .list/bufrtables`:bufrtables/*.TXT:" ${worksrcpath}/install
+#    if [variant_isset g95] {
+#      reinplace "s:GBITMAP, ::" ${worksrcpath}/gribex/gribex.F
+#    }
 }
 
 if {${os.endian}=="little"} {
@@ -96,13 +100,13 @@
     configure.cflags-append -DPOINTER_64 -DINTEGER_IS_INT
 }
 
-variant g95 conflicts gcc43 universal description {builds fortran interface with g95} {
-    depends_build-append    port:g95
-    configure.args-delete   --disable-fortran
-    configure.fc            ${prefix}/bin/g95
-    configure.fflags-append -r8 -fsloppy-char -fno-second-underscore -DUSE_NO_POINTERS -DINTEGER_IS_INT -Dlinux
-    configure.cflags-append -DPOINTER_64 -DINTEGER_IS_INT
-}
+#variant g95 conflicts gcc43 universal description {builds fortran interface with g95} {
+#    depends_build-append    port:g95
+#    configure.args-delete   --disable-fortran
+#    configure.fc            ${prefix}/bin/g95
+#    configure.fflags-append -r8 -fsloppy-char -fno-second-underscore -DUSE_NO_POINTERS -DINTEGER_IS_INT -Dlinux
+#    configure.cflags-append -DPOINTER_64 -DINTEGER_IS_INT
+#}
 
 livecheck.type      regex
 livecheck.url       ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100324/4fe2ce88/attachment.html>


More information about the macports-changes mailing list