<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in configure.py</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>58256f306a3b839fcaddd686dc61d2820e658499 - Merge branch &apos;jose/configure-split-slepc4py&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#58256f306a3b839fcaddd686dc61d2820e658499</link>
        <description>Merge branch &apos;jose/configure-split-slepc4py&apos; into &apos;main&apos;configure: split slepc4py into a separate packageSee merge request petsc/petsc!8982

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Tue, 03 Feb 2026 06:51:54 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cbf5dfeea9979a6b875b4219f212127fc6ab412f - configure: split slepc4py into a separate package</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#cbf5dfeea9979a6b875b4219f212127fc6ab412f</link>
        <description>configure: split slepc4py into a separate package

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Wed, 28 Jan 2026 15:41:41 +0000</pubDate>
        <dc:creator>Jose E. Roman &lt;jroman@dsic.upv.es&gt;</dc:creator>
    </item>
<item>
        <title>7b5fd022a6ba26727040df7457b27566b4c6742d - Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#7b5fd022a6ba26727040df7457b27566b4c6742d</link>
        <description>Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;Minor housekeepingSee merge request petsc/petsc!8811

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Tue, 28 Oct 2025 13:36:29 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ab701a13729552d5c5ef588d660fdd88f1a8bdd2 - checkbadSource: check style of config/*</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#ab701a13729552d5c5ef588d660fdd88f1a8bdd2</link>
        <description>checkbadSource: check style of config/*

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Mon, 27 Oct 2025 09:39:40 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>115191fa372e37eb186af350f6e9b976342a0711 - Merge branch &apos;barry/2025-05-28/improve-configure-python-package-support&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#115191fa372e37eb186af350f6e9b976342a0711</link>
        <description>Merge branch &apos;barry/2025-05-28/improve-configure-python-package-support&apos; into &apos;main&apos;Add support to PythonPackage() for --with-xxx and --with-xxx-dirSee merge request petsc/petsc!8446

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Wed, 02 Jul 2025 16:47:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>09e8478ff92b80bf4d14bd999c1117e9ad0a2f66 - Add support to PythonPackage() for --with-xxx and --with-xxx-dir</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#09e8478ff92b80bf4d14bd999c1117e9ad0a2f66</link>
        <description>Add support to PythonPackage() for --with-xxx and --with-xxx-dirCMake packages that have the file pyproject.toml in their root direct also get an automatic pip install.PythonPackage can now list an explicit version number with self.version

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Thu, 29 May 2025 02:08:12 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>09b68a49ed2854d1e4985cc2aa6af33c7c4e69b3 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#09b68a49ed2854d1e4985cc2aa6af33c7c4e69b3</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Fri, 04 Apr 2025 16:52:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e80aff1c6c3c5b0d2b2c91d72667105d74682974 - Merge branch &apos;jolivet/fix-petsc-case&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#e80aff1c6c3c5b0d2b2c91d72667105d74682974</link>
        <description>Merge branch &apos;jolivet/fix-petsc-case&apos; into &apos;release&apos;Fix wrong case for PETScSee merge request petsc/petsc!8266

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Thu, 03 Apr 2025 20:58:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f0b74427b291237450348b8514d67555ad08bce6 - Fix wrong case for PETSc</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#f0b74427b291237450348b8514d67555ad08bce6</link>
        <description>Fix wrong case for PETSc

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Tue, 01 Apr 2025 19:15:23 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>5a236de668401f703e133ea891e0305529ed6f83 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#5a236de668401f703e133ea891e0305529ed6f83</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/config/configure.py</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>f3b83a66d09f36ae1341a60da5eda5706e5adcba - Merge branch &apos;barry/2024-10-17/useful-error-message-missing-setuptools/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#f3b83a66d09f36ae1341a60da5eda5706e5adcba</link>
        <description>Merge branch &apos;barry/2024-10-17/useful-error-message-missing-setuptools/release&apos; into &apos;release&apos;python-3.12 removed distutils, and suggests using it from setuptoolsSee merge request petsc/petsc!7951

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Mon, 21 Oct 2024 13:59:31 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c4a4d5b1c7d85f8a77640315f9201f0dd97b0f89 - Have better boxed errors for some messages</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#c4a4d5b1c7d85f8a77640315f9201f0dd97b0f89</link>
        <description>Have better boxed errors for some messages

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Fri, 18 Oct 2024 02:42:57 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6e57e0df90fbcccf2ac9cb5c3b648faf3c6d1a4d - Merge branch &apos;balay/win32fe_cl&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#6e57e0df90fbcccf2ac9cb5c3b648faf3c6d1a4d</link>
        <description>Merge branch &apos;balay/win32fe_cl&apos; into &apos;main&apos;win32fe:  rename wrapper scripts &apos;win_cl&apos; to &apos;win32fe_cl&apos; , and add in support for OneAPI compilers icx, ifxSee merge request petsc/petsc!7321

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Sun, 25 Feb 2024 10:19:26 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5a5615ada727257633848207d2691bc9ae612e92 - Intel oneAPI: add support for icx and ifx on Microsoft Windows along with win32fe_icx and win32fe_ifx wrappers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#5a5615ada727257633848207d2691bc9ae612e92</link>
        <description>Intel oneAPI: add support for icx and ifx on Microsoft Windows along with win32fe_icx and win32fe_ifx wrappersCurrently ifx lacks support for DLLEXPORT - hence can be used only with --with-shared-libraries=0

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Sat, 24 Feb 2024 10:43:54 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7d7394c241db9da0db88dccc5ca6f010f02c1a02 - win32fe: rename wrapper scripts &apos;win_cl&apos; to &apos;win32fe_cl&apos; (and similar)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#7d7394c241db9da0db88dccc5ca6f010f02c1a02</link>
        <description>win32fe: rename wrapper scripts &apos;win_cl&apos; to &apos;win32fe_cl&apos; (and similar)

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Sat, 24 Feb 2024 04:44:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ef631a6457977141c94e81caa6dcb162930271d7 - Merge branch &apos;barry/2023-04-14/check-for-conda-on-failure&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#ef631a6457977141c94e81caa6dcb162930271d7</link>
        <description>Merge branch &apos;barry/2023-04-14/check-for-conda-on-failure&apos; into &apos;main&apos;If configure fails and Conda is running possibly print additional helpful textSee merge request petsc/petsc!6332

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Thu, 20 Apr 2023 05:18:26 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7e4ff15636d73b48132c541226c34b9391fa863e - If configure fails and Conda is running print useful information in error message</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#7e4ff15636d73b48132c541226c34b9391fa863e</link>
        <description>If configure fails and Conda is running print useful information in error messageIn other words it automatically prints what we would send in our first email after looking atconfigure.logSatish may suggest tempering the wordingCommit-type: configure, build, debugability

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Fri, 14 Apr 2023 20:55:46 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>52c44e20e106daf44e3b5c7616463ad39339427b - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#52c44e20e106daf44e3b5c7616463ad39339427b</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Fri, 17 Feb 2023 22:34:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bacc47f966aed2ebdacfba3f67fbd1e4655cf173 - Merge branch &apos;jacobf/2023-02-16/fix-banner-length-undefined/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#bacc47f966aed2ebdacfba3f67fbd1e4655cf173</link>
        <description>Merge branch &apos;jacobf/2023-02-16/fix-banner-length-undefined/release&apos; into &apos;release&apos;Fix configure.py: name &apos;banner_length&apos; is not definedSee merge request petsc/petsc!6077

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Thu, 16 Feb 2023 20:53:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6a1f9e424ed2b09914f5f6d409773364c824e7a2 - Fix configure.py: name &apos;banner_length&apos; is not defined</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/configure.py#6a1f9e424ed2b09914f5f6d409773364c824e7a2</link>
        <description>Fix configure.py: name &apos;banner_length&apos; is not defined

            List of files:
            /petsc/config/configure.py</description>
        <pubDate>Thu, 16 Feb 2023 16:11:46 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
