Mercurial > repos > saket-choudhary > package_blas_3_5_0
annotate tool_dependencies.xml @ 0:caa446129f4f draft default tip
Uploaded
author | saket-choudhary |
---|---|
date | Tue, 07 Oct 2014 19:05:03 -0400 |
parents | |
children |
rev | line source |
---|---|
0 | 1 <tool_dependency> |
2 <package name="blas" version="3.5.0"> | |
3 <install version="1.0"> | |
4 <actions> | |
5 <action type="download_by_url">http://www.netlib.org/blas/blas.tgz</action> | |
6 <action type="shell_command">gfortran -O3 -std=legacy -m64 -fno-second-underscore -fPIC -c *.f</action> | |
7 <action type="shell_command">ar rv libblas.a *.o</action> | |
8 <action type="set_environment"> | |
9 <environment_variable name="BLAS_PATH" action="set_to">$INSTALL_DIR/libblas.a</environment_variable> | |
10 </action> | |
11 </actions> | |
12 </install> | |
13 </package> | |
14 </tool_dependency> |