CVS: moonbase/science/seismicunix DETAILS, 1.2, 1.3 Makefile.config,
1.1, 1.2
Terry Chan
tchan at lunar-linux.org
Wed Dec 24 15:52:12 GMT 2003
Update of /var/cvs/lunar/moonbase/science/seismicunix
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13836
Modified Files:
DETAILS Makefile.config
Log Message:
Version bump to 37, submitted by evo on the Lunar ML. NOTE: Answering yes
to the Mesa/GL configure option breaks the compile for me, so don't build
this with Mesa/GL support unless you're sure you have the Mesa/GL tools/libs
built correctly. gcc-3.2.3, glibc-2.3.2.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/science/seismicunix/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 31 Jan 2003 11:49:11 -0000 1.2
+++ DETAILS 24 Dec 2003 15:52:10 -0000 1.3
@@ -1,12 +1,12 @@
MODULE=seismicunix
- VERSION=36
+ VERSION=37
CWPROOT=$BUILD_DIRECTORY/su
SOURCE=cwp.su.all.$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/su
SOURCE_URL[0]=ftp://ftp.cwp.mines.edu/pub/cwpcodes/$SOURCE
WEB_SITE=http://www.cwp.mines.edu/cwpcodes/
ENTERED=20020715
- UPDATED=20030131
+ UPDATED=20031224
SHORT="A seismic processing suite"
cat << EOF
The CWP/SU (Seismic Unix) package is an instant seismic processing and
Index: Makefile.config
===================================================================
RCS file: /var/cvs/lunar/moonbase/science/seismicunix/Makefile.config,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.config 31 Jan 2003 11:49:11 -0000 1.1
+++ Makefile.config 24 Dec 2003 15:52:10 -0000 1.2
@@ -11,6 +11,13 @@
# for XDR under Linux
XDRFLAG = -DSUXDR -D_BSD_SOURCE
+# Large file support
+#LARGE_FILE_FLAG =
+LARGE_FILE_FLAG = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DGNU_SOURCE
+
+# Unocal SU standard
+LINEHDRFLAG =
+
# O3 optimization full ansi (Linux)
OPTC = -O3 -Wall -ansi -pedantic -D_POSIX_SOURCE
@@ -28,7 +35,7 @@
# C compiler; change this only if you are using a different C-compiler
CC = gcc
-CFLAGS = -I$I $(OPTC) $(ENDIANFLAG) $(XDRFLAG)
+CFLAGS = -I$I $(OPTC) $(LARGE_FILE_FLAG) $(ENDIANFLAG) $(XDRFLAG)
# C++ compiler
C++ = g++
@@ -105,7 +112,7 @@
### MESA / OPEN GL Linking Flags
# Uncomment the next line for installations using the free Mesa package
-include $(CWPROOT)/src/Rules/mesa.rules
+include $(CWPROOT)/src/Rules/newmesa.rules
# standard suffix rules (do not change the next line)
include $(CWPROOT)/src/Rules/suffix.rules
More information about the Lunar-commits
mailing list