jblas-project / jblas

Linear Algebra for Java
http://jblas.org
BSD 3-Clause "New" or "Revised" License
590 stars 149 forks source link

./configure script option --download-lapack doesnt work #2

Closed JoSchaback closed 14 years ago

JoSchaback commented 14 years ago

codinghero@codinghero-PC /cygdrive/d/tmp/jblas/jblas $ ./configure --download-lapack checking for java, javac... ok checking for nm... ok determining operating system... checking for cygpath... ok Windows determining architecture... amd64 locating the Java Development Kit... ok deciding whether to use g77 or gfortran... g77 Setting up gcc and flags... ok looking for version of make... ok locating lapack sources... failed trying to download lapack (about 5M) tar (child): lapack-lite-3.1.1.tgz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors failed

Configuration failed!

Reason: couldn't find ./lapack-lite-3.1.1/BLAS/SRC/dgemm.f

JoSchaback commented 14 years ago

ah, ok, requires wget according to ruby script....

JoSchaback commented 14 years ago

ok, that does the job

JoSchaback commented 14 years ago

a hint that wget could not be found would be nice (escpecially for silly cygwin users like me)

mikiobraun commented 14 years ago

Ok, I'll add a check for wget!