Skip to content

Commit 34b4a46

Browse files
Paultldahlgren
Paul
authored andcommitted
czmq package: add autoreconf stage (spack#12846)
1 parent 8254eea commit 34b4a46

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

var/spack/repos/builtin/packages/czmq/package.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ class Czmq(AutotoolsPackage):
2222
depends_on("libuuid")
2323
depends_on('zeromq')
2424

25+
def autoreconf(self, spec, prefix):
26+
autogen = Executable('./autogen.sh')
27+
autogen()
28+
2529
def configure_args(self):
2630
config_args = []
2731
if 'clang' in self.compiler.name:

0 commit comments

Comments
 (0)