Skip to content

Commit 6acd6f4

Browse files
committed
Merge branch 'artdaq/Spack0.28' into artdaq/Spack1.1
2 parents 946e7d7 + 75a6e7f commit 6acd6f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spack_repo/artdaq_spack/packages/otsdaq/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def url_for_version(self, version):
8181
depends_on("xdaq")
8282
depends_on("reredirect", when="@v2_09_00:")
8383
depends_on("py-rich-click", when="@v3:")
84-
depends_on("cppzmq", type="build")
84+
depends_on("cppzmq")
8585

8686
depends_on("artdaq@:v3_99_00", when="@:v2_99_00")
8787
depends_on("artdaq@v4_00_00:,develop", when="@v3_00_00:,develop")

spack_repo/artdaq_spack/packages/otsdaq_utilities/package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def url_for_version(self, version):
8080
# depends_on("xsd") #for ECLWriter
8181
depends_on("curl") # for ECLWriter
8282
depends_on("py-slack-sdk") # For ChatSupervisor
83+
depends_on("cppzmq")
8384

8485
def cmake_args(self):
8586
args = [

0 commit comments

Comments
 (0)