Skip to content

Commit

Permalink
(#30,krome) do not copy krome.setup file to run dir; let phantomsetup…
Browse files Browse the repository at this point in the history
… create it
  • Loading branch information
danieljprice committed Jul 22, 2020
1 parent d940a8a commit e116c12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build/MakeKrome
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ endif


$(KROME_OBJS):
$(MAKE) -C $(KROME_BUILD_DIR) fc=$(SYSTEM) switch=$(KFLAGS)
$(MAKE) -C $(KROME_BUILD_DIR) fc=$(FC) switch=$(KFLAGS)

clean_krome:
$(MAKE) -C $(KROME_BUILD_DIR) clean
3 changes: 0 additions & 3 deletions scripts/writemake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,3 @@ echo 'plot:'
echo ' cd ${SPLASH_DIR}; make sphNG'
echo 'plotc:'
echo ' cd ${SPLASH_DIR}; make clean'
if [ $# -ge 1 ]; then
cp ${myphantomdir}/build/optionsKrome.opt krome.setup
fi

0 comments on commit e116c12

Please sign in to comment.