无法在x ubuntu 15.10上编译火炬

时间:2017-01-17 17:16:36

标签: torch

这是我得到的错误。

./Makefile.tail:40: recipe for target 'libs' failed
make[1]: *** [libs] Error 1
make[1]: Leaving directory '/tmp/OpenBLAS/kernel'
Makefile:133: recipe for target 'libs' failed
make: *** [libs] Error 1
Error. OpenBLAS could not be compiled

这是什么意思?

1 个答案:

答案 0 :(得分:0)

我解决了 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd"> <!-- activate autowire annotation --> <context:annotation-config /> <bean class="org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor"/> <bean id="c" class="beans.Car_AutoAnno"/> <bean id="e" class="beans.Engine_AutoAnno"> <property name="model" value="XF"/> </bean> <bean id="e1" class="beans.Engine_AutoAnno"> <property name="model" value="XJ"/> </bean> </beans> 如建议 Install openblas via apt-get `sudo apt-get install openblas-dev`