Skip to content

Commit

Permalink
now use the regular configure (see #20428)
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Apr 28, 2024
1 parent 74cf5b0 commit e37c90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easybuild/easyconfigs/u/UCX/UCX-1.16.0-GCCcore-13.2.0.eb
Expand Up @@ -37,10 +37,10 @@ dependencies = [
('numactl', '2.0.16'),
]

configure_cmd = "contrib/configure-release"

configopts = '--enable-optimizations --enable-cma --enable-mt --with-verbs '
configopts += '--without-java --without-go --disable-doxygen-doc '
# include the configure options from contrib/configure-release
configopts += '--disable-logging --disable-debug --disable-assertions --disable-params-check '

buildopts = 'V=1'

Expand Down

0 comments on commit e37c90b

Please sign in to comment.