Skip to content

Commit 8cae5dd

Browse files
authored
Merge pull request #35 from DARMA-tasking/34-fix-ldms-config
#34: configure `LD_LIBRARY_PATH` in LDMS image
2 parents 0aa88ea + 68a0def commit 8cae5dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-bake.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,7 @@ target "build-all" {
464464
distro_version = "20.04"
465465
variant = "ldms"
466466
extra_packages = "autoconf automake libtool m4 pkg-config bison flex libssl-dev python3-dev python3-distutils"
467+
ld_library_path = "/opt/ldms/lib"
467468
deps = <<EOF
468469
cmake: ['3.28.3']
469470
mpich: ['4.0.2', '-j4']

0 commit comments

Comments
 (0)