History log of /petsc/.gitignore (Results 51 – 75 of 183)
Revision Date Author Comments
# 9e92de5c 15-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'haplav/fix-python-configure-help' into 'master'

Improve python-related entries in configure --help

See merge request petsc/petsc!3561


# d739c463 12-Jan-2021 Vaclav Hapla <vaclav.hapla@erdw.ethz.ch>

.gitignore: add petsc4py auto-generated stuff


# e201d3ad 10-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/doc-code-aster' into 'master'

doc: link code_aster

See merge request petsc/petsc!3407


# 754bef92 10-Nov-2020 Jed Brown <jed@jedbrown.org>

.gitignore: do not ignore index.html


# 2dcd4d85 09-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release' into master


# ff8f1111 09-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/docs-remove-old-manual-tex-references-2010-10-08' into 'release'

Docs: remove some stray remaining references to old LaTeX manual

See merge request petsc/petsc!3322


# d8917a4a 08-Oct-2020 Patrick Sanan <patrick.sanan@gmail.com>

Docs: remove references to old LaTeX-only PETSc manual


# 6e5fea8e 01-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'psanan/sphinx-docs-make-target' into 'master'

Add target to top-level Makefile to build Sphinx docs in a virtual env.

See merge request petsc/petsc!3014


# 0897e0ab 31-Jul-2020 Patrick Sanan <patrick.sanan@gmail.com>

Add target to top-level Makefile to build Sphinx docs in a virtual env.

As a convenience, add a target to the top-level makefile which creates
a virtual environment using Python 3.3 or later (so tha

Add target to top-level Makefile to build Sphinx docs in a virtual env.

As a convenience, add a target to the top-level makefile which creates
a virtual environment using Python 3.3 or later (so that the venv module
exists by default).

Also add a target to clean these docs, cleaning up using the Sphinx
makefile, and also removing the virtual environment created.

For many developers, it would be more natural to make sure that the
requirements in src/sphinx_docs/requirements.txt are satisfied with
their local Python, and use work in src/sphinx_docs, using the Makefile
there.

Note: the Sphinx build itself will still configure its own minimal build of
the "classic" PETSc docs (to have an index of man pages available),
using a dedicated PETSC_ARCH (currently arch-sphinx-minimal).
This is redundant and confusing in some ways, but has the
advantage of having the Sphinx build be fairly self-contained, which is
very handy for building it e.g. on ReadTheDocs, or indeed in an
unconfigured local build of PETSc.

show more ...


# 472aeb20 28-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/rm-legacy-ci' into 'master'

Jed/rm legacy ci

See merge request petsc/petsc!2923


# 0a7de9bc 28-Jun-2020 Jed Brown <jed@jedbrown.org>

.gitignore: add clang/clangd ignores


# 833b33c1 29-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-add-hpackages-rebased' into 'master'

Fixes to MatProduct + many bug fixes + new hierarchical matrix support

See merge request petsc/petsc!2800


# 9a34331c 13-Apr-2020 Stefano Zampini <stefano.zampini@gmail.com>

Gitignore: ignore f90module*.f90 files


# c20d7725 22-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/promote-examples-tests-tutorials' [petsc/petsc!2610]

* jed/promote-examples-tests-tutorials:
Promote examples/{tests,tutorials}/ to {tests,tutorials}/


# c4762a1b 18-Mar-2020 Jed Brown <jed@jedbrown.org>

Promote examples/{tests,tutorials}/ to {tests,tutorials}/

This shortens paths and improves consistency between test target names
and paths to the source and output files. Most of the work was
compl

Promote examples/{tests,tutorials}/ to {tests,tutorials}/

This shortens paths and improves consistency between test target names
and paths to the source and output files. Most of the work was
completed by this script, followed by mild cleanup of nonconforming
cases.

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
fi
done

git 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 ...


# 5f77d1e0 21-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 96e55a2f 20-Dec-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'scott/ci-coverage-dev' into 'maint'

Improve coverage output

See merge request petsc/petsc!2328


# b0e5478f 25-Nov-2019 Scott Kruger <scott.e.kruger@gmail.com>

Enable .post stage

For coverage analysis now, but could do other analysis


# f6a1bb8f 18-Oct-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'psanan/gitignore-update' into 'master'

Update .gitignore

See merge request petsc/petsc!2151


# bbccaebc 07-Oct-2019 Patrick Sanan <patrick.sanan@gmail.com>

.gitignore: remove duplicate entry


# dc3c83b0 07-Oct-2019 Patrick Sanan <patrick.sanan@gmail.com>

.gitignore: ignore entire /docs/ subtree

Note the leading slash which will only match the root-level docs/
directory.


# 4f0e53b5 07-Oct-2019 Patrick Sanan <patrick.sanan@gmail.com>

.gitignore: re-enforce single-.gitignore policy

Consolidate a couple of stray .gitignore files from the LaTeX manuals.


# 4d0d90ec 19-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'knepley/is-separate-section' into 'master'

Knepley/is separate section

See merge request petsc/petsc!2065


# ea844a1a 19-Sep-2019 Matthew Knepley <knepley@gmail.com>

Knepley/is separate section


# ed0ed7c6 19-Sep-2019 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into 'barry/2019-08-22/fix-fblaslapack-for-nag'

# Conflicts:
# lib/petsc/conf/test


12345678