hpx: disable HPX_WITH_PKGCONFIG (#50290)
This commit is contained in:
parent
ae582c45c3
commit
e3fcc41162
@ -97,7 +97,6 @@ class Hpx(CMakePackage, CudaPackage, ROCmPackage):
|
||||
depends_on("cxx", type="build")
|
||||
|
||||
depends_on("python", type=("build", "test", "run"))
|
||||
depends_on("pkgconfig", type="build")
|
||||
depends_on("git", type="build")
|
||||
depends_on("cmake", type="build")
|
||||
|
||||
@ -256,6 +255,7 @@ def cmake_args(self):
|
||||
self.define("HPX_WITH_BOOST_ALL_DYNAMIC_LINK", True),
|
||||
self.define("BUILD_SHARED_LIBS", True),
|
||||
self.define("HPX_DATASTRUCTURES_WITH_ADAPT_STD_TUPLE", False),
|
||||
self.define("HPX_WITH_PKGCONFIG", False),
|
||||
]
|
||||
|
||||
# Enable unity builds when available
|
||||
|
Loading…
Reference in New Issue
Block a user