Changeset 72461c for ThirdParty/mpqc_open/src/lib/chemistry
- Timestamp:
- Mar 2, 2017, 12:28:37 PM (8 years ago)
- Branches:
- Action_Thermostats, Add_AtomRandomPerturbation, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_ChronosMutex, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, GeometryObjects, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, Subpackage_levmar, Subpackage_vmg, ThirdParty_MPQC_rebuilt_buildsystem, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, Ubuntu_1604_changes, stable
- Children:
- 0035ea
- Parents:
- 1513599
- git-author:
- Frederik Heber <heber@…> (02/10/17 09:58:41)
- git-committer:
- Frederik Heber <heber@…> (03/02/17 12:28:37)
- Location:
- ThirdParty/mpqc_open/src/lib/chemistry
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/mpqc_open/src/lib/chemistry/molecule/Makefile.am
r1513599 r72461c 95 95 moltest_SOURCES = \ 96 96 chemistry/molecule/moltest.cc 97 moltest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/chemistry/molecule\" 97 98 moltest_LDADD = \ 98 99 $(MOLECULELIBS) … … 100 101 symmetrize_SOURCES = \ 101 102 chemistry/molecule/symmetrize.cc 103 symmetrize_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/chemistry/molecule\" 102 104 symmetrize_LDADD = \ 103 105 $(MOLECULELIBS) 106 EXTRA_DIST += ./chemistry/molecule/moltest.in -
ThirdParty/mpqc_open/src/lib/chemistry/molecule/moltest.cc
r1513599 r72461c 111 111 } 112 112 else { 113 kv = new ParsedKeyVal(SRCDIR " src/lib/chemistry/molecule/moltest.in");113 kv = new ParsedKeyVal(SRCDIR "/moltest.in"); 114 114 } 115 115 -
ThirdParty/mpqc_open/src/lib/chemistry/qc/basis/Makefile.am
r1513599 r72461c 104 104 btest_SOURCES = \ 105 105 chemistry/qc/basis/btest.cc 106 btest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/chemistry/qc/basis\" 106 107 btest_LDADD = \ 107 108 $(BASISLIBS) 108 109 110 EXTRA_DIST += ./chemistry/qc/basis/f77sym.in -
ThirdParty/mpqc_open/src/lib/chemistry/qc/cints/Makefile.am
r1513599 r72461c 96 96 cintstest_SOURCES = \ 97 97 chemistry/qc/cints/cintstest.cc 98 cintstest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/chemistry/qc/cints\" 98 99 cintstest_LDADD = \ 99 100 $(CINTSLIBS) 100 101 101 102 103 EXTRA_DIST += ./chemistry/qc/cints/cintstest.in -
ThirdParty/mpqc_open/src/lib/chemistry/qc/dft/Makefile.am
r1513599 r72461c 73 73 dfttest_SOURCES = \ 74 74 chemistry/qc/dft/dfttest.cc 75 dfttest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/chemistry/qc/dft\" 75 76 dfttest_LDADD = \ 76 77 $(DFTLIBS) … … 84 85 -lm 85 86 87 EXTRA_DIST += ./chemistry/qc/dft/dfttest.in -
ThirdParty/mpqc_open/src/lib/chemistry/qc/intv3/Makefile.am
r1513599 r72461c 96 96 inttest_SOURCES = \ 97 97 chemistry/qc/intv3/inttest.cc 98 inttest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/chemistry/qc/intv3\" 98 99 inttest_LDADD = \ 99 100 $(INTV3LIBS) 100 101 102 EXTRA_DIST += ./chemistry/qc/intv3/inttest.in -
ThirdParty/mpqc_open/src/lib/chemistry/qc/mbpt/Makefile.am
r1513599 r72461c 79 79 mbpttest_SOURCES = \ 80 80 chemistry/qc/mbpt/mbpttest.cc 81 mbpttest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/chemistry/qc/mbpt\" 81 82 mbpttest_LDADD = \ 82 83 $(MBPTLIBS) 83 84 85 EXTRA_DIST += ./chemistry/qc/mbpt/mbpttest.in -
ThirdParty/mpqc_open/src/lib/chemistry/qc/mbptr12/Makefile.am
r1513599 r72461c 134 134 mbptr12test_SOURCES = \ 135 135 chemistry/qc/mbptr12/mbptr12test.cc 136 mbptr12test_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/chemistry/qc/mbptr12\" 136 137 mbptr12test_LDADD = \ 137 138 $(MBPTR12LIBS) 138 139 139 140 141 EXTRA_DIST += ./chemistry/qc/mbptr12/mbptr12test.in 142 EXTRA_DIST += ./chemistry/qc/mbptr12/f77sym.in -
ThirdParty/mpqc_open/src/lib/chemistry/qc/psi/Makefile.am
r1513599 r72461c 65 65 psitest_SOURCES = \ 66 66 chemistry/qc/psi/psitest.cc 67 psitest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/chemistry/qc/psi\" 67 68 psitest_LDADD = \ 68 69 $(PSILIBS) 69 70 70 71 72 EXTRA_DIST += ./chemistry/qc/psi/psi.in -
ThirdParty/mpqc_open/src/lib/chemistry/qc/scf/Makefile.am
r1513599 r72461c 98 98 scftest_SOURCES = \ 99 99 chemistry/qc/scf/scftest.cc 100 scftest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/chemistry/qc/scf\" 100 101 scftest_LDADD = \ 101 102 $(SCFLIBS) 102 103 103 104 105 EXTRA_DIST += ./chemistry/qc/scf/mpqc.in -
ThirdParty/mpqc_open/src/lib/chemistry/qc/wfn/Makefile.am
r1513599 r72461c 75 75 wfntest_SOURCES = \ 76 76 chemistry/qc/wfn/wfntest.cc 77 wfntest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/chemistry/qc/wfn\" 77 78 wfntest_LDADD = \ 78 79 $(WFNLIBS) -
ThirdParty/mpqc_open/src/lib/chemistry/solvent/Makefile.am
r1513599 r72461c 59 59 bemtest_SOURCES = \ 60 60 chemistry/solvent/bemtest.cc 61 bemtest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/chemistry/solvent\" 61 62 bemtest_LDADD = \ 62 63 $(SOLVENTLIBS) 63 64 64 65 66 EXTRA_DIST += ./chemistry/solvent/bemtest.in
Note:
See TracChangeset
for help on using the changeset viewer.