thesourcerer8 / OpenSourceTCAD

Easy access to OpenSource TCAD Tools
38 stars 7 forks source link

devsim ubuntu 18 build #2

Closed tcaduser closed 3 years ago

tcaduser commented 3 years ago

With the latest version of devsim, this pull request will build a version on Ubuntu 18, using the system standard python 3.6, but is also ABI compatible with the python 3.8 package.

TODO:

export PYTHONPATH=/devsim/dist/devsim_ubuntu_18.04/lib

and from the python 3 prompt or script

import devsim
tcaduser commented 3 years ago

For reference, the compiler settings are set by the DEVSIM_CONFIG option when cmake is first invoked. For my patch, the selected libraries are specified for the build in:

devsim/cmake/ubuntu_18.04.cmake
thesourcerer8 commented 3 years ago

Thanks a lot, it builds successfully! I have added the PYTHONPATH environment variable now.