You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I download slepc-3.5.4.tar.gz from the website or git clone it and try to: ./configure
it returns:
Checking LAPACK library...
ERROR: cannot generate Fortran stubs; try configuring PETSc with --download-sowing or use a mercurial version of PETSc
(I followed the instructions for getting PETSC)
The text was updated successfully, but these errors were encountered:
huh that link must be dead now. i haven't been actively developing this software, but would accept PRs if you can find where they have moved the slepc libraries.
When I enter:
wget http://slepc.upv.es/download/download.php?filename=slepc-3.5.4.tar.gz -O slepc-3.5.4.tar.gz
it returns:
Will not apply HSTS. The HSTS database must be a regular and non-world-writable file.
ERROR: could not open HSTS store at '/home/dirtbag/.wget-hsts'. HSTS will be disabled.
--2020-08-28 10:23:30-- http://slepc.upv.es/download/download.php?filename=slepc-3.5.4.tar.gz
Resolving slepc.upv.es (slepc.upv.es)... 158.42.185.71
Connecting to slepc.upv.es (slepc.upv.es)|158.42.185.71|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://slepc.upv.es/download/download.php?filename=slepc-3.5.4.tar.gz [following]
--2020-08-28 10:23:30-- https://slepc.upv.es/download/download.php?filename=slepc-3.5.4.tar.gz
Connecting to slepc.upv.es (slepc.upv.es)|158.42.185.71|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-08-28 10:23:31 ERROR 404: Not Found.
When I download slepc-3.5.4.tar.gz from the website or git clone it and try to: ./configure
it returns:
Checking LAPACK library...
ERROR: cannot generate Fortran stubs; try configuring PETSc with --download-sowing or use a mercurial version of PETSc
(I followed the instructions for getting PETSC)
The text was updated successfully, but these errors were encountered: