mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
fix(dataflow build): fix HPX installation path when built and installed locally.
This commit is contained in:
@@ -19,7 +19,7 @@ HPX_VERSION?=1.7.1
|
||||
HPX_URL=https://github.com/STEllAR-GROUP/hpx/archive/refs/tags/$(HPX_VERSION).tar.gz
|
||||
HPX_TARBALL=$(shell pwd)/hpx-$(HPX_VERSION).tar.gz
|
||||
HPX_LOCAL_DIR=$(shell pwd)/hpx-$(HPX_VERSION)
|
||||
HPX_INSTALL_DIR?=$(HPX_LOCAL_DIR)
|
||||
HPX_INSTALL_DIR?=$(HPX_LOCAL_DIR)/build
|
||||
|
||||
CONCRETE_CORE_FFI_VERSION?=0.2.0-rc.5
|
||||
ifeq ($(shell uname), Linux)
|
||||
|
||||
Reference in New Issue
Block a user