Subversion Repositories slepc-dev

Compare Revisions

Ignore whitespace Rev 2733 → Rev 2734

/branches/slepc-3_2-branch/conf/slepc_rules
183,6 → 183,10
${OMAKE} slepc_tree ACTION=${ACTION} PETSC_ARCH=${PETSC_ARCH} LOC=${LOC} DATAFILESPATH=${DATAFILESPATH} BASE_DIR=${BASE_DIR});\
done
 
# builds the SLEPc shared library
slepc_shared:
-@${OMAKE} PETSC_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} SLEPC_DIR=${SLEPC_DIR} OTHERSHAREDLIBS="${PETSC_LIB}" shared_nomesg
 
# uses the cmake infrastructure to build/rebuild the libraries
slepc_cmake:
@if [ "${SLEPC_BUILD_USING_CMAKE}" != "" ]; then \
/branches/slepc-3_2-branch/makefile
65,7 → 65,7
all-legacy:
-@${OMAKE} PETSC_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} SLEPC_DIR=${SLEPC_DIR} all_build 2>&1 | tee ${PETSC_ARCH}/conf/make.log
 
all_build: chk_petsc_dir chk_slepc_dir chklib_dir info deletelibs deletemods build shared_nomesg slepc4py_noinstall
all_build: chk_petsc_dir chk_slepc_dir chklib_dir info deletelibs deletemods build slepc_shared slepc4py_noinstall
#
# Prints information about the system and version of SLEPc being compiled
#