Skip to content
Snippets Groups Projects
Commit c63d2846 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

The autogen line was missing

parent 03279d77
No related branches found
No related tags found
Loading
......@@ -37,7 +37,8 @@ patches = [
# ROMIO_FSTYPE_FORCE="ufs:", but then we loose IME support
mpich_opts = '--enable-static --with-file-system=ime+ufs --enable-romio'
preconfigopts = 'export CFLAGS="-I/opt/ddn/ime/include $CFLAGS" && '
preconfigopts = "./autogen.sh && "
preconfigopts += 'export CFLAGS="-I/opt/ddn/ime/include $CFLAGS" && '
preconfigopts += 'export LDFLAGS="$LDFLAGS -L/opt/ddn/ime/lib -lim_client" && '
threaded = True
......
......@@ -36,7 +36,8 @@ patches = [
# ROMIO_FSTYPE_FORCE="ufs:", but then we loose IME support
mpich_opts = '--enable-static --with-file-system=ime+ufs --enable-romio'
preconfigopts = 'export CFLAGS="-I/opt/ddn/ime/include $CFLAGS" && '
preconfigopts = "./autogen.sh && "
preconfigopts += 'export CFLAGS="-I/opt/ddn/ime/include $CFLAGS" && '
preconfigopts += 'export LDFLAGS="$LDFLAGS -L/opt/ddn/ime/lib -lim_client" && '
threaded = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment