[petsc-dev] cmake problem
Barry Smith
bsmith at mcs.anl.gov
Fri Jul 8 14:28:49 CDT 2011
Reran ./configure but then cmake made me trouble. Sending the configure.log only to Jed
Barry
xxx=========================================================================xxx
Configure stage complete. Now build PETSc libraries with:
make PETSC_DIR=/Users/barrysmith/Src/petsc-dev PETSC_ARCH=arch-gnu all
or (experimental with cmake):
make -j4 -C /Users/barrysmith/Src/petsc-dev/arch-gnu
or (experimental with python):
PETSC_DIR=/Users/barrysmith/Src/petsc-dev PETSC_ARCH=arch-gnu ./config/builder.py
xxx=========================================================================xxx
cd /Users/barrysmith/Src/petsc-dev; make -j2 -C /Users/barrysmith/Src/petsc-dev/arch-gnu
cd /Users/barrysmith/Src/petsc-dev; make -j2 -C /Users/barrysmith/Src/petsc-dev/arch-gnu
Scanning dependencies of target petsc
Error copying Fortran module "include/petscsys". Tried "include/PETSCSYS.mod" and "include/petscsys.mod".
make[4]: *** [CMakeFiles/petsc.dir/src/sys/f90-mod/petscsysmod.F.o.provides.build] Error 1
make[3]: *** [CMakeFiles/petsc.dir/src/sys/f90-mod/petscsysmod.F.o.provides] Error 2
make[2]: *** [CMakeFiles/petsc.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [cmake] Error 2
anlextwls002-241:petsc-dev barrysmith$ echo $PETSC_DIR
/Users/barrysmith/Src/petsc-dev
More information about the petsc-dev
mailing list