Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 167436 Details for
Bug 240238
sci-chemistry/platon should abandon linking in f2c with gfortran
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
platon-20080725-20080924.ebuild.diff
platon-20080725-20080924.ebuild.diff (text/plain), 1.60 KB, created by
Honza Macháček
on 2008-10-06 09:58:45 UTC
(
hide
)
Description:
platon-20080725-20080924.ebuild.diff
Filename:
MIME Type:
Creator:
Honza Macháček
Created:
2008-10-06 09:58:45 UTC
Size:
1.60 KB
patch
obsolete
>--- /usr/portage/sci-chemistry/platon/platon-20080725.ebuild 2008-08-30 13:27:28.000000000 +0200 >+++ /usr/local/portage/sci-chemistry/platon/platon-20080924.ebuild 2008-10-06 11:44:49.000000000 +0200 >@@ -1,6 +1,6 @@ > # Copyright 1999-2008 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/platon-20080725.ebuild,v 1.1 2008/08/30 11:27:28 markusle Exp $ >+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/platon/platon-20080702.ebuild,v 1.2 2008/07/07 05:36:37 dberkholz Exp $ > > inherit fortran toolchain-funcs flag-o-matic > >@@ -11,7 +11,7 @@ > RESTRICT="fetch" > LICENSE="free-noncomm" > SLOT="0" >-KEYWORDS="~ppc ~x86 ~amd64" >+KEYWORDS="~amd64 ~x86" > IUSE="" > # Can't do libf2c dependent on whether <gcc-4 is selected for the build, > # so we must always require it >@@ -36,12 +36,6 @@ > } > > src_compile() { >- local F2C >- # Needs signal_ and system_, which g77 and libf2c provide, >- # but gfortran does not >- if [[ ${FORTRANC} != g77 ]]; then >- F2C="-lf2c" >- fi > > # easy to ICE, at least on gcc 4.3 > strip-flags >@@ -49,10 +43,10 @@ > COMMAND="$(tc-getCC) -c ${CFLAGS} xdrvr.c" > echo ${COMMAND} > ${COMMAND} || die "Compilation of xdrvr.c failed" >- COMMAND="${FORTRANC} -c ${FFLAGS:- -O2} -fno-second-underscore platon.f" >+ COMMAND="${FORTRANC} -c ${FFLAGS:- -O2} platon.f" > echo ${COMMAND} > ${COMMAND} || die "Compilation of platon.f failed" >- COMMAND="${FORTRANC} -o platon ${LDFLAGS} platon.o xdrvr.o -lX11 ${F2C}" >+ COMMAND="${FORTRANC} -o platon ${LDFLAGS} platon.o xdrvr.o -lX11" > echo ${COMMAND} > ${COMMAND} || die "Linking failed" > }
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 240238
: 167436 |
167458