fix(dataflow build): fix HPX installation path when built and installed locally.

This commit is contained in:
Antoniu Pop
2022-10-24 20:21:31 +01:00
committed by Antoniu Pop
parent 9156502a5a
commit 746b7c2641

View File

@@ -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)