
Jan. 3, 2001
5:38 p.m.
On Wed, 3 Jan 2001, Konrad Hinsen wrote:
I see two solutions: 1) Have the setup script make a symbolic link in the package's include directory to the include directory of the numpy core. Call the symbolic link 'Numeric.'
2) Move the include files for the core to a subdirectory called 'Numeric.'
There's a third one:
3) Have the "build" stage of the packages copy the core header files into their private include directories.
This doesn't require links at the cost of wasting (temporarily) a tiny amount of disk space.
Konrad.
I have attached a patch that impliments your solution. So far it is working for me. When I've finished with the RPM spec file I will post that to the list as well. Tony