<?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 externalpackagesdir.py</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>a275d695918c70f398ddcaf8dc549cd4eb487631 - Merge branch &apos;barry/2022-06-19/improve-configure-logs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/PETSc/options/externalpackagesdir.py#a275d695918c70f398ddcaf8dc549cd4eb487631</link>
        <description>Merge branch &apos;barry/2022-06-19/improve-configure-logs&apos; into &apos;main&apos;Remove some confusing and unneeded noise output in configure.logSee merge request petsc/petsc!5352

            List of files:
            /petsc/config/PETSc/options/externalpackagesdir.py</description>
        <pubDate>Mon, 27 Jun 2022 19:03:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7b65ca21b2b9b366f4246f381bb20ef06298501e - Remove some confusing and unneeded noise output in configure.log</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/PETSc/options/externalpackagesdir.py#7b65ca21b2b9b366f4246f381bb20ef06298501e</link>
        <description>Remove some confusing and unneeded noise output in configure.logadd missing doc for many configure methods so that configure.log has clear explanation for more tests it runsCommit-type: configure, usability/spend 2h

            List of files:
            /petsc/config/PETSc/options/externalpackagesdir.py</description>
        <pubDate>Sun, 19 Jun 2022 20:09:27 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dc712ac526acc24c4bddaed7ce3cefd3b954f616 - Merge branch &apos;jolivet/housekeeping-buildsystem&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/PETSc/options/externalpackagesdir.py#dc712ac526acc24c4bddaed7ce3cefd3b954f616</link>
        <description>Merge branch &apos;jolivet/housekeeping-buildsystem&apos; into &apos;main&apos;configure: further improve logPrintBox() + cleanupSee merge request petsc/petsc!5132

            List of files:
            /petsc/config/PETSc/options/externalpackagesdir.py</description>
        <pubDate>Wed, 20 Apr 2022 01:13:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d1b3ee289116af54fe925b17aa1669dfbeedfe1b - configure: further improve logPrintBox()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/PETSc/options/externalpackagesdir.py#d1b3ee289116af54fe925b17aa1669dfbeedfe1b</link>
        <description>configure: further improve logPrintBox()- add logPrintWarning()- make logPrintBox() add newlines after each printed line- make logPrintBox() properly handle truncated paths

            List of files:
            /petsc/config/PETSc/options/externalpackagesdir.py</description>
        <pubDate>Sun, 17 Apr 2022 15:54:26 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3aa2d9e3a17455108487be9a174c0f069d9014ad - Merge branch &apos;barry/fix-nonew-notcollective/maint&apos; into jed/mat-assembly-perf</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/PETSc/options/externalpackagesdir.py#3aa2d9e3a17455108487be9a174c0f069d9014ad</link>
        <description>Merge branch &apos;barry/fix-nonew-notcollective/maint&apos; into jed/mat-assembly-perfJed this fucking 6+ month running thing in next that is not in master is a royal fucking pain in the ass andan abuse of git. I think it is not justified to ever have anything in next for more than a few weeks at most.Either take it out of next if it is broken or put it in master if it is not broken. Hanging around in next butnot master for ever is not a good policy.

            List of files:
            /petsc/config/PETSc/options/externalpackagesdir.py</description>
        <pubDate>Sat, 15 Aug 2015 01:10:07 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e1b06f76ad35ce2a89fc667d1feb3b2de35f6e0a - Merge branch &apos;master&apos; into knepley/solkx</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/PETSc/options/externalpackagesdir.py#e1b06f76ad35ce2a89fc667d1feb3b2de35f6e0a</link>
        <description>Merge branch &apos;master&apos; into knepley/solkx* master: (6933 commits)  Bib: Added reference  Includegraph: Updated for compatibility with new folder layout.  Add SNESLineSearchReason to fortran includes Also truncate names to fit 32 char fortran limit  fix compile warnings /usr/home/balay/petsc.clone-2/src/vec/vec/interface/vector.c:1944: warning: division by zero in &apos;1.0e+0 / 0.&apos; /usr/home/balay/petsc.clone-2/src/ksp/ksp/interface/itfunc.c:508: warning: &apos;vec_rhs&apos; may be used uninitialized in this function  updated output for new trust region initial size  initial size of the trust region is set as a percent of the norm of the initial guess, it should not be related to the initial norm of the function (which is kind of nuts).  The default bounds for SNESVISetVariableBounds() in the manual page were reversed from correct values  Bib: Added refs  Bib: Update MPICH webpage  Plex: Forgot to close file  removed nonexistent ex46f from makefile test rule  Revert &quot;fixed bad merge into master&quot;  fixed bad merge into master  fix memory leak in mkl_pardiso fix some formatting in mkl_pardiso code  mv runex111 from TESTEXAMPLES_C to TESTEXAMPLES_DATAFILESPATH  Mat+Doc: More Fortran docs  Plex ex3: Run tests with the correct number of field components  Bib: Added TetGen cite  parmetis: make sure &apos;ldd libparmetis.so&apos; points to the correct libmetis.so that its linked with.  small fix as reported by the nightly test  ...Conflicts:	config/builder.py

            List of files:
            /petsc/config/PETSc/options/externalpackagesdir.py</description>
        <pubDate>Wed, 20 May 2015 13:47:27 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>898446f941de989eb59a155860a54be7cc14d054 - Merge branch &apos;master&apos; into shri/ts-is-for-differential-variables</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/PETSc/options/externalpackagesdir.py#898446f941de989eb59a155860a54be7cc14d054</link>
        <description>Merge branch &apos;master&apos; into shri/ts-is-for-differential-variablesConflicts:	include/petsc-private/tsimpl.h	src/ts/impls/eimex/eimex.c	src/ts/interface/ts.c

            List of files:
            /petsc/config/PETSc/options/externalpackagesdir.py</description>
        <pubDate>Wed, 11 Mar 2015 04:17:30 +0000</pubDate>
        <dc:creator>Shri Abhyankar &lt;abhyshr@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f2dee214e9786e57c32a0a7e0b16d5e8ff4abb42 - Merge branch &apos;master&apos; into jed/chem</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/PETSc/options/externalpackagesdir.py#f2dee214e9786e57c32a0a7e0b16d5e8ff4abb42</link>
        <description>Merge branch &apos;master&apos; into jed/chemNote merging a branch with good stuff in it for a year and a half is insane!Conflicts:	src/ts/examples/tutorials/makefile	src/ts/interface/ts.c

            List of files:
            /petsc/config/PETSc/options/externalpackagesdir.py</description>
        <pubDate>Fri, 06 Mar 2015 00:10:44 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a197972ac2354be954b7aae623d40f6de50a3e72 - Merge branch &apos;master&apos; into barry/saws-options-merge-master</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/PETSc/options/externalpackagesdir.py#a197972ac2354be954b7aae623d40f6de50a3e72</link>
        <description>Merge branch &apos;master&apos; into barry/saws-options-merge-masterTotally confusing manual merge, could be wrongConflicts:	include/petscoptions.h	src/dm/impls/da/dacreate.c	src/sys/objects/aoptions.c	src/sys/threadcomm/interface/threadcomm.c

            List of files:
            /petsc/config/PETSc/options/externalpackagesdir.py</description>
        <pubDate>Wed, 11 Feb 2015 21:58:15 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5070577325e1232aef37d5e5c67a58c4178cd37f - Merge branch &apos;master&apos; into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/PETSc/options/externalpackagesdir.py#5070577325e1232aef37d5e5c67a58c4178cd37f</link>
        <description>Merge branch &apos;master&apos; into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoadManual merge of makefileConflicts:	src/sys/classes/viewer/examples/tutorials/makefile

            List of files:
            /petsc/config/PETSc/options/externalpackagesdir.py</description>
        <pubDate>Tue, 10 Feb 2015 02:59:16 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b486a86aa3d2f09cd1a3c60948f7df67fba59fb3 - Merge branch &apos;master&apos; into knepley/fix-configure-petsc-dep</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/PETSc/options/externalpackagesdir.py#b486a86aa3d2f09cd1a3c60948f7df67fba59fb3</link>
        <description>Merge branch &apos;master&apos; into knepley/fix-configure-petsc-dep* master: (210 commits)  error out on special cases where DMLocalToGlobal_DA won&apos;t work  remove unneed uses of local DM vectors and DMLocalToGlobalBegin/End in examples removed to prevent cut and paste repeats of their use  openmpi: update to version 1.8.3  added more movies and pubs  more movies  MatGetDiagonalBlock() can be called before matrix is assembled  added a couple more movies/images  PetscLogEventGetId() was missing public prototype  simply output from make streams benchmark test  c2html: fixup so that C2HTML make variable is set [similar to cmake.py]  chaco: current blas test does&apos;nt work with Cray CC [which automatically links with blas] and linux - where -lm needs to be listed explicitly. Switch the test to check if we are using PETSc modifled chaco  builddist: always install c2html/sowing  argonne logo for users manual cover  Remove PETSC_HAVE_CUSP_SMOOTHED_AGGREGATION, use PETSC_HAVE_CUSP instead.  mpich: use older tarball with cygwin/gnu compilers  updated information about packages PETSc can use in users manual  Updated users manual to latest ANL Report format requirements  mpich: update to mpich-3.1.3.tar.gz - remove -download-mpich-mpe [mpich no longer packages mpe] - remove -download-mpich-shared. It was added as a split from --with-mpi-shared to --known-mpi-shared and --download-mpich-shared in 50237a55163f90ac7341b723c6422dfa1dbce792 removing this gives back the control of shared=0/1 to package.py - remove download_solaris as the new tarball works with both gcov and on solaris - remove MPICHInstall() [and use GNUPackage.Install()] as the new tarball fixes &apos;make clean&apos; requiring sudo  added more images and PETSc pubs  Doc: More refs  ...

            List of files:
            /petsc/config/PETSc/options/externalpackagesdir.py</description>
        <pubDate>Mon, 13 Oct 2014 14:38:56 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d1d0ca2f3802d948f25f8d1d2393bdaa336efd2f - Merge branch &apos;barry/remove-sidl&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/PETSc/options/externalpackagesdir.py#d1d0ca2f3802d948f25f8d1d2393bdaa336efd2f</link>
        <description>Merge branch &apos;barry/remove-sidl&apos;

            List of files:
            /petsc/config/PETSc/options/externalpackagesdir.py</description>
        <pubDate>Fri, 10 Oct 2014 16:38:04 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9d310bb76ceaf4434dd2e79465b7666f9cb0876a - reorge of PETSc &quot;utilities&quot; config files into &quot;options&quot; since all of these are user setable options</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/config/PETSc/options/externalpackagesdir.py#9d310bb76ceaf4434dd2e79465b7666f9cb0876a</link>
        <description>reorge of PETSc &quot;utilities&quot; config files into &quot;options&quot; since all of these are user setable options

            List of files:
            /petsc/config/PETSc/options/externalpackagesdir.py</description>
        <pubDate>Wed, 01 Oct 2014 20:39:21 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
