[SciPy-dev] build problem error: file 'ARPACK\FWRAPPERS\dummy.f' does not exist

josef.pktd at gmail.com josef.pktd at gmail.com
Mon Dec 22 13:51:13 EST 2008


On Mon, Dec 22, 2008 at 11:37 AM,  <josef.pktd at gmail.com> wrote:
> I was trying to build the current scipy trunk, r5286, and got stuck with arpack
>
> this is the last part of the build log
>
> building 'arpack' library
> compiling Fortran sources
> Fortran f77 compiler: C:\Programs\MinGW\bin\g77.exe -g -Wall -fno-second-undersc
> ore -mno-cygwin -O3 -funroll-loops
> error: file 'ARPACK\FWRAPPERS\dummy.f' does not exist
>
> WindowsXP, mingw 3.4,
> svn export
> python25 setup.py bdist
>>>> np.version.version
> '1.3.0.dev6139'
>
> I don't see any ARPACK\FWRAPPERS directory anywhere.
>
> Josef
>

All clear,

`svn update` didn't download the fwrappers directory, I had to
explicitely specify the missing directory for update.

Josef



More information about the SciPy-Dev mailing list