~chaffra/+junk/trilinos

« back to all changes in this revision

Viewing changes to packages/Sundance/doc/Doxygen/PythonBuilds.html

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme, Christophe Prud'homme, Johannes Ring
  • Date: 2009-12-13 12:53:22 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091213125322-in0nrdjc55deqsw9
Tags: 10.0.3.dfsg-1
[Christophe Prud'homme]
* New upstream release

[Johannes Ring]
* debian/patches/libname.patch: Add prefix 'libtrilinos_' to all
  libraries. 
* debian/patches/soname.patch: Add soversion to libraries.
* debian/watch: Update download URL.
* debian/control:
  - Remove python-numeric from Build-Depends (virtual package).
  - Remove automake and autotools from Build-Depends and add cmake to
    reflect switch to CMake.
  - Add python-support to Build-Depends.
* debian/rules: 
  - Cleanup and updates for switch to CMake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html><head><meta http-equiv="Content-Type"
 
3
content="text/html;charset=iso-8859-1">
 
4
 
 
5
<!-- Required Sandia Meta Tags -->
 
6
<link rev="owns" title="page owner" href="mailto:krlong@sandia.gov">
 
7
<link rev="made publisher" title="page creator" href="mailto:krlong@sandia.gov">
 
8
<meta name="review" content="03_25_2005">
 
9
<meta name="sandia.approval_type> content="formal>
 
10
<meta name="sandia.approved" content="2000-1965W">
 
11
<meta name="sandia.create_date" content="03/25/2005">
 
12
<link rev="owns" title="page owner" href="mailto:krlong@sandia.gov">
 
13
<link rev="made publisher" title="page creator" href="mailto:krlong@sandia.gov">
 
14
<meta name="MSSmartTagsPreventParsing" content="TRUE">
 
15
<meta name="Author" content="Kevin Long">
 
16
<!-- End Required Sandia Meta Tags -->
 
17
 
 
18
<title>Sundance 2.1 </title>
 
19
<link href="stylesheet.css" rel="stylesheet" type="text/css">
 
20
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
 
21
</head>
 
22
 
 
23
<a href="http://www.sandia.gov/"><img 
 
24
SRC="images/snl_globe_right03_mod.gif" WIDTH="107" HEIGHT="112" BORDER="0"
 
25
ALIGN="right" VSPACE="0" HSPACE="0" ALT="Sandia Home"
 
26
TITLE="Sandia Home"></a>
 
27
 
 
28
 
 
29
 
 
30
<a href="http://software.sandia.gov/sundance"><img 
 
31
SRC="images/logo.gif" WIDTH="120" BORDER="0"
 
32
ALIGN="left" VSPACE="22" HSPACE="10" ALT="Sundance Home"
 
33
TITLE="Sundance Home"></a>
 
34
 
 
35
 
 
36
<h1> Prebuilt libraries for PySundance </h1> 
 
37
 
 
38
<br>
 
39
 
 
40
<h3> Requirements </h3>
 
41
 
 
42
Downloading a prebuilt PySundance library is the simplest way to get Sundance running,
 
43
but prebuilt libraries will not exist for all platforms. If one does not exist for
 
44
your platform, you will need to build from source as described in
 
45
the <A HREF="installation_page.html"> installation instructions. </A>
 
46
 
 
47
Currently, the only platform for which prebuilt libraries are available is RedHat Linux,
 
48
Enterprise Edition, which is the Sandia Common Operating Environment. Note that 32 bit and
 
49
64 bit machines require different libraries. I am willing
 
50
to build libraries for other platforms, but to do so will need access to a 
 
51
machine running the desired OS.
 
52
 
 
53
<h3> Instructions </h3>
 
54
 
 
55
Untar in an installation directory, for example, <t> myInstallDir. </t> 
 
56
<pre> 
 
57
</home/kevin> cd myInstallDir
 
58
</home/kevin/myInstallDir> tar zxf PySundance-[opt|debug]-[version].tgz 
 
59
</pre>
 
60
This will create a subdirectory <t>PySundance.</t> The next step is to direct
 
61
Python to search this directory for modules and dynamic libraries. This can be
 
62
done by setting the <t>PYTHONPATH</t> environment variable,
 
63
<pre>
 
64
setenv PYTHONPATH $HOME/myInstallDir/PySundance
 
65
</pre>
 
66
You should now be able to import the <t>PySundance</t> module from within a Python run.
 
67
 
 
68
<h3> Downloads </h3>
 
69
 
 
70
<table border="1" cellspacing="1" cellpadding="2">
 
71
<tbody>
 
72
<tr> 
 
73
<td> Date </td>
 
74
<td> Tarball </td>
 
75
<td> Platform Notes </td>
 
76
</tr>
 
77
<tr> 
 
78
<td> 9 March 2006 </td>
 
79
<td> 2.1.2 RHEL-x86_64
 
80
<table>
 
81
<tr>
 
82
<td><A HREF="PySundance-opt-2.1.2-RHEL-x86_64.tgz"> Optimized </a> </td>
 
83
<td><A HREF="PySundance-debug-2.1.2-RHEL-x86_64.tgz"> Debug </a> </td>
 
84
<tr>
 
85
</table>
 
86
</td>
 
87
<td> 
 
88
RedHat Enterprise, gcc version 3.4.4 20050721 (Red Hat 3.4.4) 
 
89
x86_64
 
90
</td>
 
91
</tr>
 
92
<tr> 
 
93
<td> 7 March 2006 </td>
 
94
<td> 2.1.2 RH07032006 
 
95
<table>
 
96
<tr>
 
97
<td><A HREF="PySundance-opt-2.1.2-RH-07032006.tgz"> Optimized </a> </td>
 
98
<td><A HREF="PySundance-debug-2.1.2-RH-07032006.tgz"> Debug</a>    </td>
 
99
<tr>
 
100
</table>
 
101
</td>
 
102
<td> RedHat Enterprise, gcc version 3.4.3 20041212 (Red Hat 3.4.3-9.EL4)  </td>
 
103
</tr>
 
104
</tbody>
 
105
</table>
 
106
 
 
107
<p ALIGN="CENTER"><a HREF="http://www.sandia.gov/">&copy; Sandia
 
108
Corporation</a> | <a
 
109
HREF="mailto:krlong@sandia.gov?Subject=sundance">Site
 
110
Contact</a> | <a
 
111
HREF="http://www.sandia.gov/general/privacy-security/index.html">Privacy
 
112
and Security</a></p>
 
113
 
 
114
 
 
115
</body>
 
116
</html>