Lines Matching +full:- +full:rf
3 # This script makes a Apple Mac OS X installer for PETSc, it uses arch-osx-release.py, arch-osx-deb…
11 if [ ! -f include/petscversion.h ]; then
17 export PETSC_ARCH=arch-osx-debug
18 rm -rf arch-osx-debug
19 ./systems/Apple/OSX/bin/arch-osx-debug.py
23 export PETSC_ARCH=arch-osx-release
24 rm -rf arch-osx-release
25 ./systems/Apple/OSX/bin/arch-osx-release.py
36 echo "To use the PETSc.framework in examples either run the installer ${PETSC_DIR}/PETSc-OSX.dmg"
37 echo " or sudo cp -r ${PETSC_DIR}/arch-osx-release/PETSc-OSX /Library/Frameworks"
38 echo " and sudo cp -r ${PETSC_DIR}/arch-osx-debug/PETSc-OSX /Library/Frameworks"