Rate This Document
Findability
Accuracy
Completeness
Readability

Installing llvmlite

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Download llvmlite.
    wget https://files.pythonhosted.org/packages/8b/b0/df26861e6ce2fc91c8bb93ea808fa2e631ee8a29fc4c3bc96626b78dae74/llvmlite-0.30.0.tar.gz
  3. Install llvmlite.
    CXXFLAGS=-fPIC python setup.py install --single-version-externally-managed --record=llvmliterecord.txt
  4. Perform the verification.
    conda list llvmlite

    If the following information is displayed, the installation is successful: