FAST-ER has been released. The fixes are:
- It now works with newer GVars3
- The `missing LAPACK’ problem on recent Ubuntu versions has been fixed
It is available in the usual place: http://www.edwardrosten.com/work/fast.html
FAST-ER has been released. The fixes are:
It is available in the usual place: http://www.edwardrosten.com/work/fast.html
hi, SIr
i have downloaded your lastest version FAST-ER
but when i run ./configure i still have the same problem on missing the LAPACK while i have alreay the lapack lib installed on my ubuntu 12.04
this are the error i got:
mohamed@mohamed-Aspire-5738:~/Téléchargements/fast-er-1.5$ ./configure
checking for gawk… no
checking for mawk… mawk
checking for g++… g++
checking whether the C++ compiler works… yes
checking for C++ compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether we are using the GNU C++ compiler… yes
checking whether g++ accepts -g… yes
checking if compiler flag -Wall works… yes
checking if compiler flag -Wextra works… yes
checking if compiler flag -W works… yes
checking if compiler flag -ansi works… yes
checking if compiler flag -pedantic works… yes
checking how to run the C++ preprocessor… g++ -E
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking cvd/image_io.h usability… yes
checking cvd/image_io.h presence… yes
checking for cvd/image_io.h… yes
checking libCVD… yes
checking for dgetri_ in -llapack… no
configure: error: Lapack support missing. Please install LAPACK
Do you have the development version of LAPACK installed?
If you are still having trouble, can you post the config.log file as well?