<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/bilder/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/bilder/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 24 Jul 2015 17:47:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bilder/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by David Alexander</title><link>https://sourceforge.net/p/bilder/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,97 +1,3 @@
-## Welcome to Bilder! ##
-(This wiki uses [Markdown](/p/bilder/wiki/markdown_syntax/) syntax.)
+## Deprecated Wiki ##

-Bilder is a cross-platform (Linux, OS X, Windows), package management system applicable to LCFs,
-such the IBM Blue Gene and the Cray series of computers.  It automatically downloads packages,
-then configures, builds and installs them.  It can install in common areas, so that
-multiple packages can make use of the same dependency builds.
-
-### Give it a shot! ###
-
-Set up your machine as described in [Preparing your machine for Bilder].  The
-check out a repo and build.  Here are some examples.
-
-### Build ipython, scipy, tables with one command! ###
-
-This will build these packages and all of their dependencies, which are
-ipython scipy tables tornado pyzmq pyqt matplotlib hdf5 numexpr setuptools zeromq Cython qt sip numpy Python atlas clapack_cmake chrpath sqlite bzip2 lapack cmake.
-
-&amp;gt; svn checkout https://svn.code.sf.net/p/bilder/code/pypkgs/trunk pypkgs
-cd pypkgs
-./mkpypkgs.sh
-
-&lt;br /&gt;
-
-### Build the [VisIt](https://wci.llnl.gov/codes/visit/) visualization tool with one command! ###
-
-This will build VisIt and all its dependencies, which are
-visit Imaging visit_vtk qt mesa hdf5 openmpi zlib cmake bzip2.
-
-&amp;gt; svn checkout https://svn.code.sf.net/p/bilder/code/visitall/trunk visitall
-cd visitall
-./mkvisitall.sh
-
-&lt;br /&gt;
-
-### QUICK NAVIGATION: ###
-
-* [Getting Bilder]
-* [Configuring Bilder]
-* [Running Bilder]
-* [Bilder's Build Types]
-* [Bilder Hierarchy]
-* [Using Defaults Scripts]
-* [Preparing your machine for Bilder]
-* [Using Jenkins with Bilder]
-* [Bilder Architecture]
-* [Linear Algebra Libraries in Bilder]
-* [Extending Bilder]
-* [Debugging your builds]
-* [Bilder WITH IDE'S]
-
-
-### Bilder: an LCF-applicable, cross-platform, bash-based package management system ###
-
-Bilder is a meta-build or package management system, i.e., it handles updating and building of a collection of packages and projects that have dependency relationships. When one package is updated, Bilder ensures that its dependents are updated as well.
-
-&lt;br /&gt;
-### Bilder was developed to build and install large numbers of packages consistently ###
-
-As of January 16, 2012, Bilder handles multiple builds of over 150 packages, with the multiple builds being, e.g., serial, parallel, shared, or static, as needed.  The platforms include Linux, OS X, AIX, and the specialized Linuces found on the IBM Blue Gene P and the Cray XT4.  It handles the compiler sets of gcc, XL, PathScale and PGI.
-
-Bilder is not for replacing build systems.  Instead it works with the build systems that come with each package.  It supports packages with builds systems of autotools, CMake, qmake, Distutils, and the one-off builds systems of, e.g., lapack, ATLAS, and PETSc.  In essence, Bilder acts as a repository of build knowledge.
-
-&lt;br /&gt;
-### Bilder has the following characteristics ###
-
-* Build workflow automation, handling interpackage dependencies, with builds triggered when a dependency has been built.
-* Uses soft inter-package dependencies: Suppose component A depends on B, and is updated but does not build (fails or is excluded).  Attempt to build A anyway if any other dependency is rebuilt or if A is updated, as the newer A may be consistent with an existing installation of B, or A may be able to build without B.
-* Integration with version control systems.
-* Integration with testing.
-* Support for multiple OSs: Linux, OS X, Windows
-* Support for multiple compiler sets (gcc, XL, PGI, PathScale, Visual Studio)
-    * LCFs have particular preferred compilers, e.g., for which some libraries have been built
-    * Need to compare performance of code generated by different compilers
-    * Have to use built libraries  (HDF5, Lapack) when possible for performance
-* Ability to use different underlying package configuration/build systems.
-* Support for different kinds of builds (e.g., parallel, serial, static, shared) for any package.
-* Collection of build provenance information, including logging of all steps and notification using emails and dashboards.
-* Allows disabling the builds of particular packages (e.g., so that a system version will be used).
-* Parallel (multi-threaded or multi-process) builds of independent builds or packages.
-* Out of place build and installation: with defaults and also user-specified locations.
-* Defaults for all parameters on all supported platforms that can be overridden by users.
-* Integration with the Jenkins continuous integration tool.
-* Searching for packages within the installation area.
-* Isolation of general logic from specific logic and data
-    * General logic in top-level Bilder files
-    * Package specific logic and data in package files (the files in the package subdirectory)
-    * Machine specific logic and data in machine files (the files in the machines subdirectory)
-
-#### What does Bilder not handle? ####
-
-* Installing compilers
-* Probably much more
-
-
-[[project_admins]]
-[[download_button]]
+Do not add to this wiki as it is being moved!
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Alexander</dc:creator><pubDate>Fri, 24 Jul 2015 17:47:26 -0000</pubDate><guid>https://sourceforge.net224f2c3016d8920cffe58f561511f96d27610bd6</guid></item><item><title>Home modified by John R. Cary</title><link>https://sourceforge.net/p/bilder/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -65,7 +65,7 @@
 ### Bilder has the following characteristics ###

 * Build workflow automation, handling interpackage dependencies, with builds triggered when a dependency has been built.
-* Uses weak inter-package dependencies: Suppose component A depends on B, and is updated but does not build (fails or is excluded).  Attempt to build A anyway if any other dependency is rebuilt or if A is updated, as the newer A may be consistent with an existing installation of B, or A may be able to build without B.
+* Uses soft inter-package dependencies: Suppose component A depends on B, and is updated but does not build (fails or is excluded).  Attempt to build A anyway if any other dependency is rebuilt or if A is updated, as the newer A may be consistent with an existing installation of B, or A may be able to build without B.
 * Integration with version control systems.
 * Integration with testing.
 * Support for multiple OSs: Linux, OS X, Windows
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John R. Cary</dc:creator><pubDate>Mon, 14 Apr 2014 13:32:36 -0000</pubDate><guid>https://sourceforge.netea9a0fb051f78c0365574f63996dcbb45cd1f8fd</guid></item><item><title>Home modified by John R. Cary</title><link>https://sourceforge.net/p/bilder/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -16,7 +16,7 @@
 This will build these packages and all of their dependencies, which are
 ipython scipy tables tornado pyzmq pyqt matplotlib hdf5 numexpr setuptools zeromq Cython qt sip numpy Python atlas clapack_cmake chrpath sqlite bzip2 lapack cmake.

-&gt; svn checkout svn://svn.code.sf.net/p/bilder/code/pypkgs/trunk pypkgs
+&gt; svn checkout https://svn.code.sf.net/p/bilder/code/pypkgs/trunk pypkgs
 cd pypkgs
 ./mkpypkgs.sh

@@ -27,7 +27,7 @@
 This will build VisIt and all its dependencies, which are
 visit Imaging visit_vtk qt mesa hdf5 openmpi zlib cmake bzip2.

-&gt; svn checkout svn://svn.code.sf.net/p/bilder/code/visitall/trunk visitall
+&gt; svn checkout https://svn.code.sf.net/p/bilder/code/visitall/trunk visitall
 cd visitall
 ./mkvisitall.sh

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John R. Cary</dc:creator><pubDate>Thu, 04 Jul 2013 17:55:45 -0000</pubDate><guid>https://sourceforge.net10bafe6cae0e418b8e1fa4fe9503f3ed41760d50</guid></item><item><title>WikiPage Home modified by John R. Cary</title><link>https://sourceforge.net/p/bilder/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -38,7 +38,7 @@
 * [Getting Bilder]
 * [Configuring Bilder]
 * [Running Bilder]
-* [Bilder's Builds]
+* [Bilder's Build Types]
 * [Bilder Hierarchy]
 * [Using Defaults Scripts]
 * [Preparing your machine for Bilder]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John R. Cary</dc:creator><pubDate>Wed, 16 Jan 2013 16:13:01 -0000</pubDate><guid>https://sourceforge.net18f4f8f3a325a1ca12676382f62ba538efd1d4c2</guid></item><item><title>WikiPage Home modified by John R. Cary</title><link>https://sourceforge.net/p/bilder/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -38,7 +38,7 @@
 * [Getting Bilder]
 * [Configuring Bilder]
 * [Running Bilder]
-* [Bilder's Build]
+* [Bilder's Builds]
 * [Bilder Hierarchy]
 * [Using Defaults Scripts]
 * [Preparing your machine for Bilder]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John R. Cary</dc:creator><pubDate>Wed, 16 Jan 2013 16:03:37 -0000</pubDate><guid>https://sourceforge.neta70fc78459eeae8a242579e2c576b6242a034ca4</guid></item><item><title>WikiPage Home modified by John R. Cary</title><link>https://sourceforge.net/p/bilder/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -38,6 +38,7 @@
 * [Getting Bilder]
 * [Configuring Bilder]
 * [Running Bilder]
+* [Bilder's Build]
 * [Bilder Hierarchy]
 * [Using Defaults Scripts]
 * [Preparing your machine for Bilder]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John R. Cary</dc:creator><pubDate>Wed, 16 Jan 2013 16:03:11 -0000</pubDate><guid>https://sourceforge.netac76e3c45f771c8804bca66cb86b959a7c289922</guid></item><item><title>WikiPage Home modified by John R. Cary</title><link>https://sourceforge.net/p/bilder/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -14,7 +14,7 @@
 ### Build ipython, scipy, tables with one command! ###

 This will build these packages and all of their dependencies, which are
-ipython scipy tables tornado pyzmq pyqt matplotlib hdf5 numexpr setuptools zeromq Cython qt sip numpy Python atlas clapack_cmake chrpath sqlite bzip2 lapack cmake
+ipython scipy tables tornado pyzmq pyqt matplotlib hdf5 numexpr setuptools zeromq Cython qt sip numpy Python atlas clapack_cmake chrpath sqlite bzip2 lapack cmake.

 &gt; svn checkout svn://svn.code.sf.net/p/bilder/code/pypkgs/trunk pypkgs
 cd pypkgs
@@ -25,7 +25,7 @@
 ### Build the [VisIt](https://wci.llnl.gov/codes/visit/) visualization tool with one command! ###

 This will build VisIt and all its dependencies, which are
-
+visit Imaging visit_vtk qt mesa hdf5 openmpi zlib cmake bzip2.

 &gt; svn checkout svn://svn.code.sf.net/p/bilder/code/visitall/trunk visitall
 cd visitall
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John R. Cary</dc:creator><pubDate>Tue, 25 Dec 2012 20:19:51 -0000</pubDate><guid>https://sourceforge.netb92707458df9c196c2608a172ec3bbd98578b676</guid></item><item><title>WikiPage Home modified by John R. Cary</title><link>https://sourceforge.net/p/bilder/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -13,11 +13,25 @@

 ### Build ipython, scipy, tables with one command! ###

+This will build these packages and all of their dependencies, which are
+ipython scipy tables tornado pyzmq pyqt matplotlib hdf5 numexpr setuptools zeromq Cython qt sip numpy Python atlas clapack_cmake chrpath sqlite bzip2 lapack cmake
+
 &gt; svn checkout svn://svn.code.sf.net/p/bilder/code/pypkgs/trunk pypkgs
+cd pypkgs
 ./mkpypkgs.sh

+&lt;br /&gt;
+
+### Build the [VisIt](https://wci.llnl.gov/codes/visit/) visualization tool with one command! ###
+
+This will build VisIt and all its dependencies, which are

+&gt; svn checkout svn://svn.code.sf.net/p/bilder/code/visitall/trunk visitall
+cd visitall
+./mkvisitall.sh
+
+&lt;br /&gt;

 ### QUICK NAVIGATION: ###

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John R. Cary</dc:creator><pubDate>Tue, 25 Dec 2012 20:15:07 -0000</pubDate><guid>https://sourceforge.net88ff6977eab959d03de7ffe18027df7e7caded11</guid></item><item><title>WikiPage Home modified by John R. Cary</title><link>https://sourceforge.net/p/bilder/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,7 +1,25 @@
-# Welcome to Bilder #
+## Welcome to Bilder! ##
 (This wiki uses [Markdown](/p/bilder/wiki/markdown_syntax/) syntax.)

-#### QUICK NAVIGATION: ####
+Bilder is a cross-platform (Linux, OS X, Windows), package management system applicable to LCFs,
+such the IBM Blue Gene and the Cray series of computers.  It automatically downloads packages,
+then configures, builds and installs them.  It can install in common areas, so that
+multiple packages can make use of the same dependency builds.
+
+### Give it a shot! ###
+
+Set up your machine as described in [Preparing your machine for Bilder].  The
+check out a repo and build.  Here are some examples.
+
+### Build ipython, scipy, tables with one command! ###
+
+&gt; svn checkout svn://svn.code.sf.net/p/bilder/code/pypkgs/trunk pypkgs
+./mkpypkgs.sh
+
+
+
+
+### QUICK NAVIGATION: ###

 * [Getting Bilder]
 * [Configuring Bilder]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John R. Cary</dc:creator><pubDate>Tue, 25 Dec 2012 20:10:12 -0000</pubDate><guid>https://sourceforge.net9113c2fdf227b56dc0461d7d5a0539587b6e97d7</guid></item><item><title>WikiPage Home modified by John R. Cary</title><link>https://sourceforge.net/p/bilder/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,64 @@
-Welcome to your wiki!
+# Welcome to Bilder #
+(This wiki uses [Markdown](/p/bilder/wiki/markdown_syntax/) syntax.)

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+#### QUICK NAVIGATION: ####

-The wiki uses [Markdown](/p/bilder/wiki/markdown_syntax/) syntax.
+* [Getting Bilder]
+* [Configuring Bilder]
+* [Running Bilder]
+* [Bilder Hierarchy]
+* [Using Defaults Scripts]
+* [Preparing your machine for Bilder]
+* [Using Jenkins with Bilder]
+* [Bilder Architecture]
+* [Linear Algebra Libraries in Bilder]
+* [Extending Bilder]
+* [Debugging your builds]
+* [Bilder WITH IDE'S]
+
+
+### Bilder: an LCF-applicable, cross-platform, bash-based package management system ###
+
+Bilder is a meta-build or package management system, i.e., it handles updating and building of a collection of packages and projects that have dependency relationships. When one package is updated, Bilder ensures that its dependents are updated as well.
+
+&lt;br /&gt;
+### Bilder was developed to build and install large numbers of packages consistently ###
+
+As of January 16, 2012, Bilder handles multiple builds of over 150 packages, with the multiple builds being, e.g., serial, parallel, shared, or static, as needed.  The platforms include Linux, OS X, AIX, and the specialized Linuces found on the IBM Blue Gene P and the Cray XT4.  It handles the compiler sets of gcc, XL, PathScale and PGI.
+
+Bilder is not for replacing build systems.  Instead it works with the build systems that come with each package.  It supports packages with builds systems of autotools, CMake, qmake, Distutils, and the one-off builds systems of, e.g., lapack, ATLAS, and PETSc.  In essence, Bilder acts as a repository of build knowledge.
+
+&lt;br /&gt;
+### Bilder has the following characteristics ###
+
+* Build workflow automation, handling interpackage dependencies, with builds triggered when a dependency has been built.
+* Uses weak inter-package dependencies: Suppose component A depends on B, and is updated but does not build (fails or is excluded).  Attempt to build A anyway if any other dependency is rebuilt or if A is updated, as the newer A may be consistent with an existing installation of B, or A may be able to build without B.
+* Integration with version control systems.
+* Integration with testing.
+* Support for multiple OSs: Linux, OS X, Windows
+* Support for multiple compiler sets (gcc, XL, PGI, PathScale, Visual Studio)
+    * LCFs have particular preferred compilers, e.g., for which some libraries have been built
+    * Need to compare performance of code generated by different compilers
+    * Have to use built libraries  (HDF5, Lapack) when possible for performance
+* Ability to use different underlying package configuration/build systems.
+* Support for different kinds of builds (e.g., parallel, serial, static, shared) for any package.
+* Collection of build provenance information, including logging of all steps and notification using emails and dashboards.
+* Allows disabling the builds of particular packages (e.g., so that a system version will be used).
+* Parallel (multi-threaded or multi-process) builds of independent builds or packages.
+* Out of place build and installation: with defaults and also user-specified locations.
+* Defaults for all parameters on all supported platforms that can be overridden by users.
+* Integration with the Jenkins continuous integration tool.
+* Searching for packages within the installation area.
+* Isolation of general logic from specific logic and data
+    * General logic in top-level Bilder files
+    * Package specific logic and data in package files (the files in the package subdirectory)
+    * Machine specific logic and data in machine files (the files in the machines subdirectory)
+
+#### What does Bilder not handle? ####
+
+* Installing compilers
+* Probably much more
+

 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John R. Cary</dc:creator><pubDate>Tue, 25 Dec 2012 19:55:26 -0000</pubDate><guid>https://sourceforge.net76031008b5e532501d685fb0657fe01da0854573</guid></item></channel></rss>