[Dart-dev] [6178] DART/branches/development/observations/AIRS/work/ mkmf_convert_airs_L2: Change the location of the auxiliary libraries needed by this
nancy at ucar.edu
nancy at ucar.edu
Wed May 29 10:03:20 MDT 2013
Revision: 6178
Author: nancy
Date: 2013-05-29 10:03:20 -0600 (Wed, 29 May 2013)
Log Message:
-----------
Change the location of the auxiliary libraries needed by this
converter to default to the locations on yellowstone. (used to
default to the locations on mirage.)
Modified Paths:
--------------
DART/branches/development/observations/AIRS/work/mkmf_convert_airs_L2
-------------- next part --------------
Modified: DART/branches/development/observations/AIRS/work/mkmf_convert_airs_L2
===================================================================
--- DART/branches/development/observations/AIRS/work/mkmf_convert_airs_L2 2013-05-29 16:02:21 UTC (rev 6177)
+++ DART/branches/development/observations/AIRS/work/mkmf_convert_airs_L2 2013-05-29 16:03:20 UTC (rev 6178)
@@ -6,15 +6,15 @@
#
# $Id$
-set JPGDIR = /usr
-set JPGLIB = ${JPGDIR}/lib64
+set JPGDIR = /opt/local
+set JPGLIB = ${JPGDIR}/lib
set JPGINC = ${JPGDIR}/include
-set HDFDIR = /fs/local/apps/hdf4.2r4-intel
+set HDFDIR = /opt/local
set HDFLIB = ${HDFDIR}/lib
set HDFINC = ${HDFDIR}/include
-set EOSDIR = /contrib/HDF-EOS2.16v1.00/intel-10.1-64
+set EOSDIR = /opt/local
set EOSLIB = ${EOSDIR}/lib
set EOSINC = ${EOSDIR}/include
@@ -26,7 +26,7 @@
#-o "-ffixed-line-length-132 -I${HDFDIR}/include -L/usr/lib64 -L${HDFDIR}/lib ${HDFLIBS}" \
../../../mkmf/mkmf -p convert_airs_L2 -t ../../../mkmf/mkmf.template \
- -l "${MYINCDIR} -L/usr/lib64 ${MYLIBDIR} ${MYLIBS}" \
+ -l "${MYINCDIR} ${MYLIBDIR} ${MYLIBS}" \
-a "../../.." path_names_convert_airs_L2
exit $status
More information about the Dart-dev
mailing list