[cdftools] 72/228: JMM add macro.meolkara

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch master
in repository cdftools.

commit 7eca42a434dd884f0a486ad9e717aff510a66fc2
Author: molines <molines at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Wed Oct 6 09:51:00 2010 +0000

    JMM add macro.meolkara
    
    
    git-svn-id: http://servforge.legi.grenoble-inp.fr/svn/CDFTOOLS/trunk@348 1055176f-818a-41d9-83e1-73fbe5b947c5
---
 macro.meolkara | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/macro.meolkara b/macro.meolkara
new file mode 100644
index 0000000..a40e82d
--- /dev/null
+++ b/macro.meolkara
@@ -0,0 +1,25 @@
+# Makefile for CDFTOOLS
+#    $Rev: 173 $
+#    $Date: 2008-03-17 11:42:21 +0100 (lun 17 mar 2008) $
+# --------------------------------------------------------------
+#
+NCDF_ROOT=/opt/netcdf/4.1.1
+
+#NCDF_ROOT=/opt/netcdf/4.1
+#HDF5_ROOT=/opt/hdf5/1.8.4
+#ZLIB_ROOT=opt/zlib/1.2.3
+
+NCDF = -I$(NCDF_ROOT)/include -L $(NETCDF_ROOT)/lib/  \
+       -lnetcdf
+ 
+#HDF5 = -I$(HDF5_ROOT)/include -L$(HDF5_ROOT)/lib -lhdf5_hl -lhdf5
+#ZLIB = -I$(ZLIB_ROOT)/include -L$(ZLIB_ROOT)/lib -lz
+
+F90=ifort
+MPF90=mpif90
+FFLAGS= -O   $(NCDF)  -assume byterecl -convert big_endian 
+#FFLAGS= -O   $(NCDF) $(HDF5) $(ZLIB)  -assume byterecl -convert big_endian 
+
+LMPI=-lmpich
+
+INSTALL=/usr/local/cdftools-2.1/bin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdftools.git



More information about the debian-science-commits mailing list