-
Notifications
You must be signed in to change notification settings - Fork 21
1) Obtaining UEDGE and installing with Python
- pip install forthon
- pip install mppl
- pip install uedge
Note: If you cannot write in the Python installation directory then add "--user" at the end of each install command line
- git clone https://github.com/LLNL/uedge
- cd uedge
- python setup.py build
- python setup.py install
Note: If you cannot write in the Python installation directory then add "--user" at the end of the install command line
- cvs co -r V7_08_03 uedge (if you want to use a specific version tag)
- cd uedge
- python setup.py build
- python setup.py install
Note: If you cannot write in the Python installation directory then add "--user" at the end of the installation command
Note: To update your installation you may have first to remove manually your old local installation, e.g.,
~/.local/lib/python2.7/site-packages/uedge*.egg
-
a. Install Python3 using the graphical installer downloaded from anaconda.com
b. Install mppl and Forthon packages in the new Python, using "pip install"
c. Add the new Python in front of the path (in .bash_profile), e.g., export PATH="/Users/username/local/anaconda3new/anaconda3/bin:$PATH"
Note: you may need to install Fortran by doing "conda install -y -c anaconda gfortran"
-
a. Download the 10.10 SDK “MacOSX10.10.sdk.tar.xz” from this website: https://github.com/phracker/MacOSX-SDKs/releases
b. Create the directory ~/opt/MacOSX10.10.sdk if it doesn’t exist, or clean out if it does
c. Untar the files in MaxOSX10.10.sdk.tar into the directory in (b.)
d. Redefine SDKROOT (in .bash_profile): export SDKROOT=/Users/username/opt/MacOSX10.10.sdk
-
a. python setup.py build
b. python setup.py install [--user]
test sidebar