comparison tool_dependencies.xml @ 0:c9c9e17ee608 draft default tip

Initial version
author miller-lab
date Mon, 09 Sep 2013 13:33:06 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c9c9e17ee608
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="clapack" version="3.2.1">
4 <install version="1.0">
5 <actions>
6 <!-- Download source code -->
7 <action type="download_by_url" target_filename="CLAPACK-3.2.1.tar.gz">http://www.netlib.org/clapack/clapack-3.2.1.tgz</action>
8
9 <!-- Build libraries -->
10 <action type="shell_command">cp make.inc.example make.inc</action>
11 <action type="shell_command">make f2clib</action>
12 <action type="shell_command">make blaslib</action>
13 <action type="shell_command">make lib</action>
14
15 <!-- Install libraries -->
16 <action type="shell_command">cp -R INCLUDE $INSTALL_DIR</action>
17 <action type="shell_command">mkdir -p $INSTALL_DIR/F2CLIBS</action>
18 <action type="shell_command">cp F2CLIBS/*.a $INSTALL_DIR/F2CLIBS</action>
19 <action type="shell_command">cp *.a $INSTALL_DIR</action>
20
21 <!-- Set environment for dependent repositories -->
22 <action type="set_environment">
23 <environment_variable name="CLAPACKPATH" action="set_to">$INSTALL_DIR</environment_variable>
24 </action>
25 </actions>
26 </install>
27 </package>
28 </tool_dependency>