[cdftools] 08/228: JMM add macro.meolkerg

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 08:21:22 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 8b5f4455c946a2af678acb52bef384b25b232917
Author: molines <molines at 1055176f-818a-41d9-83e1-73fbe5b947c5>
Date:   Tue Feb 16 15:16:10 2010 +0000

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

diff --git a/macro.meolkerg b/macro.meolkerg
new file mode 100644
index 0000000..1320545
--- /dev/null
+++ b/macro.meolkerg
@@ -0,0 +1,16 @@
+# Makefile for CDFTOOLS
+#    $Rev: 173 $
+#    $Date: 2008-03-17 11:42:21 +0100 (lun 17 mar 2008) $
+# --------------------------------------------------------------
+#
+NCDF = -I/opt/netcdf-4.1/include -L /opt/netcdf-4.1/lib/  \
+       -lnetcdf
+HDF5 = -I/opt/hdf5-1.8.4/include -L/opt/hdf5-1.8.4/lib -lhdf5_hl -lhdf5 
+ZLIB = -I/opt/zlib-1.2.3/include -L/opt/zlib-1.2.3/lib -lz
+ 
+F90=ifort
+MPF90=mpif90
+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