History log of /petsc/src/dm/dt/dualspace/impls/lagrange/tests/makefile (Results 1 – 19 of 19)
Revision Date Author Comments
# 5e642da6 21-Oct-2025 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/checkbadSource' into 'main'

checkbadSource: enforce proper style in makefiles

See merge request petsc/petsc!8802


# 3f02e49b 21-Oct-2025 Pierre Jolivet <pierre@joliv.et>

checkbadSource: enforce proper style in makefiles


# 802a5182 22-Dec-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-12-21/rm-unneeded-mansec' into 'main'

Remove MANSEC from makefiles it is not needed in, tutorials and tests

See merge request petsc/petsc!7137


# 39eaa9ea 22-Dec-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove MANSEC from makefiles it is not needed in, tutorials and tests


# e6bb321c 26-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-03-17/rm-unneeded-test-from-makefiles' into 'main'

simplify/cleanup makefile system

See merge request petsc/petsc!6201


# 60bb51bd 18-Mar-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove need for seperate lib/petsc/conf/test file by merging with rules file

Commit-type: maintainability


# 297cb52f 01-Mar-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2023-02-22/rm-locdir' into 'main'

Remove need for hardwired LOCDIR in all makefiles

See merge request petsc/petsc!6113


# 21e3ffae 23-Feb-2023 Barry Smith <bsmith@mcs.anl.gov>

Remove unneeded declarations of LOCDIR from all the makefiles

Commit-type:documentation


# 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


# ac09b921 05-May-2022 Barry Smith <bsmith@mcs.anl.gov>

Get values of makefile SOURCE etc from the file system instead of makefiles

Use SUBMANSEC from include files for manual sections instead of the makefile

Unfortunately this has to be one large commi

Get values of makefile SOURCE etc from the file system instead of makefiles

Use SUBMANSEC from include files for manual sections instead of the makefile

Unfortunately this has to be one large commit since the changes all have to be done at once

Commit-type: docs
/spend 10m

show more ...


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


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

remove garbage from makefiles

Including
* unused FLAGS variables
* All: lib that did not work
* stray blank lines etc

Commit-type: housekeeping
/spend 1h


# babdfabc 18-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# 1fb6a990 16-Jun-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-06-15/fix-wwwindex-cu' into 'maint'

Fix handling of .cu files for manual pages links, LOCDIR must end in /

See merge request petsc/petsc!2874


# 3f638a0b 16-Jun-2020 Barry Smith <bsmith@mcs.anl.gov>

Fix handling of .cu files for manual pages links, LOCDIR must end in /

Commit-type: bug-fix, documentation
Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>


# 8bb017ff 30-Mar-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-dual-space-rework' into 'master'

Rework PetscDualSpace

See merge request petsc/petsc!2399


# 8a820b8e 26-Mar-2020 Toby Isaac <tisaac@cc.gatech.edu>

Add test ex1.c that cover most uses of PETSCDUALSPACELAGRANGE

Added test outputs for lagrange test ex1.c

Update outputs for changes in polytope names