Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rhabacker:branches:windows:mingw:win32
mingw32-Cbc
Cbc-no-compilation-time.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Cbc-no-compilation-time.patch of Package mingw32-Cbc
diff --git a/src/CbcSolver.cpp b/src/CbcSolver.cpp index 63d3160..94db4ae 100644 --- a/src/CbcSolver.cpp +++ b/src/CbcSolver.cpp @@ -1859,8 +1859,6 @@ int CbcMain1 (int argc, const char *argv[], sprintf(generalPrint + strlen(generalPrint), "Version: Trunk (unstable) \n"); } - sprintf(generalPrint + strlen(generalPrint), - "Build Date: %s \n", __DATE__); #ifdef CBC_SVN_REV sprintf(generalPrint + strlen(generalPrint), "Revision Number: %d \n", CBC_SVN_REV); @@ -8454,7 +8452,7 @@ int CbcMain1 (int argc, const char *argv[], break; case CLP_PARAM_ACTION_HELP: std::cout << "Cbc version " << CBC_VERSION - << ", build " << __DATE__ << std::endl; + << std::endl; std::cout << "Non default values:-" << std::endl; std::cout << "Perturbation " << lpSolver->perturbation() << " (default 100)" << std::endl;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor