<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>1d892be3460ec4348231a75d11d7e35255a787bb - Merge branch &apos;jolivet/fix-cmd-line-precedence&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#1d892be3460ec4348231a75d11d7e35255a787bb</link>
        <description>Merge branch &apos;jolivet/fix-cmd-line-precedence&apos; into &apos;main&apos;make: add PRELIBS and LIBS options similar to CPPFLAGS, CFLAGS, LDFLAGSSee merge request petsc/petsc!8167

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Sat, 01 Mar 2025 16:44:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>da4996e5b0f5ea5bcee36c2408081f808bf49bc0 - make: add explicit &apos;% : %.c&apos; target so that LINK.c target is in sync with LINK.F target &apos;% : %.F90&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#da4996e5b0f5ea5bcee36c2408081f808bf49bc0</link>
        <description>make: add explicit &apos;% : %.c&apos; target so that LINK.c target is in sync with LINK.F target &apos;% : %.F90&apos;with multiple source compile into a singe binary:- fixes Fortran example build: currently broken, due to duplicate obj-files in link command- can now use consitent obj file dependencies irrespective of C-main or Fortran-main sources- cab avoid duplicate compiles of same sources [esp with SEPARATE_COMPILE_LINK=1]

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Thu, 27 Feb 2025 19:50:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e6bb321c5bac5907bf3da34ed8e28b6c2d064a7f - Merge branch &apos;barry/2023-03-17/rm-unneeded-test-from-makefiles&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#e6bb321c5bac5907bf3da34ed8e28b6c2d064a7f</link>
        <description>Merge branch &apos;barry/2023-03-17/rm-unneeded-test-from-makefiles&apos; into &apos;main&apos;simplify/cleanup makefile systemSee merge request petsc/petsc!6201

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Sun, 26 Mar 2023 06:10:35 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>60bb51bdd9f0d09588237918e5e14f3d82e9c342 - Remove need for seperate lib/petsc/conf/test file by merging with rules file</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#60bb51bdd9f0d09588237918e5e14f3d82e9c342</link>
        <description>Remove need for seperate lib/petsc/conf/test file by merging with rules fileCommit-type: maintainability

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Sat, 18 Mar 2023 20:54:43 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>297cb52ff6a320e9a11661b9797b2e9b1020637d - Merge branch &apos;barry/2023-02-22/rm-locdir&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#297cb52ff6a320e9a11661b9797b2e9b1020637d</link>
        <description>Merge branch &apos;barry/2023-02-22/rm-locdir&apos; into &apos;main&apos;Remove need for hardwired LOCDIR in all makefilesSee merge request petsc/petsc!6113

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Wed, 01 Mar 2023 21:30:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>21e3ffae2f3b73c0bd738cf6d0a809700fc04bb0 - Remove unneeded declarations of LOCDIR from all the makefiles</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#21e3ffae2f3b73c0bd738cf6d0a809700fc04bb0</link>
        <description>Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Thu, 23 Feb 2023 19:43:23 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5c240f23b14abe6754f05f44ccd44516c2c7271b - Merge branch &apos;hongzh/benchmarks&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#5c240f23b14abe6754f05f44ccd44516c2c7271b</link>
        <description>Merge branch &apos;hongzh/benchmarks&apos; into &apos;main&apos;Initial step toward continuous benchmarkingSee merge request petsc/petsc!5641

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Wed, 26 Oct 2022 13:26:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>89928cc5142e867cb7b0dd1ff74e0acffcd6b4b5 - Add benchmark script, driver for SpMV</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#89928cc5142e867cb7b0dd1ff74e0acffcd6b4b5</link>
        <description>Add benchmark script, driver for SpMV- Support multiple mat formats- Included Kokkos- Use SSGET to download SuiteSparse matrix automatically

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Sun, 29 May 2022 19:23:07 +0000</pubDate>
        <dc:creator>Hong Zhang &lt;hongzhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1ca2173e64c952cb42702ebcb7d5d5d9bfcc1b3a - Merge branch &apos;jose/release/fix-matconjugate-lda&apos; into &apos;release&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#1ca2173e64c952cb42702ebcb7d5d5d9bfcc1b3a</link>
        <description>Merge branch &apos;jose/release/fix-matconjugate-lda&apos; into &apos;release&apos;MATSEQDENSE: fix three operations that were not considering LDASee merge request petsc/petsc!5325

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Fri, 10 Jun 2022 17:03:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>06c5243adf84d0fa86c5567284a8ca67e7df82ea - MATSEQDENSE: fix three operations that were not considering LDA</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#06c5243adf84d0fa86c5567284a8ca67e7df82ea</link>
        <description>MATSEQDENSE: fix three operations that were not considering LDA

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Thu, 09 Jun 2022 18:18:25 +0000</pubDate>
        <dc:creator>Jose E. Roman &lt;jroman@dsic.upv.es&gt;</dc:creator>
    </item>
<item>
        <title>6ffe77eaecce1557e50d00ca5347a7f48e598865 - Merge branch &apos;barry/2022-05-03/cleanup-makefiles&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#6ffe77eaecce1557e50d00ca5347a7f48e598865</link>
        <description>Merge branch &apos;barry/2022-05-03/cleanup-makefiles&apos; into &apos;main&apos;remove unneeded stuff from makefilesSee merge request petsc/petsc!5211

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Thu, 12 May 2022 21:01:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ac09b9214d23ea9ad238aa607de9fa447fd4e91b - Get values of makefile SOURCE etc from the file system instead of makefiles</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#ac09b9214d23ea9ad238aa607de9fa447fd4e91b</link>
        <description>Get values of makefile SOURCE etc from the file system instead of makefilesUse SUBMANSEC from include files for manual sections instead of the makefileUnfortunately this has to be one large commit since the changes all have to be done at onceCommit-type: docs/spend 10m

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Thu, 05 May 2022 18:17:34 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f97672e55eacc8688507b9471cd7ec2664d7f203 - remove garbage from makefiles</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#f97672e55eacc8688507b9471cd7ec2664d7f203</link>
        <description>remove garbage from makefilesIncluding  * unused FLAGS variables  * All: lib that did not work  * stray blank lines etcCommit-type: housekeeping/spend 1h

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Tue, 03 May 2022 18:17:02 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6af5b3cd703f0f3026e1a0302442058574336c7a - Merge branch &apos;barry/2020-10-08/invert-block-diagonal-aij&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#6af5b3cd703f0f3026e1a0302442058574336c7a</link>
        <description>Merge branch &apos;barry/2020-10-08/invert-block-diagonal-aij&apos; into &apos;main&apos;add MatInvertVariableBlockEnvelopeSee merge request petsc/petsc!3544

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Thu, 28 Apr 2022 20:30:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8a9c020ef9386a9599af7d232cee023eb5ec42c5 - Implement MatInvertVariableBlockEnvelope() with test example</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#8a9c020ef9386a9599af7d232cee023eb5ec42c5</link>
        <description>Implement MatInvertVariableBlockEnvelope() with test exampleCommit-type: feature, example/spend 12hReported-by: Olivier Jamond &lt;olivier.jamond@cea.fr&gt;

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Fri, 09 Oct 2020 01:45:51 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b55be68a9a44d847a0ffab13d55ce92fba03b375 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#b55be68a9a44d847a0ffab13d55ce92fba03b375</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Tue, 19 Apr 2022 18:42:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>73999a79f572f3e1f79dc4c022c11f261f65728d - Merge branch &apos;jczhang/fix-aij-matis-convert&apos; into &apos;release&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#73999a79f572f3e1f79dc4c022c11f261f65728d</link>
        <description>Merge branch &apos;jczhang/fix-aij-matis-convert&apos; into &apos;release&apos;Fix a bug when converting MATAIJ with bs &gt;1 to MATISSee merge request petsc/petsc!5140

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Tue, 19 Apr 2022 15:00:28 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ebf8cefb1cae06d418b091d452a1e78c57ee63f7 - Mat: fix a bug when converting AIJ with bs &gt;1 to MATIS</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#ebf8cefb1cae06d418b091d452a1e78c57ee63f7</link>
        <description>Mat: fix a bug when converting AIJ with bs &gt;1 to MATISReported-by: Xu Hui &lt;459543524@qq.com&gt;

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Tue, 19 Apr 2022 15:00:27 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3aa6300419c71e062c3b79f2357c12af68281a1b - Merge branch &apos;jczhang/feature-kokkos-coo&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#3aa6300419c71e062c3b79f2357c12af68281a1b</link>
        <description>Merge branch &apos;jczhang/feature-kokkos-coo&apos; into &apos;main&apos;Support MatSetValuesCOO() for AIJKOKKOS matricesSee merge request petsc/petsc!4726

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Sat, 29 Jan 2022 00:57:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>42550bec5353b99bbf937a3bdb81525a3b04a032 - MATAIJKOKKOS: support MatSetValuesCOO</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/mat/tests/makefile#42550bec5353b99bbf937a3bdb81525a3b04a032</link>
        <description>MATAIJKOKKOS: support MatSetValuesCOO

            List of files:
            /petsc/src/mat/tests/makefile</description>
        <pubDate>Mon, 17 Jan 2022 20:45:59 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
