Magellan Linux

Diff of /branches/magellan-next/core/fftw3/fftw3-3.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9330 by niro, Sat Nov 26 13:16:16 2011 UTC revision 9331 by niro, Sat Nov 26 13:18:20 2011 UTC
# Line 42  src_compile() Line 42  src_compile()
42   for abi in ${MULTILIB_ABIS}   for abi in ${MULTILIB_ABIS}
43   do   do
44   cd ${SRCDIR}-${abi}-single   cd ${SRCDIR}-${abi}-single
45   oldmconfigure --enable-shared --enable-threads --enable-float || die   abi-${abi} oldmconfigure --enable-shared --enable-threads --enable-float || die
46   oldmmake || die   abi-${abi} oldmmake || die
47    
48   cd ${SRCDIR}-${abi}-double   cd ${SRCDIR}-${abi}-double
49   oldmconfigure --enable-shared --enable-threads || die   abi-${abi} oldmconfigure --enable-shared --enable-threads || die
50   oldmmake || die   abi-${abi} oldmmake || die
51   done   done
52  }  }
53    
# Line 57  src_install () Line 57  src_install ()
57   for abi in ${MULTILIB_ABIS}   for abi in ${MULTILIB_ABIS}
58   do   do
59   cd ${SRCDIR}-${abi}-single   cd ${SRCDIR}-${abi}-single
60   oldmmake DESTDIR=${BINDIR} install || die   abi-${abi} oldmmake DESTDIR=${BINDIR} install || die
61    
62   cd ${SRCDIR}-${abi}-double   cd ${SRCDIR}-${abi}-double
63   oldmmake DESTDIR=${BINDIR} install || die   abi-${abi} oldmmake DESTDIR=${BINDIR} install || die
64    
65   # there's a small bug in minstalldocs,   # there's a small bug in minstalldocs,
66   # so we move this dir back ${SRCDIR}   # so we move this dir back ${SRCDIR}

Legend:
Removed from v.9330  
changed lines
  Added in v.9331