2 Nov
                
                    2018
                
            
            
                2 Nov
                
                '18
                
            
            
            
        
    
                4:54 p.m.
            
        On 2 Nov 2018, at 01:37, Matthew Knepley <knepley@gmail.com> wrote:
Well crap. h5py failed, and it does not look like a simple env fix. It is complaining about an SSL certificate. Is there a way to point to something that uses HTTP?
Hmmph, this is very odd. Because that failed checking the certificate for a host it had previously downloaded from (and passed the certificate checks). This failed at a state late enough in the game that we can try building "in place" in the virtualenv: $ . firedrake/bin/activate $ cd firedrake/src/h5py $ export CC=mpicc # I assume you got PETSc to build hdf5 $ export HDF5_DIR=$PETSC_DIR/$PETSC_ARCH $ export HDF5_MPI=ON $ pip install . Lawrence