freebsd-ports/science/cdf/files/patch-src_tests_Makefile
Thierry Thomas 3a596ded2e Common Data Format (CDF) is a conceptual data abstraction for storing
multi-dimensional data sets. The basic component of CDF is a software
programming interface that is a device independent view of the CDF data
model. The application developer is insulated from the actual physical
file format for reasons of conceptual simplicity, device independence,
and future expandability. CDF files created on any given platform can
be transported to any other platform on to which CDF is ported and used
with any CDF tools or layered applications.

A comparison between CDF, netCDF, HDF and HDF5 is available at
<http://cdf.gsfc.nasa.gov/html/FAQ.html>.
2006-01-28 20:40:56 +00:00

29 lines
388 B
Text

--- src/tests/Makefile.orig Thu May 12 19:12:49 2005
+++ src/tests/Makefile Fri Jan 27 22:20:32 2006
@@ -31,16 +31,16 @@
SHELL=/bin/sh
NULL=true
-FORTRAN=
-FCx=
-CCx=
-SHARED=
-FOPTIONS=
-FOPTIONSld=
-COPTIONS=
-COPTIONSld=
-SYSLIBS=
-SHAREDEXT=
+#FORTRAN=
+#FCx=
+#CCx=
+#SHARED=
+#FOPTIONS=
+#FOPTIONSld=
+#COPTIONS=
+#COPTIONSld=
+#SYSLIBS=
+#SHAREDEXT=
INCLUDEcdf=../include