mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-07 16:39:06 +00:00
add conda path to find highs
This commit is contained in:
parent
3d75b8576e
commit
73ed4dec68
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -271,6 +271,11 @@ else ifeq ($(UNAME_S),Linux)
|
|||
MK_LDFLAGS += -L/usr/local/lib -lzmq -lhighs
|
||||
endif
|
||||
|
||||
ifneq ($(CONDA_PREFIX),)
|
||||
MK_CPPFLAGS += -isystem $(CONDA_PREFIX)/include -isystem $(CONDA_PREFIX)/include/highs
|
||||
MK_LDFLAGS += -L$(CONDA_PREFIX)/lib
|
||||
endif
|
||||
|
||||
ifdef LLAMA_NO_CCACHE
|
||||
GGML_NO_CCACHE := 1
|
||||
DEPRECATE_WARNING := 1
|
||||
|
|
Loading…
Add table
Reference in a new issue