Hi,

I success intalled the gdma 2.8.12.2, openbabel 2.3.3, cmake 2.8.12.2 and tinker 6.3.2, when I install poltype and python bindings, I met some probem!

For poltype, I download the poltype-1.1.4, and following the installation:

Quik note about compiling tinker 6.x with openMP:

Use intel ifort v12 or above
compile fftw by following 0README in tinker/fftw/ (I replace gcc and gfortran 
with icc and fort)
cd tinker/source
edit Makefile (from tinker/make/) for your OS
you may need to update the dependency at the bottom of makefile by running 
depend.make in source
make -j 6 all

Use these options in Makefile

F77 = ifort
LIBS = -L$(TINKERDIR)/fftw/lib -lfftw3_omp -lfftw3
F77FLAGS = -c -assume cc_omp
OPTFLAGS = -O3 -mia32 -debug -no-ipo -no-prec-div -openmp -traceback
LIBFLAGS = -crusv
LINKFLAGS = $(OPTFLAGS) -static-intel


When I run the last commands, *make -j 6 all*
The system said:
*make: *** No rule to make target `all'.  Stop.*

It's mess! the installation documenation is mess! I am confuesd!

For python bindings,
following these,
*http://biomol.bme.utexas.edu/wiki/index.php/Research_ex:Poltype%5Cold#Installation*
when I run command python setup.py build
NOTHING happen!!
I already install the python 2.7.3 in my desktop!

For these two softwares, I felt confused!! can anyone help me??

Sincerely

Peng


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to