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

takeshi at macports.org takeshi at macports.org
Tue Jul 12 04:37:33 PDT 2011


Revision: 80405
          http://trac.macports.org/changeset/80405
Author:   takeshi at macports.org
Date:     2011-07-12 04:37:31 -0700 (Tue, 12 Jul 2011)
Log Message:
-----------
netcdf: added new netcdf-c++ interface to netcdf4 variant

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

Modified: trunk/dports/science/netcdf/Portfile
===================================================================
--- trunk/dports/science/netcdf/Portfile	2011-07-12 10:57:48 UTC (rev 80404)
+++ trunk/dports/science/netcdf/Portfile	2011-07-12 11:37:31 UTC (rev 80405)
@@ -6,6 +6,7 @@
 name                        netcdf
 epoch                       1
 version                     4.1.3
+revision                    2
 maintainers                 takeshi openmaintainer
 platforms                   darwin
 categories                  science
@@ -46,7 +47,8 @@
                             --disable-netcdf-4 \
                             --disable-dap \
                             --without-udunits \
-                            --without-libcf
+                            --without-libcf \
+                            --disable-cxx-4
 
 test.run                    yes
 test.target                 check
@@ -113,11 +115,13 @@
 variant netcdf4 description {enable support for netcdf-4 API} {
     depends_lib-append      port:hdf5-18
     configure.args-delete   --disable-netcdf-4 \
-                            --without-libcf
+                            --without-libcf \
+                            --disable-cxx-4
     configure.args-append   --enable-netcdf-4 \
                             --with-hdf5=${prefix} \
                             --with-libcf \
-                            --with-szlib=${prefix}
+                            --with-szlib=${prefix} \
+                            --enable-cxx-4
 }
 
 variant hdf4 description {enable support for hdf4} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110712/e15935d8/attachment.html>


More information about the macports-changes mailing list