Changeset 72461c for ThirdParty/mpqc_open/src
- 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
- Files:
-
- 21 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 -
ThirdParty/mpqc_open/src/lib/math/isosurf/Makefile.am
r1513599 r72461c 80 80 isotest_SOURCES = \ 81 81 math/isosurf/isotest.cc 82 #isotest_CPPFLAGS = \ 82 isotest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/math/isosurf\" 83 83 # $(AM_CPPFLAGS:-fno-implicit-templates=) 84 84 isotest_LDADD = \ … … 86 86 87 87 88 EXTRA_DIST += ./math/isosurf/isotest.in -
ThirdParty/mpqc_open/src/lib/math/optimize/Makefile.am
r1513599 r72461c 89 89 opttest_SOURCES = \ 90 90 math/optimize/opttest.cc 91 opttest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/math/optimize\" 91 92 opttest_LDADD = \ 92 93 $(OPTIMIZELIBS) … … 94 95 scextest_optimize_SOURCES = \ 95 96 math/optimize/scextest.cc 97 scextest_optimize_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/math/optimize\" 96 98 scextest_optimize_LDADD = \ 97 99 $(OPTIMIZELIBS) … … 102 104 $(OPTIMIZELIBS) 103 105 106 EXTRA_DIST += ./math/optimize/opttest.in 107 EXTRA_DIST += ./math/optimize/scextest.in -
ThirdParty/mpqc_open/src/lib/math/scmat/Makefile.am
r1513599 r72461c 128 128 localtest_SOURCES = \ 129 129 math/scmat/localtest.cc 130 localtest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/math/scmat\" 130 131 localtest_LDADD = \ 131 132 libSCscmat_matrixtest.la \ … … 134 135 repltest_SOURCES = \ 135 136 math/scmat/repltest.cc 137 repltest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/math/scmat\" 136 138 repltest_LDADD = \ 137 139 libSCscmat_matrixtest.la \ … … 140 142 disttest_SOURCES = \ 141 143 math/scmat/disttest.cc 144 disttest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/math/scmat\" 142 145 disttest_LDADD = \ 143 146 libSCscmat_matrixtest.la \ … … 146 149 blockedtest_SOURCES = \ 147 150 math/scmat/blockedtest.cc 151 blockedtest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/math/scmat\" 148 152 blockedtest_LDADD = \ 149 153 libSCscmat_matrixtest.la \ 150 154 $(SCMATLIBS) 151 155 156 EXTRA_DIST += ./math/scmat/f77sym.in 157 EXTRA_DIST += ./math/scmat/matrixtest.in -
ThirdParty/mpqc_open/src/lib/scconfig.h.in
r1513599 r72461c 332 332 #undef SIGHASELLIP 333 333 334 /* "top source dir" */335 #undef SRCDIR336 337 334 /* "source SC libdir" */ 338 335 #undef SRC_SCLIBDIR -
ThirdParty/mpqc_open/src/lib/util/group/Makefile.am
r1513599 r72461c 150 150 memtest_SOURCES = \ 151 151 util/group/memtest.cc 152 memtest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/util/group\" 152 153 memtest_LDADD = \ 153 154 libSCgroup.la \ … … 161 162 messtest_SOURCES = \ 162 163 util/group/messtest.cc 164 messtest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/util/group\" 163 165 messtest_LDADD = \ 164 166 libSCgroup.la \ … … 187 189 thrtest_SOURCES = \ 188 190 util/group/thrtest.cc 191 thrtest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/util/group\" 189 192 thrtest_LDADD = \ 190 193 libSCgroup.la \ … … 196 199 libSCref.la 197 200 201 EXTRA_DIST += ./util/group/memtest.in 202 EXTRA_DIST += ./util/group/messtest.in -
ThirdParty/mpqc_open/src/lib/util/keyval/Makefile.am
r1513599 r72461c 84 84 keyvaltest_SOURCES = \ 85 85 util/keyval/keyvaltest.cc 86 86 keyvaltest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/util/keyval\" 87 87 keyvaltest_LDADD = \ 88 88 $(KEYVALLIBS) 89 89 90 90 91 EXTRA_DIST += ./util/keyval/keyvaltest.in -
ThirdParty/mpqc_open/src/lib/util/misc/Makefile.am
r1513599 r72461c 113 113 bugtest_SOURCES = \ 114 114 util/misc/bugtest.cc 115 bugtest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/util/misc\" 115 116 bugtest_LDADD = \ 116 117 $(MISCLIBS) … … 126 127 $(MISCLIBS) 127 128 129 EXTRA_DIST += ./util/misc/bugtest.in -
ThirdParty/mpqc_open/src/lib/util/render/Makefile.am
r1513599 r72461c 87 87 rentest_SOURCES = \ 88 88 util/render/rentest.cc 89 rentest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/util/render\" 89 90 rentest_LDADD = \ 90 91 $(RENDERLIBS) … … 92 93 93 94 95 EXTRA_DIST += ./util/render/rentest.in -
ThirdParty/mpqc_open/src/lib/util/state/Makefile.am
r1513599 r72461c 75 75 statetest_SOURCES = \ 76 76 util/state/statetest.cc 77 77 statetest_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/util/state\" 78 78 statetest_LDADD = \ 79 79 $(STATELIBS) 80 80 81 81 82 EXTRA_DIST += ./util/state/statetest.in
Note:
See TracChangeset
for help on using the changeset viewer.