Skip to content

Updating meep from source #2401

Answered by smartalecH
kalosu asked this question in Q&A
Feb 17, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

If you've already built once, then updating your build is rather easy.

Update your source repo:

git pull

Remake your sources (in parallel)

make -j

And reinstall

sudo make install

No need to reconfigure or rerun autogen.sh etc.

It will overwrite your existing installed files. So long as your PYTHONPATH is still set, you should be good to go.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kalosu
Comment options

Answer selected by oskooi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants