Ah, thanks Ben!! Um ... These are clusters... Nothing surprises me... :-)
Alan -----Original Message----- From: Ben Boeckel [mailto:[email protected]] Sent: Friday, October 16, 2015 1:00 PM To: Scott, W Alan Cc: [email protected] Subject: [EXTERNAL] Re: [Paraview] numpy build issues On Fri, Oct 16, 2015 at 18:44:40 +0000, Scott, W Alan wrote: > I am having issues getting ParaView, remote cluster, working with my > own build of Python and numpy. Obviously, I don't have root on these > clusters, and I want to use my own Python. (Clusters often have 10 > year old python.) > > From the following, it appears I am missing a libgfortran.so.1. Any > idea why numpy wants Fortran, where it should be found and what I did > wrong? Any idea what I should do to fix it? You can get numpy to not use fortran with: python setup.py build --fcompiler=no It will use Fortran by default though. It is strange that a Fortran compiler was found, but the libraries are not in a standard location… --Ben _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
