Skip to content

Commit

Permalink
add a note for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wds15 committed Oct 2, 2019
1 parent 9430713 commit eb125a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ build-mpi: $(MPI_TARGETS)
.PHONY: build
build: bin/stanc$(EXE) bin/stansummary$(EXE) bin/print$(EXE) bin/diagnose$(EXE) $(LIBSUNDIALS) $(MPI_TARGETS) $(TBB_TARGETS) $(CMDSTAN_MAIN_O)
@echo ''
@if [ "$(OS)" == "Windows_NT" ]; then \
echo 'Please add $(TBB_ABSOLUTE_PATH)/lib to your PATH variable.';\
fi
@echo '--- CmdStan v$(CMDSTAN_VERSION) built ---'

ifeq ($(CXX_TYPE),clang)
Expand Down

0 comments on commit eb125a9

Please sign in to comment.