comparison tool_dependencies.xml @ 3:716579eca632 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_lapack_3_4 commit 8d669640b96f75d4accdb4f6445ea6cff9f722aa-dirty
author iuc
date Wed, 08 Jun 2016 06:48:23 -0400
parents e87b2acfb5d2
children fa453af080f9
comparison
equal deleted inserted replaced
2:e87b2acfb5d2 3:716579eca632
19 make && 19 make &&
20 make install 20 make install
21 </action> 21 </action>
22 <action type="set_environment"> 22 <action type="set_environment">
23 <environment_variable action="set_to" name="LAPACK_LIB_DIR">$INSTALL_DIR/lapack/lib</environment_variable> 23 <environment_variable action="set_to" name="LAPACK_LIB_DIR">$INSTALL_DIR/lapack/lib</environment_variable>
24 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lapack/lib</environment_variable>
24 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lapack/lib</environment_variable> 25 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lapack/lib</environment_variable>
25 </action> 26 </action>
26 </actions> 27 </actions>
27 </install> 28 </install>
28 <readme>LAPACK requires gcc, gfortran and cmake. LAPACK_LIB_DIR will be set (including liblapack.a and libblas.a). </readme> 29 <readme>LAPACK requires gcc, gfortran and cmake. LAPACK_LIB_DIR will be set (including liblapack.a and libblas.a). </readme>