Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 198646 Details for
Bug 80464
[science overlay] sci-chemistry/jana2000-ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
new patch
20071218-g77.diff (text/plain), 2.44 KB, created by
Hannes Krüger
on 2009-07-20 22:23:42 UTC
(
hide
)
Description:
new patch
Filename:
MIME Type:
Creator:
Hannes Krüger
Created:
2009-07-20 22:23:42 UTC
Size:
2.44 KB
patch
obsolete
>--- Makefile 2007-11-15 11:29:30.000000000 +0100 >+++ Makefile.g77 2009-07-21 00:13:17.000000000 +0200 >@@ -427,28 +427,28 @@ > ## ******** start of editable section ******** > # > # ## The command calling Fortran compiler (without options) >-# FCOM = g77 >+ FCOM = g77 > # ## Fortran compiler options >-# FOPTS = -O2 $(WARN) >+ FOPTS = $(CFLAGS) $(WARN) > # ## path to the C include files >-# INCLUDE = >+ INCLUDE = > # ## C compiler options >-# COPTS = -O2 $(WARN) $(INCLUDE) >+ COPTS = $(CFLAGS) $(WARN) $(INCLUDE) > # ## libraries to link >-# LINKLIBS = -L/usr/X11/lib -L/usr/X11R5/lib -L/usr/X11R6/lib \ >-# -L/usr/X11R6/lib64 -lX11 >+ LINKLIBS = -L/usr/X11/lib -L/usr/X11R5/lib -L/usr/X11R6/lib \ >+ -L/usr/X11R6/lib64 -lX11 > # ## RANLIB is not used, but cannot be empty >-# RANLIB = echo >+ RANLIB = echo > # ## Fortran compiler adds underscore to each module >-# UNDERSCORES = define >+ UNDERSCORES = define > # ## Fortran compiler changes the source code to lowercase >-# LOWER_CASE = define >+ LOWER_CASE = define > # >-# FORCE = # please don't change this setting >-# PREPARE = prepare # please don't change this setting >-# PROG = jana2000 # please don't change this setting >-# CN11= a# # please don't change this setting >-# INFO = LINUX - g77 compiler # please don't change this setting >+ FORCE = # please don't change this setting >+ PREPARE = prepare # please don't change this setting >+ PROG = jana2000 # please don't change this setting >+ CN11= a# # please don't change this setting >+ INFO = LINUX - g77 compiler # please don't change this setting > # > # # ******** end of editable section ******** > >@@ -814,7 +814,7 @@ > cp $(SPECIDIR)/MainUnit.c .; \ > $(CCOM) $(COPTS) -c MainUnit.c > MAKEEXE = $(EXESPOL); \ >- $(FCOM) $(FOPTS) -o $$NAME MainUnit.o $$NAME.o $(LIBS) $(LINKLIBS); \ >+ $(FCOM) $(FOPTS) $(LDFLAGS) -o $$NAME MainUnit.o $$NAME.o $(LIBS) $(LINKLIBS); \ > $(RMFILES); \ > chmod 755 $$NAME > MAKEJ2000 = echo ' '; \ >@@ -837,7 +837,7 @@ > ($(WRITE_FHEAD)) > $(FHEAD); \ > cp $(SPECIDIR)/MainUnit.c $(SPECIDIR)/*.h $(FGPATH)/*.h .; \ > $(CCOM) $(COPTS) -c MainUnit.c; \ >- $(FCOM) $(FOPTS) -o $$NAME MainUnit.o $(OBJLIST) \ >+ $(FCOM) $(FOPTS) $(LDFLAGS) -o $$NAME MainUnit.o $(OBJLIST) \ > $(LIBS) $(LINKLIBS); \ > $(RMFILES); \ > chmod 755 $$NAME; echo ' '
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 80464
:
50210
|
50211
|
197396
|
197397
|
197398
| 198646 |
198649