Skip to content

Commit

Permalink
test15 - placeholder for the new mac's "arm" build
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 21, 2023
1 parent 338fa27 commit 8e9f0db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ tkrun:
build_athenak: athenak
(mkdir -p athenak/build; cd athenak/build; cmake ..; make -j 8)


B_ARM =
arm: athenak
(mkdir -p athenak/build; cd athenak/build; cmake $(B_ARM) ..; make -j 8)

## build_athena build athena++ for the linear_wave problem
build_athena: athena
(cd athena; ./configure.py --prob linear_wave; make clean; make -j)
Expand Down Expand Up @@ -219,6 +224,10 @@ test13: athena_problems.json
test14: athena_problems.json
./pyqt_menu.py

## test15: miniki version
test15:
./pyqt_menu_minik.py

athena_problems.json:
./write_problems.py

Expand Down

0 comments on commit 8e9f0db

Please sign in to comment.