Skip to content

Commit

Permalink
pythena build
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 28, 2023
1 parent 28b002e commit f4e734c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PYTHON = anaconda3

# git directories we should have here

GIT_DIRS = athena athenak
GIT_DIRS = athena athenak pythena

# URLs that we'll need

Expand Down Expand Up @@ -117,6 +117,13 @@ build_nemo: nemo
## build_python: build your private anaconda3
build_python: python

## build_pythena: testing a new pyThena, rebuild from scratch
build_pythena:
rm -rf pyThena
git clone $(URL6)
(cd pyThena; make build_athenak; make run1; make test1)


# a few sample runs

##
Expand Down Expand Up @@ -237,9 +244,4 @@ agui_a:
agui_k:
git clone $(URL5c) agui_k

# testing a pyThena from scratch:

pythena:
rm -rf pyThena
git clone $(URL6)
(cd pyThena; make build_athenak; make run1; make test1)

0 comments on commit f4e734c

Please sign in to comment.