History log of /petsc/src/binding/petsc4py/makefile (Results 26 – 39 of 39)
Revision Date Author Comments
# a6ca03fe 10-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/petsc4py' into 'main'

petsc4py: Reorganize source tree

See merge request petsc/petsc!6147


# 6f6f1c89 09-Mar-2023 Satish Balay <balay@mcs.anl.gov>

petsc4py: tarball - do not builds docs


# f46a955b 05-Mar-2023 Lisandro Dalcin <dalcinl@gmail.com>

petsc4py: Reorganize source tree to follow the src package layout

Co-authored-by: Jose Roman <jroman@dsic.upv.es>


# 48e30068 08-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-03/venv-petsc4py-docs' into 'main'

Have PETSc's website include petsc4py API doc

See merge request petsc/petsc!6144


# c5563ed3 04-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Have PETSc's website include petsc4py API doc

Put slightly more mention of petsc4py in website

TODO: improve website presentation and introduction to petsc4py

Commit-type: documentation
Thanks-to:

Have PETSc's website include petsc4py API doc

Put slightly more mention of petsc4py in website

TODO: improve website presentation and introduction to petsc4py

Commit-type: documentation
Thanks-to: Satish Balay

Development Tools: Vim, Emacs, Eclipse

show more ...


# faafb810 18-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/misc-fixes' into 'main'

petsc4py: revert python3 requirement - as python2 is needed for docs/tarball generation

See merge request petsc/petsc!5620


# d1874862 16-Sep-2022 Satish Balay <balay@mcs.anl.gov>

makefile: fix typo - petsckdir.mk -> petscdir.mk


# 6ffe77ea 12-May-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-05-03/cleanup-makefiles' into 'main'

remove unneeded stuff from makefiles

See merge request petsc/petsc!5211


# 7bb670c6 03-May-2022 Barry Smith <bsmith@mcs.anl.gov>

Add -include */petscdir.mk to makefile that lacked it

for i in `git ls-files | grep makefile | xargs grep -L petscdir.mk`; do
echo $i ;
str=`echo $i |sed -e 's?[-a-zA-Z0-9]*/?../?g' -e 's?makef

Add -include */petscdir.mk to makefile that lacked it

for i in `git ls-files | grep makefile | xargs grep -L petscdir.mk`; do
echo $i ;
str=`echo $i |sed -e 's?[-a-zA-Z0-9]*/?../?g' -e 's?makefile?petsckdir.mk?g'` ;
cp $i tmp
echo "-include $str" > $i
cat tmp >> $i
done

Commit-type: makefile, housekeeping
/spend 15m

show more ...


# a66b5171 05-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# 38c11108 04-Jan-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'dalcinl/petsc4py/release' into 'release'

petsc4py: Update Cython

See merge request petsc/petsc!3533


# 48c91c14 18-Dec-2020 Barry Smith <bsmith@mcs.anl.gov>

Check for python 2 and 3 package docutils and python 2 epydoc
before building documentation for petsc4py and print a useful error message if not available.

Commit-type: error-checking, portability-f

Check for python 2 and 3 package docutils and python 2 epydoc
before building documentation for petsc4py and print a useful error message if not available.

Commit-type: error-checking, portability-fix
/spend 40m

show more ...


# 18442e8f 02-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/import-petsc4py' into 'master'

Balay/import petsc4py

Closes #276, #25, #121, and #667

See merge request petsc/petsc!3093


# 5808f684 31-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Add 'src/binding/petsc4py/' from commit '9d8b840ed7f345b561d77f5729d2e92238bc13e0'

git-subtree-dir: src/binding/petsc4py
git-subtree-mainline: 2d88a74bccb5e37fbc4e61aca4ca0ae8418199f0
git-subtree-sp

Add 'src/binding/petsc4py/' from commit '9d8b840ed7f345b561d77f5729d2e92238bc13e0'

git-subtree-dir: src/binding/petsc4py
git-subtree-mainline: 2d88a74bccb5e37fbc4e61aca4ca0ae8418199f0
git-subtree-split: 9d8b840ed7f345b561d77f5729d2e92238bc13e0

show more ...


12