A few more codespell fixes
Promote examples/{tests,tutorials}/ to {tests,tutorials}/This shortens paths and improves consistency between test target namesand paths to the source and output files. Most of the work wascompl
Promote examples/{tests,tutorials}/ to {tests,tutorials}/This shortens paths and improves consistency between test target namesand paths to the source and output files. Most of the work wascompleted by this script, followed by mild cleanup of nonconformingcases.for makefile in `git ls-files 'src/*makefile'`; do if rg -q 'DIRS.*\bexamples\b' $makefile; then base=$(dirname $makefile) dirs=$(cd $base/examples && ls -d tests tutorials 2>/dev/null | xargs echo) perl -pi -e "s#^(DIRS.*)\bexamples\b#\1${dirs}#" $makefile git rm $base/examples/makefile for t in $dirs; do git mv $base/examples/$t $base/ perl -pi -e "s#^(LOCDIR[[:space:]]*=).*#\1 $base/$t/#" $base/$t done fidonegit grep -l -E -z 'examples/(tutorials|tests)' | xargs -0 perl -pi -e 's#examples/(tutorials|tests)#\1#g'git checkout @ \ src/docs/website/documentation/changes/ \ src/benchmarks/results/
show more ...
update Apple example project settings per XcodeCommit-type: bug-fix
completed tools for generating OSX and iOS installersNote iOS framework not tested on iOS device
converted OSX frameworker and installer to use location PETSc-OSX/release or debugonly release implemented
make PETSc framework examples not search in $PETSC_ARCH location for framework
start to add examples to PETSc.dmgfix OSX example projects to look for PETSc.framework in /Library/Frameworks
removed code accidently introduced in previous commit
Fixes for 3.4 to work with Xcode
unneeded extra path in projectHg-commit: 03c87679e9ee3f6f0f0274a04f9545834b947636
added Apple xcode cocoa example projectHg-commit: cbdc8821e4d46e322056b2ecc338c06efc412c35
moved OSX xcode command line example to better directory locationHg-commit: 87939f2a814c040988734a20548e225a9fa693db
added Mac OSX xcode command line exampleHg-commit: 6a85a5b1018e63dc8668abcc330aaaec7526655a