History log of /petsc/makefile (Results 326 – 350 of 1637)
Revision Date Author Comments
# 8a1e0216 11-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-06-08/fix-matlabengine-details' into 'master'

MacOS needs -Wl,-rpath for Matlab Engine; reorganize simplify MatlabEngine.py

See merge request petsc/petsc!2846


# 69cdbcb9 11-Jun-2020 Barry Smith <bsmith@mcs.anl.gov>

MacOS needs -Wl,-rpath for Matlab Engine; reorganize simplify MatlabEngine.py
Change --with-matlabengine-lib to --with-matlab-engine-lib to match --with-matlab-engine
Move Matlab vec test to tutorial

MacOS needs -Wl,-rpath for Matlab Engine; reorganize simplify MatlabEngine.py
Change --with-matlabengine-lib to --with-matlab-engine-lib to match --with-matlab-engine
Move Matlab vec test to tutorial directory
Add make check for Matlab engine

Commit-type: error-checking, bug-fix, portability-fix, testing-fix, style-fix

show more ...


# e7a4bfd4 02-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 2886e21f 01-May-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/maint/faster-html' into 'maint'

Faster generation of HTML pages for source code

See merge request petsc/petsc!2740


# dc907ce5 01-May-2020 Jose E. Roman <jroman@dsic.upv.es>

Faster generation of HTML pages for source code

A python replacement of `fixinclude` speeds up `make alldoc2` by a
factor of 10


# 2ff5ffd7 04-Apr-2020 Lisandro Dalcin <dalcinl@gmail.com>

docs: Keep epydoc support by invoking python2 interpreter


# c11a6a3f 27-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/more-updates-for-missing-petsc_dir'

More support for not needing to set PETSC_DIR yet build with PETSc, also...

See merge request petsc/petsc!2626


# 0e03b746 24-Mar-2020 Barry Smith <bsmith@mcs.anl.gov>

build: add more support for not needing to set PETSC_DIR yet build with PETSc, also support for GNU make to directly use "make test" instead of "make -f gmakefile.test"

Still needs -include ../petsc

build: add more support for not needing to set PETSC_DIR yet build with PETSc, also support for GNU make to directly use "make test" instead of "make -f gmakefile.test"

Still needs -include ../petscdir.mk in many of the makefiles
Still needs the link for ../petscdir.mk in many directories

GNUMakefile: call legacy makefile recursively instead of including it

GNUMakefile: promote default "all" target; "libs" builds libpetsc*

GNUMakefile: If gnumake < 4.2 prefer makefile wrapper interface over direct gmakefile interface to avoid the following warnings

gmakefile.test:92: arch-ci-linux-cxx-cmplx-pkgs-64idx/tests/testfiles: No such file or directory
gmakefile:67: arch-ci-linux-cxx-cmplx-pkgs-64idx/lib/petsc/conf/files: No such file or directory

Commit-type: testing-fix, feature, usability
Thanks-to: Jed Brown jed@jedbrown.org

show more ...


# 9dc600ab 26-Mar-2020 Jed Brown <jed@jedbrown.org>

Merge branch 'psanan/docs-sphinx-dev-manual' into 'master'

Add Sphinx docs and port Developers Manual

See merge request petsc/petsc!2598


# 57f2196e 25-Mar-2020 Patrick Sanan <patrick.sanan@gmail.com>

Docs: remove LaTeX dev manual

Replace links to it to with links to
https://docs.petsc.org/en/latest/developers/index.html


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


# 72197441 16-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2019-12-14/AMReX' into 'master'

Add --download-amrex add example that tests PETSc with AMReX

See merge request petsc/petsc!2395


# 4e4a1d08 16-Dec-2019 Barry Smith <bsmith@mcs.anl.gov>

Add --download-amrex add example that tests PETSc with AMReX

Commit-type: feature, example
Funded-by: ECP
Project: PETSc-AMReX

Update cmake to 3.15.6 for amrex


# bead7c79 14-Mar-2020 Jed Brown <jed-gitlab@jedbrown.org>

Merge branch 'stefanozampini/fix-snescomposite-update' into 'master'

Fix update vector in SNESCOMPOSITE

See merge request petsc/petsc!2582


# a23736ba 07-Mar-2020 Stefano Zampini <stefano.zampini@gmail.com>

make allgtags: $PETSC_DIR/bin not present


# a09a5412 22-Jan-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/feature-hpddm-cleanup' into 'master'

HPDDM cleanup

See merge request petsc/petsc!2434


# cab5ea25 18-Jan-2020 Pierre Jolivet <pierre.jolivet@enseeiht.fr>

General PETSc fixes

* make generatefortranstubs.py handle .cxx
* bump HPDDM version + minor hypre cleaning


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

Merge remote-tracking branch 'origin/maint'


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

Merge branch 'barry/2019-12-19/fix-makefile-compile-output' into 'master'

when clanguage=c++ 1) don't error printing mpi.h path 2) print proper C...

See merge request petsc/petsc!2409


# f5718a65 21-Dec-2019 Barry Smith <bsmith@mcs.anl.gov>

when clanguage=c++ 1) don't error printing mpi.h path 2) print proper C compiler 3) print message indicating clanguage=c++

Commit-type: bug-fix, feature
Reported-by: Lisandro Dalcin <dalcinl@gmail.c

when clanguage=c++ 1) don't error printing mpi.h path 2) print proper C compiler 3) print message indicating clanguage=c++

Commit-type: bug-fix, feature
Reported-by: Lisandro Dalcin <dalcinl@gmail.com>

show more ...


# 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


# ccbe3378 26-Nov-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/update-suitesparse' into 'master'

Update SuiteSparse to use github releases + fixes to SBAIJ hermitian complex case

See merge request petsc/petsc!2305


# 8888e2d2 17-Nov-2019 Stefano Zampini <stefano.zampini@gmail.com>

Add suitesparse to make check


1...<<11121314151617181920>>...66