tfrederiksen / inelastica

Python package for eigenchannels, vibrations and inelastic electron transport based on SIESTA/TranSIESTA DFT
https://tfrederiksen.github.io/inelastica
GNU Lesser General Public License v3.0
33 stars 16 forks source link

failure of installing Inelastica #55

Closed zhuolingjiang closed 4 years ago

zhuolingjiang commented 5 years ago

The versions of packages are python 2.7, numpy-1.15.4, netCDF4-1.4.2, scipy-1.1.0, and Inelastica-1.3.5.

the install commands are as follows

python2.7 setup.py install --prefix=/work/phyjia/software/python2.7/ the output is as follows out.log

zerothi commented 5 years ago

The output clarifies that you need to compile with -fPIC flag in your CFLAGS/FFLAGS.