[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with using --download-f-blas-lapack=1 in windows
- To: petsc-users@xxxxxxxxxxx
- Subject: Problem with using --download-f-blas-lapack=1 in windows
- From: "Ben Tay" <zonexo@xxxxxxxxx>
- Date: Sat, 3 Mar 2007 17:41:55 +0800
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=U3IL6VgJGRz9nrNr1S6/aiCBwmJT8flGKlpRql9uljlbfat8So2+Ivija4zis/ReOFnTGYy4KG5SSf+WlO9vNib8Jo7Uv8lbMnQ5VtdNFYrFLwj01WqY6kEVJZkBIGUibbUl9uT9YxHVsTs1VTQrNa4pSOyRjY3+x4w3F+D9wA0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=Kw4kAUcd3Q8D9BA66ihxk2M4pXFJlletQFPC8eT2l6oMPljwS5pmJmohHvUANVBB6EJ/dDXYCOdt6enr5GH/A4MXwKuH81qILWplcXYWIDIU7WZjIXIJhWPvW4lReKR0AGnT8zhOkwsxBS+G7fJ2dWOJApl3C4LGH5KMa/IZXwY=
- Reply-to: petsc-users@xxxxxxxxxxx
- Sender: owner-petsc-users@xxxxxxxxxxx
Hi,
I tried to compile PETSc with compaq visual fortran in cygwin. My command is
$ ./config/configure.py --with-cc='win32fe cl' --with-fc='win32fe f90' --download-f-blas-lapack=1 --with-f90-interface=win32 --with-x=0 --with-mpi-dir=/cygdrive/c/program\ files/MPICH/SDK
I then got this error message:
================================================================================
Compiling FBLASLAPACK; this may take several minutes
================================================================================
TESTING: checkLib from config.packages.BlasLapack(python/BuildSystem/config/pack
********************************************************************************
*
UNABLE to CONFIGURE with GIVEN OPTIONS (see
configure.log for detail
s):
--------------------------------------------------------------------------------
-------
Could not use downloaded f-blas-lapack?
********************************************************************************
*
Can someone enlighten me what is wrong? Btw, I found the win32 libraries of blas/lapack in the externalpackages/fblaslapack/win32 directory
Thank you.