<?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>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/plex/hdf5/makefile#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/src/dm/impls/plex/hdf5/makefile</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce78bad369055609e946c9d2c25ea67a45873e27 - Fortran 90: fully embrace After 34 years!</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/plex/hdf5/makefile#ce78bad369055609e946c9d2c25ea67a45873e27</link>
        <description>Fortran 90: fully embrace After 34 years!- deprecate use of &apos;F90&apos; in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/src/dm/impls/plex/hdf5/makefile</description>
        <pubDate>Thu, 20 Feb 2025 06:12:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&gt;</dc:creator>
    </item>
<item>
        <title>5a236de668401f703e133ea891e0305529ed6f83 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/plex/hdf5/makefile#5a236de668401f703e133ea891e0305529ed6f83</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/dm/impls/plex/hdf5/makefile</description>
        <pubDate>Mon, 21 Oct 2024 15:10:28 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6d20ba33a16d979a41355fce7d28d2a59649561b - Merge branch &apos;jose/release/linker-warnings&apos; into &apos;release&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/plex/hdf5/makefile#6d20ba33a16d979a41355fce7d28d2a59649561b</link>
        <description>Merge branch &apos;jose/release/linker-warnings&apos; into &apos;release&apos;Fix ranlib warnings &apos;file has no symbols&apos;See merge request petsc/petsc!7953

            List of files:
            /petsc/src/dm/impls/plex/hdf5/makefile</description>
        <pubDate>Mon, 21 Oct 2024 14:02:30 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2e1d0745e031e9eda42a183866b5a94ccb2b4e44 - Fix ranlib warnings &apos;file has no symbols&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/dm/impls/plex/hdf5/makefile#2e1d0745e031e9eda42a183866b5a94ccb2b4e44</link>
        <description>Fix ranlib warnings &apos;file has no symbols&apos;These warnings appear in macOS when configured --with-shared-libraries=0/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(sectionhdf5.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(zhdf5io.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(hdf5io.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(aijhdf5.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(baijfact81.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(densehdf5.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(feceed.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(fvceed.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: arch-darwin-c-debug-noshared/lib/libpetsc.a(plexhdf5xdmf.o) has no symbolsIncludes the removal of unnecessary custom fortran stubs.

            List of files:
            /petsc/src/dm/impls/plex/hdf5/makefile</description>
        <pubDate>Sat, 19 Oct 2024 10:11:25 +0000</pubDate>
        <dc:creator>Jose E. Roman &lt;jroman@dsic.upv.es&gt;</dc:creator>
    </item>
</channel>
</rss>
