annotate tool_dependencies.xml @ 1:37ff27ea37ed draft

Uploaded
author iuc
date Sat, 14 Feb 2015 22:28:18 -0500
parents 597c0e54eded
children b36c9ee883e9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
597c0e54eded initial upload
iuc
parents:
diff changeset
1 <tool_dependency>
1
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
2 <package name="atlas" version="3.10.2">
0
597c0e54eded initial upload
iuc
parents:
diff changeset
3 <install version="1.0">
1
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
4 <actions_group>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
5 <actions architecture="x86_64" os="linux">
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
6 <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/atlas/atlas-3.10.2-Linux-x86_64.tar.gz</action>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
7 <action type="move_directory_files">
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
8 <source_directory>.</source_directory>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
9 <destination_directory>$INSTALL_DIR</destination_directory>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
10 </action>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
11 <action type="set_environment">
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
12 <environment_variable action="set_to" name="ATLAS_LIB_DIR">$INSTALL_DIR/lib</environment_variable>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
13 <environment_variable action="set_to" name="ATLAS_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
14 <environment_variable action="set_to" name="ATLAS_BLAS_LIB_DIR">$INSTALL_DIR/lib/atlas</environment_variable>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
15 <environment_variable action="set_to" name="ATLAS_LAPACK_LIB_DIR">$INSTALL_DIR/lib/atlas</environment_variable>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
16 <environment_variable action="set_to" name="ATLAS_ROOT_PATH">$INSTALL_DIR</environment_variable>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
17 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
18 </action>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
19 </actions>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
20 <actions architecture="x86_64" os="darwin">
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
21 <!-- NOOP: On OS X we will use Apple's vecLib -->
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
22 </actions>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
23 <actions>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
24 <action type="download_file">http://downloads.sourceforge.net/project/math-atlas/Stable/3.10.2/atlas3.10.2.tar.bz2</action>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
25 <action type="download_file">http://www.netlib.org/lapack/lapack-3.5.0.tgz</action>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
26 <action type="download_file">https://depot.galaxyproject.org/patch/atlas/static_full_blas_lapack.diff</action>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
27 <action type="download_file">https://depot.galaxyproject.org/patch/atlas/shared_libraries.diff</action>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
28 <action type="download_file">https://depot.galaxyproject.org/patch/atlas/cpu-throttling-check.diff</action>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
29 <action type="shell_command">tar -jxvf atlas3.10.2.tar.bz2</action>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
30 <!-- a 64-bit architecture is assumed for compilation -->
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
31 <action type="shell_command">
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
32 cd ATLAS &amp;&amp;
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
33 mkdir ATLAS/build &amp;&amp;
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
34 patch -p1 &lt;/host/static_full_blas_lapack.diff &amp;&amp;
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
35 patch -p1 &lt;/host/shared_libraries.diff &amp;&amp;
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
36 patch -p1 &lt;/host/cpu-throttling-check.diff &amp;&amp;
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
37 cd build &amp;&amp;
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
38 ../configure --prefix="$INSTALL_DIR" -D c -DWALL -b 64 -Fa alg '-fPIC' --with-netlib-lapack-tarfile=../../lapack-3.5.0.tgz -v 2 -t 0 -Si cputhrchk 0 &amp;&amp;
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
39 make &amp;&amp;
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
40 make install
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
41 </action>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
42 <action type="set_environment">
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
43 <environment_variable action="set_to" name="ATLAS_LIB_DIR">$INSTALL_DIR/lib</environment_variable>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
44 <environment_variable action="set_to" name="ATLAS_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
45 <environment_variable action="set_to" name="ATLAS_BLAS_LIB_DIR">$INSTALL_DIR/lib/atlas</environment_variable>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
46 <environment_variable action="set_to" name="ATLAS_LAPACK_LIB_DIR">$INSTALL_DIR/lib/atlas</environment_variable>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
47 <environment_variable action="set_to" name="ATLAS_ROOT_PATH">$INSTALL_DIR</environment_variable>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
48 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
49 </action>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
50 </actions>
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
51 </actions_group>
0
597c0e54eded initial upload
iuc
parents:
diff changeset
52 </install>
1
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
53 <readme>Compiling ATLAS requires a C and Fortran compiler (typically gcc and gfortran). The base ATLAS installation path can be is exported as ATLAS_ROOT_PATH, libraries as ATLAS_LIB_DIR, and headers as ATLAS_INCLUDE_DIR.
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
54 This ATLAS build includes patches from the Debian ATLAS packages which enable additional features:
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
55 1. Shared versions of the standard ATLAS libraries are built in addition to the static versions
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
56 2. Full BLAS and LAPACK libraries are built, which can be found in the ATLAS_BLAS_LIB_DIR and ATLAS_LAPACK_LIB_DIR directories
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
57 This package also includes a bundled libgfortran and export LD_LIBRARY_PATH=$ATLAS_LIB_DIR so that any dependent packages which link to ATLAS will be able to resolve all necessary libraries at runtime.
37ff27ea37ed Uploaded
iuc
parents: 0
diff changeset
58 On Mac OS X, this package is a dummy package - BLAS and LAPACK libraries are already provided in Apple's vecLib.
0
597c0e54eded initial upload
iuc
parents:
diff changeset
59 </readme>
597c0e54eded initial upload
iuc
parents:
diff changeset
60 </package>
597c0e54eded initial upload
iuc
parents:
diff changeset
61 </tool_dependency>