History log of /petsc/gmakefile (Results 101 – 125 of 401)
Revision Date Author Comments
# aa11c055 20-Apr-2020 Satish Balay <balay@mcs.anl.gov>

mingw: automatically use -Dpetsc_EXPORTS flag when building shared libraries

Ref: https://gitlab.com/petsc/petsc/-/issues/611


# a742fcfe 02-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# c49c71dd 02-Apr-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'scott/globsearch-long-arg' into 'maint'

Fixing the too many args problem

See merge request petsc/petsc!2663


# 5b6dee57 02-Apr-2020 Scott Kruger <scott.e.kruger@gmail.com>

Fixing the too many args problem

PETSc now has so many tests that the globsearch which used a python
one-liner with the testlist coming in from stdin was failing. This
upgrades the query_tests.py s

Fixing the too many args problem

PETSc now has so many tests that the globsearch which used a python
one-liner with the testlist coming in from stdin was failing. This
upgrades the query_tests.py script to enable doing the glob-style
searching on just the names.

make: use $(info) instead of echo to work with large line lengths

show more ...


# 39126ccf 29-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/prefix-build-fixes' into 'master'

build: fixes for prefix build (and make check) from Jed

See merge request petsc/petsc!2651


# fca490e6 28-Mar-2020 Satish Balay <balay@mcs.anl.gov>

build: fixes for prefix build (and make check) from Jed


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


# f1aa628f 18-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/balay/ftn-updates'

Balay/ftn updates

See merge request petsc/petsc!2528


# c96caacc 11-Feb-2020 Satish Balay <balay@mcs.anl.gov>

rename all petsc .F sources to .F90

[this prevents issue like processing include files like mpif.h as f77 fixed source that can cause grief with -i8 build with mpich]


# 099d8087 14-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 398eebba 14-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-make-do-not-ignore-error-from-gmakegentest/maint' into 'maint'

ci: fix gmakefiles not to ignore errors from gmakegentest.py [and gmakegen.py]...

See merge request petsc/pets

Merge branch 'balay/fix-make-do-not-ignore-error-from-gmakegentest/maint' into 'maint'

ci: fix gmakefiles not to ignore errors from gmakegentest.py [and gmakegen.py]...

See merge request petsc/petsc!2525

show more ...


# 336d78f1 13-Feb-2020 Satish Balay <balay@mcs.anl.gov>

ci: fix gmakefiles not to ignore errors from gmakegentest.py [and gmakegen.py] - otherwise CI thinks the job is a success.

And avoid errors with old make - when the files are not yet generated.

gma

ci: fix gmakefiles not to ignore errors from gmakegentest.py [and gmakegen.py] - otherwise CI thinks the job is a success.

And avoid errors with old make - when the files are not yet generated.

gmakefile.test:87: arch-ci-linux-ILP64/tests/testfiles: No such file or directory
gmakefile:65: arch-ci-linux-ILP64/lib/petsc/conf/files: No such file or directory
/usr/bin/python ./config/gmakegen.py --petsc-arch=arch-ci-linux-ILP64
/usr/bin/python /scratch/svcpetsc/glci-builds/GXbQf6e_/0/petsc/petsc/config/gmakegentest.py --petsc-dir=/scratch/svcpetsc/glci-builds/GXbQf6e_/0/petsc/petsc --petsc-arch=arch-ci-linux-ILP64 --testdir=./arch-ci-linux-ILP64/tests

show more ...


# 03be88a6 12-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# cdb009e6 12-Feb-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-gmake4.3/maint' into 'maint'

build: fix warning with gnumake-4.3 feature change

See merge request petsc/petsc!2517


# ca515531 12-Feb-2020 Satish Balay <balay@mcs.anl.gov>

build: fix warning with gnumake-4.3 feature change

awk: cmd. line:1: warning: regexp escape sequence `\#' is not a known regexp operator

Reported-by: Jacob Faibussowitsch <jacob.fai@gmail.com>
Diag

build: fix warning with gnumake-4.3 feature change

awk: cmd. line:1: warning: regexp escape sequence `\#' is not a known regexp operator

Reported-by: Jacob Faibussowitsch <jacob.fai@gmail.com>
Diagnosed-by: Jed Brown <jed@jedbrown.org>

show more ...


# cac94566 24-Jul-2019 Karl Rupp <me@karlrupp.net>

Merge branch 'jed/gmakefile-include-by-goals' [PR #1905]

* jed/gmakefile-include-by-goals:
gmakefile: skip including generated files when MAKECMDGOALS is clean*


# 535b694a 24-Jul-2019 Jed Brown <jed@jedbrown.org>

gmakefile: skip including generated files when MAKECMDGOALS is clean*

Suggested-by: Barry Smith <bsmith@mcs.anl.gov>


# e752bd28 07-Apr-2019 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 82e6ebe8 07-Apr-2019 Jed Brown <jed@59a2.org>

Merged in jed/gmakefile-include-prereq/maint (pull request #1512)

gmakefile: include gmakefile.test prior to generated prereq

Approved-by: Matthew Knepley <knepley@gmail.com>


# 3e5c5acd 05-Apr-2019 Jed Brown <jed@jedbrown.org>

gmakefile: include gmakefile.test prior to generated prereq

This is needed for $(petscvariables) and $(petscconf) to be seen by the
rule that builds $(generated).


# b0f52d29 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# a1a5ab92 28-Jan-2019 Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local>

Merge branch 'master' into jpusztay/feature-swarm-symplectic-example


# 940dfb0a 28-Jan-2019 Joseph Pusztay <josephpu@buffalo.edu>

Merged petsc/petsc into master


# 30faf514 27-Jan-2019 m_diehl <m.diehl@mpie.de>

Merged petsc/petsc into master


12345678910>>...17