Skip to content

Commit

Permalink
don't set configure_cmd, stick to regular configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Apr 28, 2024
1 parent 6210331 commit 5e1010b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion easybuild/easyblocks/u/ucx_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def configure_step(self):
if not get_software_root('UCX'):
raise EasyBuildError("UCX is a required dependency")

self.cfg['configure_cmd'] = 'contrib/configure-release'
self.cfg.update('preconfigopts', 'autoreconf -i &&')

configopts = '--enable-optimizations --without-java --disable-doxygen-doc '
Expand Down

0 comments on commit 5e1010b

Please sign in to comment.