[65462] trunk/dports/science/netcdf/Portfile

takeshi at macports.org takeshi at macports.org
Fri Mar 26 02:04:58 PDT 2010


Revision: 65462
          http://trac.macports.org/changeset/65462
Author:   takeshi at macports.org
Date:     2010-03-26 02:04:57 -0700 (Fri, 26 Mar 2010)
Log Message:
-----------
netcdf: removed netcdf4 variant, suceeded by netcdf-devel (r65458)

Revision Links:
--------------
    http://trac.macports.org/changeset/65458

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

Modified: trunk/dports/science/netcdf/Portfile
===================================================================
--- trunk/dports/science/netcdf/Portfile	2010-03-26 09:02:44 UTC (rev 65461)
+++ trunk/dports/science/netcdf/Portfile	2010-03-26 09:04:57 UTC (rev 65462)
@@ -5,7 +5,7 @@
 
 name                        netcdf
 version                     4.1
-revision                    1
+revision                    2
 maintainers                 takeshi openmaintainer
 platforms                   darwin
 categories                  science
@@ -87,22 +87,8 @@
     configure.args-append   --enable-dap
 }
 
-variant netcdf4 description {enables netcdf-4 features. may break some ports} {
-    configure.env-append    LDFLAGS=-L${prefix}/lib LIBS="-lhdf5 -lhdf5_hl"
-    configure.args-delete   --disable-netcdf-4 \
-                            --without-libcf \
-                            --disable-dap
-    configure.args-append   --enable-netcdf-4 \
-                            --with-hdf5=${prefix} \
-                            --with-szlib=${prefix} \
-                            --with-hdf4=${prefix} \
-                            --with-libcf \
-                            --enable-dap
-    depends_lib-append      port:szip \
-                            port:hdf5-18 \
-                            port:hdf4 \
-                            port:curl
-}
+#variant netcdf4 has been removed.
+#use netcdf-devel to use netcdf4 features
 
 variant static description {build static libraries} {
     configure.args-delete  --enable-shared
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100326/c02ec843/attachment.html>


More information about the macports-changes mailing list