<?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>b0dcfd164860a975c76f90dabf1036901aab1c4e - Merge branch &apos;barry/2025-03-20/minor-fortran-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#b0dcfd164860a975c76f90dabf1036901aab1c4e</link>
        <description>Merge branch &apos;barry/2025-03-20/minor-fortran-cleanup&apos; into &apos;main&apos;Minor cleanup of Fortran binding stuff to simplify future maintainanceSee merge request petsc/petsc!8218

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Sun, 23 Mar 2025 00:45:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6dd63270497ad23dcf16ae500a87ff2b2a0b7474 - Minor cleanup of Fortran binding stuff to simplify future maintainance</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#6dd63270497ad23dcf16ae500a87ff2b2a0b7474</link>
        <description>Minor cleanup of Fortran binding stuff to simplify future maintainanceThere is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90impl.h files. Also move uses of f90 to ftn when simple

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Thu, 20 Mar 2025 13:06:44 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>60259892a0f1a0c79f29a82ea84d4791e87cbca3 - Merge branch &apos;barry/2023-12-22/rm-libbase&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#60259892a0f1a0c79f29a82ea84d4791e87cbca3</link>
        <description>Merge branch &apos;barry/2023-12-22/rm-libbase&apos; into &apos;main&apos;LIBBASE is no longer used in make so remove itSee merge request petsc/petsc!7139

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Tue, 26 Dec 2023 15:56:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9140fee14acbea959c6ed74f4836a1a89f708038 - LIBBASE is no longer used in make so remove it</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#9140fee14acbea959c6ed74f4836a1a89f708038</link>
        <description>LIBBASE is no longer used in make so remove it

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Fri, 22 Dec 2023 20:28:24 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>360cdf6b7b634fd407597d4111f54d1e9fdca075 - Merge branch &apos;barry/2023-10-25/rename-rules-doc&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#360cdf6b7b634fd407597d4111f54d1e9fdca075</link>
        <description>Merge branch &apos;barry/2023-10-25/rename-rules-doc&apos; into &apos;main&apos;Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.See merge request petsc/petsc!6965

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Sat, 28 Oct 2023 15:06:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cb5db2414029547a5ccf00a1710ee072432a08af - Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#cb5db2414029547a5ccf00a1710ee072432a08af</link>
        <description>Rename rules.doc and rules.utils because GitLab treats the former as a MS Word document.Thanks-to: Jed Brown

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Wed, 25 Oct 2023 18:23:41 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>723b7f2932ad72ff173311303d3777e2abf985a5 - Merge branch &apos;barry/2023-06-15/add-fortran-file-viewer&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#723b7f2932ad72ff173311303d3777e2abf985a5</link>
        <description>Merge branch &apos;barry/2023-06-15/add-fortran-file-viewer&apos; into &apos;main&apos;Allow one to attach a PETSCVIEWERASCII to a Fortran file unitSee merge request petsc/petsc!6607

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Wed, 05 Jul 2023 23:56:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fbf9dbe564678ed6eff1806adbc4c4f01b9743f4 - HAVE_FORTRAN should be USE_FORTRAN_BINDINGS since it is about generating the Fortran bindings, not about if the Fortran compiler exists</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#fbf9dbe564678ed6eff1806adbc4c4f01b9743f4</link>
        <description>HAVE_FORTRAN should be USE_FORTRAN_BINDINGS since it is about generating the Fortran bindings, not about if the Fortran compiler exists

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Fri, 16 Jun 2023 02:04:27 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@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/dm/impls/composite/ftn-custom/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/dm/impls/composite/ftn-custom/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>aeb908f09df1cf954966007cec6324369d3f3f90 - non-test and tutorial makefiles only need rules.doc not the full rules</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#aeb908f09df1cf954966007cec6324369d3f3f90</link>
        <description>non-test and tutorial makefiles only need rules.doc not the full rulesCommit-type: documentation

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Sat, 18 Mar 2023 20:42:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>27f49a208b01d2e827ab9db411a2d16003fe9262 - Only makefiles in the test and tutorial directories need lib/petsc/conf/test</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#27f49a208b01d2e827ab9db411a2d16003fe9262</link>
        <description>Only makefiles in the test and tutorial directories need lib/petsc/conf/testCommit-type: housekeeping

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Sat, 18 Mar 2023 02:46:57 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6a84ff42bdbe05fefc02667e204ee7ed04d7128e - Merge branch &apos;barry/2023-03-14/rm-sourceh-from-makefiles&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#6a84ff42bdbe05fefc02667e204ee7ed04d7128e</link>
        <description>Merge branch &apos;barry/2023-03-14/rm-sourceh-from-makefiles&apos; into &apos;main&apos;Remove unneeded SOURCE* from makefilesSee merge request petsc/petsc!6186

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Fri, 17 Mar 2023 22:20:59 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>69f65dfb176f3d3e756fc44d2300fd6791726976 - Remove now unneeded SOURCE* variables from makefiles</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#69f65dfb176f3d3e756fc44d2300fd6791726976</link>
        <description>Remove now unneeded SOURCE* variables from makefilesCommit-type: configure, housekeeping

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Tue, 14 Mar 2023 18:21:53 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>850ff99a9e58591ec440ff8d4284c27143984f06 - Merge branch &apos;jolivet/follow-up-6107-6113&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#850ff99a9e58591ec440ff8d4284c27143984f06</link>
        <description>Merge branch &apos;jolivet/follow-up-6107-6113&apos; into &apos;main&apos;Remove unneeded (empty) makefile variablesSee merge request petsc/petsc!6132

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Thu, 09 Mar 2023 05:26:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c8c5c547f526914c69472d8cade615559dc64129 - Remove empty preprocessor variables</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#c8c5c547f526914c69472d8cade615559dc64129</link>
        <description>Remove empty preprocessor variables

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Thu, 02 Mar 2023 06:19:36 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/dm/impls/composite/ftn-custom/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/dm/impls/composite/ftn-custom/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/dm/impls/composite/ftn-custom/makefile#21e3ffae2f3b73c0bd738cf6d0a809700fc04bb0</link>
        <description>Remove unneeded declarations of LOCDIR from all the makefilesCommit-type:documentation

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/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>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/dm/impls/composite/ftn-custom/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/dm/impls/composite/ftn-custom/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>f97672e55eacc8688507b9471cd7ec2664d7f203 - remove garbage from makefiles</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/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/dm/impls/composite/ftn-custom/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>7ea10ee11db2e07e7f75d402c9c0eb0db5382105 - Merge remote-tracking branch &apos;origin/maint&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/composite/ftn-custom/makefile#7ea10ee11db2e07e7f75d402c9c0eb0db5382105</link>
        <description>Merge remote-tracking branch &apos;origin/maint&apos;

            List of files:
            /petsc/src/dm/impls/composite/ftn-custom/makefile</description>
        <pubDate>Thu, 07 May 2020 15:48:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
