yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #10235
[Bug 1250928] Re: Compilation from source probably miss some documentation
Ok, same problem on my Desktop with 12.04. Here the exact cmake output:
-- Found Qt4: /usr/bin/qmake (found version "4.8.1")
-- Version is set to 2013-11-18.git-7f86f06
-- GTS using gts-config /usr/bin/gts-config
-- Using GTS from /usr
-- Boost_VERSION: 104601
-- Boost_LIB_VERSION: 1_46_1
-- Boost_INCLUDE_DIRS: /usr/include
-- Boost_LIBRARIES: /usr/lib/libboost_python.so/usr/lib/libboost_thread-mt.so/usr/lib/libboost_date_time-mt.so/usr/lib/libboost_filesystem-mt.so/usr/lib/libboost_iostreams-mt.so/usr/lib/libboost_regex-mt.so/usr/lib/libboost_serialization-mt.so/usr/lib/libboost_system-mt.so
CMake Error at cMake/FindNumPy.cmake:64 (message):
NumPy import failure:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/numpy/__init__.py", line 137, in <module>
import add_newdocs
File "/usr/lib/python2.7/dist-packages/numpy/add_newdocs.py", line 9, in <module>
from numpy.lib import add_newdoc
File "/usr/lib/python2.7/dist-packages/numpy/lib/__init__.py", line 13, in <module>
from polynomial import *
File "/usr/lib/python2.7/dist-packages/numpy/lib/polynomial.py", line 17, in <module>
from numpy.linalg import eigvals, lstsq
File "/usr/lib/python2.7/dist-packages/numpy/linalg/__init__.py", line 48, in <module>
from linalg import *
File "/usr/lib/python2.7/dist-packages/numpy/linalg/linalg.py", line 23, in <module>
from numpy.linalg import lapack_lite
ImportError: /usr/lib/liblapack.so.3gf: undefined symbol: ATL_chemv
Call Stack (most recent call first):
CMakeLists.txt:90 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
--
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1250928
Title:
Compilation from source probably miss some documentation
Status in Yet Another Dynamic Engine:
New
Bug description:
It seems the instructions for installing prerequisites [1] will fail on ubuntu 12.04 if yade-users ppa is not enabled first.
Trying to compile anyway leads to a few cmake warnings but it will let one build. Then boot failure because of missing lib (didn't do the build myself, I've seen the result on a colleagues computer).
The bug is that the ppa is not mentionned anywhere on the installation page.
If anyone confirm I can update the doc, though I'm not sure if this situation is for 12.04 only, or if the ppa should be considered mandatory for all platforms.
[1] https://yade-dem.org/doc/installation.html#prerequisites
To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1250928/+subscriptions
Follow ups
References