Quantcast
Channel: openSUSE Forums
Viewing all articles
Browse latest Browse all 40713

Vpython on openSUSE 12.3?

$
0
0
A course has just started on coursera.org that uses vpython as a software tool.
It appears openSUSE 12.3 does not provide a package for this - the closest appears to be mayavi.
Source files for vpython are available, requiring boost as one of the dependencies.
During the python setup.py build I get this error:

Code:

/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot find -lboost_python-mt-py27
collect2: error: ld returned 1 exit status

Exploring my available boost libraries I have

Code:

# find /usr/lib64 -name *boost*python*mt*
/usr/lib64/libboost_python-mt.so
/usr/lib64/libboost_python-mt-py27
/usr/lib64/libboost_mpi_python-mt.so

where the second item ending in py27 is a symlink I inserted to python-mt.so hoping that this would satisfy the dependency but no go.

Just wondering if anyone has vpython running, or whether I'm missing something I can try in the python build?

Viewing all articles
Browse latest Browse all 40713

Trending Articles