Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 201321 | Differences between
and this patch

Collapse All | Expand All

(-)fortran-20071120.p1.old/spkg-install (-1 / +3 lines)
Lines 85-91 Link Here
85
if not name:
85
if not name:
86
    error("You must install gfortran, g95 or g77 system-wide or specify a fortran via the SAGE_FORTRAN environment variable.")
86
    error("You must install gfortran, g95 or g77 system-wide or specify a fortran via the SAGE_FORTRAN environment variable.")
87
87
88
os.system('ln -sf "%s" "%s"/bin/sage_fortran.bin'%(name, target))
88
escaped_name = name.replace('/','\/');
89
90
os.system('sed -i s/sage_fortran.bin/"%s"/ "%s"/bin/sage_fortran'%(escaped_name,target))
89
91
90
92
91
93

Return to bug 201321