You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile with new Intel oneapi icc compiler. I was able to build adler32.c.o with gcc and clang but get a dependenchy issue below with icc. Any ideas for overcoming this?
[ 9%] Building C object src/gromacs/CMakeFiles/tng_io_zlib.dir/__/external/tng_io/external/zlib/adler32.c.o
icc: command line warning #10006: ignoring unknown option '-fshow-sdk-path`'
icc: error #10172: dependency generation to a file requires dependency option
make[2]: *** [src/gromacs/CMakeFiles/tng_io_zlib.dir/__/external/tng_io/external/zlib/adler32.c.o] Error 1
make[1]: *** [src/gromacs/CMakeFiles/tng_io_zlib.dir/all] Error 2
make: *** [all] Error 2
Here are all my flags, paths and the command to CMAKE:
Hi,
I am trying to compile with new Intel oneapi icc compiler. I was able to build adler32.c.o with gcc and clang but get a dependenchy issue below with icc. Any ideas for overcoming this?
Here are all my flags, paths and the command to CMAKE:
Thanks,
Brian
The text was updated successfully, but these errors were encountered: