Mercurial > repos > iuc > package_lapack_3_4
view tool_dependencies.xml @ 1:73854db866e7 draft
Uploaded
author | bgruening |
---|---|
date | Tue, 15 Oct 2013 12:37:19 -0400 |
parents | 60957bd68fe2 |
children | c62da294b82e |
line wrap: on
line source
<tool_dependency> <package name="lapack" version="3.4.2"> <install version="1.0"> <actions> <!-- first action is always downloading --> <action type="download_by_url">http://www.netlib.org/lapack/lapack-3.4.2.tgz</action> <action type="shell_command">mkdir build</action> <action type="shell_command"> cd build && cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/lapack -DCMAKE_Fortran_FLAGS='-O2 -fPIC' </action> <action type="shell_command">cd build && make</action> <action type="shell_command">cd build && make install</action> <action type="set_environment"> <environment_variable name="LAPACK_LIB_DIR" action="set_to">$INSTALL_DIR/lapack/lib</environment_variable> </action> </actions> </install> <readme>LAPACK requires gcc and gfortran. LAPACK_LIB_DIR will be set (including liblapack.a and libblas.a). </readme> </package> </tool_dependency>