2017-05-24から1日間の記事一覧

pymetisのインストール

setup.pyに以下を追加してインストール setup.py import os os.environ['MACOSX_DEPLOYMENT_TARGET']='10.7'https://github.com/shohei/pymetis sudo python setup.py install

petsc / petsc4py のインストール

sudo pip install https://bitbucket.org/petsc/petsc/get/maint.tar.gz sudo pip install petsc4py