We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The setup_command is important file generated in the build directory, because it helps to preserve the exat setup command for repeating builds.
What is missing are proper apostrophes preserved in the command.
For example, in DIRAC we have
./setup --mpi --fc=mpif90 --cc=mpicc --cxx=mpiCC --int64 --extra-fc-flags=-xHost --extra-cc-flags=-xHost --extra-cxx-flags=-xHost build_openmpi_intelmkl_i8_xh"
instead of
./setup --mpi --fc=mpif90 --cc=mpicc --cxx=mpiCC --int64 --extra-fc-flags="-xHost" --extra-cc-flags="-xHost" --extra-cxx-flags="-xHost" build_openmpi_intelmkl_i8_xh"
Comments ?
The text was updated successfully, but these errors were encountered:
It would be nice but I don't know how to do it. See also #169.
Sorry, something went wrong.
--cmake-options
No branches or pull requests
The setup_command is important file generated in the build directory, because it helps to preserve the exat setup command for repeating builds.
What is missing are proper apostrophes preserved in the command.
For example, in DIRAC we have
instead of
Comments ?
The text was updated successfully, but these errors were encountered: