- Timestamp:
- Dec 4, 2010, 11:47:35 PM (14 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
- Children:
- c82d0c
- Parents:
- ae21cbd
- git-author:
- Frederik Heber <heber@…> (11/11/10 14:39:10)
- git-committer:
- Frederik Heber <heber@…> (12/04/10 23:47:35)
- Location:
- src
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Makefile.am
rae21cbd rd5240d 6 6 AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl 7 7 AM_CXXFLAGS = $(CPPUNIT_CFLAGS) 8 AM_CPPFLAGS = ${BOOST_CPPFLAGS} 8 9 9 10 ACTIONSSOURCE = \ -
src/Exceptions/Makefile.am
rae21cbd rd5240d 7 7 # Position-Independent Code necessary for shared library 8 8 AM_CXXFLAGS = $(CPPUNIT_CFLAGS) 9 AM_CPPFLAGS = ${BOOST_CPPFLAGS} 9 10 10 11 EXCEPTIONSOURCE = \ -
src/Helpers/Makefile.am
rae21cbd rd5240d 7 7 # Position-Independent Code necessary for shared library 8 8 AM_CXXFLAGS = $(CPPUNIT_CFLAGS) 9 AM_CPPFLAGS = ${BOOST_CPPFLAGS} 9 10 10 11 # this includes source files that need to be present at multiple points -
src/LinearAlgebra/Makefile.am
rae21cbd rd5240d 7 7 # Position-Independent Code necessary for shared library 8 8 AM_CXXFLAGS = $(CPPUNIT_CFLAGS) 9 AM_CPPFLAGS = ${BOOST_CPPFLAGS} 9 10 10 11 LINALGSOURCE = \ -
src/Makefile.am
rae21cbd rd5240d 3 3 4 4 SUBDIRS = Actions Exceptions Helpers LinearAlgebra Parser UIElements 5 6 AM_CPPFLAGS = ${BOOST_CPPFLAGS} 5 7 6 8 ATOMSOURCE = \ … … 270 272 271 273 272 BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_THREAD_LIB) 273 GUI_LIBS = ${QT_LDADD} ${QT_LIB_GUI} -lQtOpenGL ${GLU_LIBS} 274 BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB) 274 275 INCLUDES = -I$(top_srcdir)/src/unittests -I$(top_srcdir)/src/Actions -I$(top_srcdir)/src/UIElements 275 276 … … 300 301 #Stuff for building the GUI using Qt 301 302 molecuildergui_SOURCES = builder.cpp 302 molecuildergui_CXXFLAGS = $ {QT_CXXFLAGS} ${GLU_CXXFLAGS}-DUSE_GUI_QT303 molecuildergui_LDFLAGS = $(BOOST_LIB) ${QT_LDFLAGS} ${GLU_LDFLAGS}303 molecuildergui_CXXFLAGS = $(BOOST_CPPFLAGS) -DUSE_GUI_QT 304 molecuildergui_LDFLAGS = $(BOOST_LIB) 304 305 305 306 unity_SOURCES = unity.cpp … … 372 373 echo "#include \"$(srcdir)/version.c\"" >> unity.cpp; 373 374 374 MOSTLYCLEANFILES = allmocs.moc.cppunity.cpp375 MOSTLYCLEANFILES = unity.cpp 375 376 -
src/Parser/Makefile.am
rae21cbd rd5240d 6 6 AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl 7 7 AM_CXXFLAGS = $(CPPUNIT_CFLAGS) 8 AM_CPPFLAGS = ${BOOST_CPPFLAGS} 8 9 9 10 PARSERSOURCE = \ -
src/UIElements/CommandLineUI/CommandLineParser_validate.cpp
rae21cbd rd5240d 19 19 20 20 #include "Helpers/MemDebug.hpp" 21 22 #include <boost/version.hpp> 21 23 22 24 #include <iostream> … … 41 43 if (values.size() != 1) { 42 44 std::cerr << "Not one vector but " << values.size() << " given " << std::endl; 45 #if BOOST_VERSION < 104200 43 46 throw boost::program_options::validation_error("Unequal to one vector given"); 47 #else 48 throw boost::program_options::validation_error( 49 boost::program_options::validation_error::invalid_option_value, 50 std::string("value"), 51 std::string("VectorValue") 52 ); 53 #endif 44 54 } 45 55 std::string argument(values.at(0)); … … 59 69 if (components.size() != 3) { 60 70 std::cerr << "Specified vector does not have three components but " << components.size() << std::endl; 71 #if BOOST_VERSION < 104200 61 72 throw boost::program_options::validation_error("Specified vector does not have three components"); 73 #else 74 throw boost::program_options::validation_error( 75 boost::program_options::validation_error::invalid_option_value, 76 std::string("value"), 77 std::string("VectorValue") 78 ); 79 #endif 62 80 } 63 81 VV.x = boost::lexical_cast<double>(components.at(0)); … … 75 93 if (values.size() != 1) { 76 94 std::cerr << "Not one vector but " << values.size() << " given " << std::endl; 95 #if BOOST_VERSION < 104200 77 96 throw boost::program_options::validation_error("Unequal to one vector given"); 97 #else 98 throw boost::program_options::validation_error( 99 boost::program_options::validation_error::invalid_option_value, 100 std::string("value"), 101 std::string("BoxValue") 102 ); 103 #endif 78 104 } 79 105 std::string argument(values.at(0)); … … 93 119 if (components.size() != 6) { 94 120 std::cerr << "Specified vector does not have three components but " << components.size() << std::endl; 121 #if BOOST_VERSION < 104200 95 122 throw boost::program_options::validation_error("Specified symmetric box matrix does not have six components"); 123 #else 124 throw boost::program_options::validation_error( 125 boost::program_options::validation_error::invalid_option_value, 126 std::string("value"), 127 std::string("BoxValue") 128 ); 129 #endif 96 130 } 97 131 BV.xx = boost::lexical_cast<double>(components.at(0)); … … 120 154 if (values.size() != 1) { 121 155 std::cerr << "Not one file but " << values.size() << " given " << std::endl; 156 #if BOOST_VERSION < 104200 122 157 throw boost::program_options::validation_error("Unequal to one file given"); 158 #else 159 if (values.size() == 0) { 160 throw boost::program_options::validation_error( 161 boost::program_options::validation_error::at_least_one_value_required, 162 std::string("value"), 163 std::string("boost::filesystem::path") 164 ); 165 } else { 166 throw boost::program_options::validation_error( 167 boost::program_options::validation_error::multiple_values_not_allowed, 168 std::string("value"), 169 std::string("boost::filesystem::path") 170 ); 171 } 172 #endif 123 173 } 124 174 filename = values.at(0); -
src/UIElements/Makefile.am
rae21cbd rd5240d 5 5 AM_LDFLAGS = -ldl 6 6 AM_CXXFLAGS = ${QT_CXXFLAGS} ${GLU_CXXFLAGS} 7 7 AM_CPPFLAGS = ${BOOST_CPPFLAGS} 8 8 9 VIEWSOURCE = \ 9 10 Views/View.cpp \ … … 227 228 QTUI_DEFS = 228 229 230 GUI_LIBS = 229 231 230 232 … … 233 235 libMolecuilderUI_includedir = $(includedir)/molecuilder-$(MOLECUILDER_API_VERSION)/Actions/ 234 236 libMolecuilderQtUI_includedir = $(includedir)/molecuilder-$(MOLECUILDER_API_VERSION)/Actions/ 235 libMolecuilderUI_ LIBS = \237 libMolecuilderUI_@MOLECUILDER_API_VERSION@_la_LIBS = \ 236 238 Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la 237 libMolecuilderQtUI_ LIBS = \239 libMolecuilderQtUI_@MOLECUILDER_API_VERSION@_la_LIBS = \ 238 240 Actions/libMolecuilderActions-@MOLECUILDER_API_VERSION@.la 241 242 libMolecuilderQtUI_@MOLECUILDER_API_VERSION@_la_LIBADD = ${QT_LIB_GUI} -lQtOpenGL ${GLU_LIBS} ${QT_LDADD} 239 243 240 244 nobase_libMolecuilderUI_include_HEADERS = ${UIHEADER} … … 302 306 303 307 304 MOSTLYCLEANFILES = unity.cpp 308 MOSTLYCLEANFILES = unity.cpp allmocs.moc.cpp -
src/unittests/Makefile.am
rae21cbd rd5240d 6 6 AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl 7 7 AM_CXXFLAGS = $(CPPUNIT_CFLAGS) 8 AM_CPPFLAGS = ${BOOST_CPPFLAGS} 8 9 9 10 TESTS = \ … … 51 52 noinst_PROGRAMS = $(TESTS) TestRunner 52 53 53 BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_ THREAD_LIB)54 BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB) 54 55 GSLLIBS = \ 55 56 ../LinearAlgebra/libMolecuilderLinearAlgebra-@MOLECUILDER_API_VERSION@.la \
Note:
See TracChangeset
for help on using the changeset viewer.