[csw-devel] SF.net SVN: gar:[10928] csw/mgar/pkg/netcdf/branches
gadavis at users.sourceforge.net
gadavis at users.sourceforge.net
Sat Sep 4 02:16:21 CEST 2010
Revision: 10928
http://gar.svn.sourceforge.net/gar/?rev=10928&view=rev
Author: gadavis
Date: 2010-09-04 00:16:21 +0000 (Sat, 04 Sep 2010)
Log Message:
-----------
try building with new gar v2-fortran
Modified Paths:
--------------
csw/mgar/pkg/netcdf/branches/gar-fortran/Makefile
Added Paths:
-----------
csw/mgar/pkg/netcdf/branches/gar-fortran/
Property changes on: csw/mgar/pkg/netcdf/branches/gar-fortran
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2-fortran
Modified: csw/mgar/pkg/netcdf/branches/gar-fortran/Makefile
===================================================================
--- csw/mgar/pkg/netcdf/trunk/Makefile 2010-09-03 21:21:37 UTC (rev 10926)
+++ csw/mgar/pkg/netcdf/branches/gar-fortran/Makefile 2010-09-04 00:16:21 UTC (rev 10928)
@@ -162,7 +162,7 @@
##
## CFLAGS AND LDFLAGS are necessary due to problems with the fortran bindings when
## building 64-bit
-## BUILD_ARGS = CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
+## BUILD_ARGS = CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" FFLAGS="$(FFLAGS)" FCFLAGS="$(FCFLAGS)"
##
## Arguments passed to the ./configure script.
CONFIGURE_ARGS = $(DIRPATHS) \
@@ -179,14 +179,13 @@
--with-zlib=/opt/csw
##
-## Disabling 64 bit builds until we can tweak GAR to handle Fortran & ARCH
-BUILD64 = 0
+BUILD64 = 1
#CONFIGURE_ENV = CC=suncc CXX=sunCC F77=sunf77 FFLAGS="-dalign" FC=sunf95 \
# FCFLAGS="-dalign"
-CONFIGURE_ENV = CC=cc CXX=CC F77=f77 FC=f95
-EXTRA_CFLAGS = -g
+#CONFIGURE_ENV = CC=cc CXX=CC F77=f77 FC=f95
+#EXTRA_CFLAGS = -g
EXTRA_CPPFLAGS = -DsunFortran -D__FUNCTION__=__func__ -D_FILE_OFFSET_BITS=64
-EXTRA_CXXFLAGS = -g
+#EXTRA_CXXFLAGS = -g
## EXTRA_LDFLAGS =
## EXTRA_INC =
## EXTRA_LIB =
@@ -206,7 +205,3 @@
include gar/category.mk
-pre-configure-modulated:
- @(cd $(WORKSRC); autoreconf)
- @$(MAKECOOKIE)
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list