Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83934 Details for
Bug 128841
sci-geosciences/iowdm-4.1.ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch_iowdm.diff (put into files folder)
patch_iowdm.diff (text/plain), 2.44 KB, created by
Tim Cera
on 2006-04-04 17:35:13 UTC
(
hide
)
Description:
patch_iowdm.diff (put into files folder)
Filename:
MIME Type:
Creator:
Tim Cera
Created:
2006-04-04 17:35:13 UTC
Size:
2.44 KB
patch
obsolete
>diff -ur iowdm4.1/msg/wdimex.sh iowdm4.1.new/msg/wdimex.sh >--- iowdm4.1/msg/wdimex.sh 2000-04-17 15:04:35.000000000 -0400 >+++ iowdm4.1.new/msg/wdimex.sh 2006-04-03 21:53:52.000000000 -0400 >@@ -13,8 +13,8 @@ > # wdimex.sh test > > # pathnames and directories >- WrdA=/usr/opt/wrdapp >- Libr=$WrdA/libanne4.0 >+ WrdA=/usr >+ Libr=$WrdA > > #******************************************************************* > #***** You should not need to modify anything below this line. ***** >@@ -51,12 +51,13 @@ > done > for Seq in $SeqLib ; do > echo I >> $Name.in >- echo $Libr/msg/$Seq.seq >> $Name.in >+ echo $Seq.seq >> $Name.in > done > echo R >> $Name.in > > # get message file shell >- cp $Libr/lib_data/message.wdm $Name.wdm >+ cp $Libr/share/libanne/message.wdm $Name.wdm >+ cp $Libr/share/libanne/message.wdm message.wdm > > # build message file > $Libr/bin/wdimex < $Name.in >diff -ur iowdm4.1/src/Makefile iowdm4.1.new/src/Makefile >--- iowdm4.1/src/Makefile 2001-10-02 16:50:03.000000000 -0400 >+++ iowdm4.1.new/src/Makefile 2006-04-03 22:00:40.000000000 -0400 >@@ -10,14 +10,14 @@ > # 00/04/12 kmflynn > > # pathnames >-WrdA = /usr/opt/wrdapp >-Libr = $(WrdA)/libanne4.0 >+WrdA = /usr >+Libr = $(WrdA) > > FFVrsn = $(FFUnix) # Version FF[Unix, AIX] > FFLAGS = $(OptM) $(FFVrsn) # compile options [OptM or DbgF] + FFVrsn >-FC = f77 # Compiler name >-LdA = $(LdSunA) # Ld[Unix, Sun]A >-LdB = $(LdSunB) # Ld[Unix, Sun]B >+FC = g77 # Compiler name >+LdA = $(LdUnixA) # Ld[Unix, Sun]A >+LdB = $(LdUnixB) # Ld[Unix, Sun]B > Strip = $(Strip_Y) # strip [Strip_Y or Strip_N] > > #******************************************************************* >@@ -69,8 +69,8 @@ > #******************************************************************* > > # library directories >-libwdm = $(Libr)/lib_data >-libmsg = $(Libr)/msg >+libwdm = $(Libr)/share/libanne >+libmsg = $(Libr)/share/libanne/msg > LibDir = $(Libr)/lib > > program = iowdm >diff -ur iowdm4.1/src/fiowdm.inc iowdm4.1.new/src/fiowdm.inc >--- iowdm4.1/src/fiowdm.inc 2002-02-25 14:55:52.000000000 -0500 >+++ iowdm4.1.new/src/fiowdm.inc 2006-04-03 22:05:46.000000000 -0400 >@@ -15,4 +15,4 @@ > C name of application, log file, and message file > WNAME = 'IOWDM 4.1' > APNAME= 'IOWDM ' >- FNAME = '/usr/opt/wrdapp/iowdm4.1/bin_data/iowdms.wdm' >+ FNAME = '/usr/share/iowdm/iowdms.wdm'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 128841
:
83933
| 83934