the error message told me to download the regular petsc copy, I need the petsc-dev copy (which I've obtained from bitbucket , as the official petsc web-instructions said)
On Mon, Mar 18, 2013 at 3:27 PM, Jed Brown <jedbrown at mcs.anl.gov> wrote: > Do what the error message says. > > On Mar 18, 2013 8:18 AM, "Chen Shapira" <chen2600 at gmail.com> wrote: >> >> Hi , >> >> I'm building petsc in cygwin , and >> when running my configure command : >> >> ./config/configure.py --with-cc='win32fe cl' --with-fc='win32fe ifort' >> --with-cxx='win32fe cl' --with-mpi-dir="/cygdrive/C/Program Files >> (x86)/MPICH2" --download-f-blas-lapack=1 --with-clanguage=c >> --with-petsc-arch=arch-mswin-c-debug >> --CFLAGS=-D_CRT_SECURE_NO_DEPRECATE --with-debugging=0 >> --ignore-cygwin-link --with-valgrind=0 --with-c2html=0 >> --download-sowing=1 --with-hdf5=1 >> --with-hdf5-include=/cygdrive/c/libraries/hdf5/include >> --with-hdf5-lib=\[/cygdrive/c/libraries/hdf5/libs/hdf5dll.lib, >> >> /cygdrive/c/libraries/hdf5/libs/hdf5_fortrandll.lib,/cygdrive/c/libraries/hdf5/libs/szip.lib,/cygdrive/c/libraries/hdf5/libs/zlib.lib\] >> >> I get the following message (in cygwin) : >> >> >> =============================================================================== >> The PETSc development repository has moved. The new repository can be >> cloned using: >> >> $ git clone https://bitbucket.org/petsc/petsc >> >> or, using the Mercurial mirror: >> >> $ hg clone https://bitbucket.org/petsc/petsc-hg >> >> See the website for further details: https://bitbucket.org/petsc/petsc >> >> =============================================================================== >> >> Could someone tell me how to continue ? >> I've downloaded petsc-dev and its buildsystem using : hg clone >> https://bitbucket.org/petsc/petsc-dev >> >> Please let me know how can I built it >> Thanks