Skip to content

Commit

Permalink
Set Imfit submodule to release v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed Oct 3, 2020
1 parent b76d9de commit 8ed0189
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion imfit
Submodule imfit updated 104 files
14 changes: 11 additions & 3 deletions new_notes_and_todo_for_python-wrapper_code.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ PLAN:
** New Update: Update code to use Imfit v1.8

[ ] Build and text new Mac Python version
[ ] Update imfit subdirectory
cd ~/coding/pyimfit/imfit

[ ] Update imfit submodule
[ ] Update submodule
$ cd ~/coding/pyimfit
$ git submodule update --remote --merge

[ ] Checkout v1.8
$ cd imfit
$ git checkout tags/v1.8
cd ..
git commit -a -m "Set Imfit submodule to release v1.8"
git push

[ ] Build updated libimfit
A. [mac] cd imfit
Expand Down

0 comments on commit 8ed0189

Please sign in to comment.