Mercurial > repos > iuc > package_atlas_3_10
annotate tool_dependencies.xml @ 7:98c017ec230d draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit 9d1bd84fdaa259740d8f75ede9ecfce9403b253a-dirty
author | iuc |
---|---|
date | Tue, 21 Jun 2016 15:28:12 -0400 |
parents | 9b900e1578be |
children |
rev | line source |
---|---|
4
f27d2f8761ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit 09872476567320942381c809c574e99d4b090bea-dirty
iuc
parents:
3
diff
changeset
|
1 <?xml version="1.0"?> |
0 | 2 <tool_dependency> |
1 | 3 <package name="atlas" version="3.10.2"> |
0 | 4 <install version="1.0"> |
1 | 5 <actions_group> |
6 <actions architecture="x86_64" os="linux"> | |
5
c0a66ce2a119
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit 4e829bc62e1328b12abf9d43112967296dcfed7a
iuc
parents:
4
diff
changeset
|
7 <action type="download_by_url" sha256sum="c36a9edf352aa3652ae2c3cccf752351e12291c1d018da842093f9dc70fa2da3">https://depot.galaxyproject.org/software/atlas/atlas_3.10.2_linux_x64.tar.gz</action> |
1 | 8 <action type="move_directory_files"> |
9 <source_directory>.</source_directory> | |
10 <destination_directory>$INSTALL_DIR</destination_directory> | |
11 </action> | |
12 <action type="set_environment"> | |
13 <environment_variable action="set_to" name="ATLAS_LIB_DIR">$INSTALL_DIR/lib</environment_variable> | |
14 <environment_variable action="set_to" name="ATLAS_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable> | |
15 <environment_variable action="set_to" name="ATLAS_BLAS_LIB_DIR">$INSTALL_DIR/lib/atlas</environment_variable> | |
16 <environment_variable action="set_to" name="ATLAS_LAPACK_LIB_DIR">$INSTALL_DIR/lib/atlas</environment_variable> | |
4
f27d2f8761ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit 09872476567320942381c809c574e99d4b090bea-dirty
iuc
parents:
3
diff
changeset
|
17 <environment_variable action="set_to" name="ATLAS">$INSTALL_DIR</environment_variable> |
1 | 18 <environment_variable action="set_to" name="ATLAS_ROOT_PATH">$INSTALL_DIR</environment_variable> |
19 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
3 | 20 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/atlas</environment_variable> |
1 | 21 </action> |
3 | 22 <action type="shell_command"><![CDATA[ |
23 command -v gfortran || return 0 | |
24 BUNDLED_LGF_CANON=$INSTALL_DIR/lib/libgfortran.so.3.0.0 && | |
25 BUNDLED_LGF_VERS=`objdump -p $BUNDLED_LGF_CANON | grep GFORTRAN_1 | sed -r 's/.*GFORTRAN_1\.([0-9])+/\1/' | sort -n | tail -1` && | |
26 echo 'program test; end program test' > test.f90 && | |
27 gfortran -o test test.f90 && | |
28 LGF=`ldd test | grep libgfortran | awk '{print $3}'` && | |
29 LGF_CANON=`readlink -f $LGF` && | |
30 LGF_VERS=`objdump -p $LGF_CANON | grep GFORTRAN_1 | sed -r 's/.*GFORTRAN_1\.([0-9])+/\1/' | sort -n | tail -1` && | |
31 if [ $LGF_VERS -gt $BUNDLED_LGF_VERS ]; then | |
32 cp -p $BUNDLED_LGF_CANON ${BUNDLED_LGF_CANON}.bundled && | |
33 cp -p $LGF_CANON $BUNDLED_LGF_CANON | |
34 fi | |
35 ]]></action> | |
1 | 36 </actions> |
37 <actions architecture="x86_64" os="darwin"> | |
38 <!-- NOOP: On OS X we will use Apple's vecLib --> | |
39 </actions> | |
40 <actions> | |
5
c0a66ce2a119
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit 4e829bc62e1328b12abf9d43112967296dcfed7a
iuc
parents:
4
diff
changeset
|
41 <action type="download_file" sha256sum="3aab139b118bf3fcdb4956fbd71676158d713ab0d3bccb2ae1dc3769db22102f">https://depot.galaxyproject.org/software/atlas/atlas_3.10.2+gx0_src_all.tar.bz2</action> |
c0a66ce2a119
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit 4e829bc62e1328b12abf9d43112967296dcfed7a
iuc
parents:
4
diff
changeset
|
42 <action type="download_file" sha256sum="9ad8f0d3f3fb5521db49f2dd716463b8fb2b6bc9dc386a9956b8c6144f726352">https://depot.galaxyproject.org/software/lapack/lapack_3.5.0_src_all.tar.gz</action> |
c0a66ce2a119
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit 4e829bc62e1328b12abf9d43112967296dcfed7a
iuc
parents:
4
diff
changeset
|
43 <action type="download_file" sha256sum="adbe462b179a2d626cd229cddcb08e39ae2f2544eccf80ab617790b307667146">https://depot.galaxyproject.org/software/atlas/atlas_patch-blas-lapack-1.0_src_all.diff</action> |
c0a66ce2a119
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit 4e829bc62e1328b12abf9d43112967296dcfed7a
iuc
parents:
4
diff
changeset
|
44 <action type="download_file" sha256sum="95862478f7d276f948a58c583acd2935ada9ad3bb55944a303d94e161e202d89">https://depot.galaxyproject.org/software/atlas/atlas_patch-shared-lib-1.0_src_all.diff</action> |
c0a66ce2a119
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit 4e829bc62e1328b12abf9d43112967296dcfed7a
iuc
parents:
4
diff
changeset
|
45 <action type="download_file" sha256sum="f805600c46719f74752e9026e1461d084a385ba67838364a81c36cdfb69cad82">https://depot.galaxyproject.org/software/atlas/atlas_patch-cpu-throttle-1.0_src_all.diff</action> |
4
f27d2f8761ae
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit 09872476567320942381c809c574e99d4b090bea-dirty
iuc
parents:
3
diff
changeset
|
46 <action type="shell_command">tar -jxvf atlas_3.10.2+gx0_src_all.tar.bz2</action> |
1 | 47 <!-- a 64-bit architecture is assumed for compilation --> |
3 | 48 <action type="shell_command"><![CDATA[ |
49 cd ATLAS && | |
5
c0a66ce2a119
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit 4e829bc62e1328b12abf9d43112967296dcfed7a
iuc
parents:
4
diff
changeset
|
50 mkdir build && |
6
9b900e1578be
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit c2e47951d0f68e2533e45529ece8a52ab01b9cd2-dirty
iuc
parents:
5
diff
changeset
|
51 patch -p1 < ../atlas_patch-blas-lapack-1.0_src_all.diff && |
9b900e1578be
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit c2e47951d0f68e2533e45529ece8a52ab01b9cd2-dirty
iuc
parents:
5
diff
changeset
|
52 patch -p1 < ../atlas_patch-shared-lib-1.0_src_all.diff && |
9b900e1578be
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit c2e47951d0f68e2533e45529ece8a52ab01b9cd2-dirty
iuc
parents:
5
diff
changeset
|
53 patch -p1 < ../atlas_patch-cpu-throttle-1.0_src_all.diff && |
3 | 54 cd build && |
7
98c017ec230d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_atlas_3_10 commit 9d1bd84fdaa259740d8f75ede9ecfce9403b253a-dirty
iuc
parents:
6
diff
changeset
|
55 ../configure --prefix="$INSTALL_DIR" -D c -DWALL -b 64 -Fa alg '-fPIC' --with-netlib-lapack-tarfile=../../lapack_3.5.0_src_all.tar.gz -v 2 -t 0 -Si cputhrchk 0 && |
3 | 56 make && |
1 | 57 make install |
3 | 58 ]]></action> |
1 | 59 <action type="set_environment"> |
60 <environment_variable action="set_to" name="ATLAS_LIB_DIR">$INSTALL_DIR/lib</environment_variable> | |
61 <environment_variable action="set_to" name="ATLAS_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable> | |
62 <environment_variable action="set_to" name="ATLAS_BLAS_LIB_DIR">$INSTALL_DIR/lib/atlas</environment_variable> | |
63 <environment_variable action="set_to" name="ATLAS_LAPACK_LIB_DIR">$INSTALL_DIR/lib/atlas</environment_variable> | |
64 <environment_variable action="set_to" name="ATLAS_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
65 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
2 | 66 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/atlas</environment_variable> |
1 | 67 </action> |
68 </actions> | |
69 </actions_group> | |
0 | 70 </install> |
1 | 71 <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. |
72 This ATLAS build includes patches from the Debian ATLAS packages which enable additional features: | |
73 1. Shared versions of the standard ATLAS libraries are built in addition to the static versions | |
74 2. Full BLAS and LAPACK libraries are built, which can be found in the ATLAS_BLAS_LIB_DIR and ATLAS_LAPACK_LIB_DIR directories | |
75 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. | |
76 On Mac OS X, this package is a dummy package - BLAS and LAPACK libraries are already provided in Apple's vecLib. | |
0 | 77 </readme> |
78 </package> | |
79 </tool_dependency> |