[yt-dev] Issue #581: Source install error from fKDpy (yt_analysis/yt)

Casey Stark issues-reply at bitbucket.org
Wed May 29 14:25:47 PDT 2013


New issue 581: Source install error from fKDpy
https://bitbucket.org/yt_analysis/yt/issue/581/source-install-error-from-fkdpy

Casey Stark:

I'm installing yt-3.0 on NERSC's hopper following the instructions on http://www.nersc.gov/users/software/development-tools/python-tools/. The install fails because the setup script first decides not to build fKDpy.so, but then later tries to copy it to the build directory. Here are the pieces of the log:

```
$ python setup.py install --home=~/python_modules/hopper
PNG_LOCATION: png found in: /usr/include, /usr/lib
FTYPE_LOCATION: freetype found in: /usr/include, /usr/lib
HDF5_LOCATION: HDF5_DIR: /opt/cray/hdf5/1.8.8/gnu/47/include, /opt/cray/hdf5/1.8.8/gnu/47/lib
running install
running bdist_egg
running egg_info
running build_src
running build_forthon
fKDpy.so won't be built due to missing Forthon/gfortran
build_src
...
running install_data
error: can't copy 'yt/utilities/kdtree/fKDpy.so': doesn't exist or not a regular file
```

Am I missing something here?





More information about the yt-dev mailing list