source: ThirdParty/mpqc_open/src/lib/Makefile.am@ ce254c

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.1 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator Docu_Python_wait EmpiricalPotential_contain_HomologyGraph_documentation Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph 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 PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks RotateToPrincipalAxisSystem_UndoRedo StoppableMakroAction TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps Ubuntu_1604_changes
Last change on this file since ce254c was 2877c5, checked in by Frederik Heber <heber@…>, 8 years ago

FIX: mpqc's test programs needed env SCLIBDIR in case of enable-production.

  • for all molecuilder_mpqc.in we also set SCLIBDIR such that validate and integration tests work as well.
  • Property mode set to 100644
File size: 1.7 KB
Line 
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src/lib $(EXTRADEFINES) $(MPI_CXXFLAGS)
2AM_LDFLAGS = $(MPI_LDFLAGS)
3
4# need SCLIBDIR set in case of "enable-production"
5AM_TESTS_ENVIRONMENT = \
6 . $(builddir)/test_env.sh;
7TESTS_ENVIRONMENT = $(AM_TESTS_ENVIRONMENT)
8
9MOSTLYCLEANFILES =
10lib_LTLIBRARIES =
11check_PROGRAMS =
12noinst_PROGRAMS =
13noinst_LTLIBRARIES =
14#pyexec_LTLIBRARIES =
15XFAIL_TESTS =
16TESTS =
17BUILT_SOURCES =
18bin_PROGRAMS =
19EXTRA_DIST =
20DISTCLEANFILES =
21
22# variable to collect all tests that did not work in the original distribution
23NONFUNCTIONING_TESTS =
24
25# needed for generating f77sym.h
26MKF77SYM= $(PERL) $(top_builddir)/bin/mkf77sym.pl
27
28if COND_CCA
29include chemistry/cca/Makefile.am
30endif
31
32include chemistry/molecule/Makefile.am
33include chemistry/qc/basis/Makefile.am
34
35if COND_LIBINT
36include chemistry/qc/cints/Makefile.am
37endif
38
39include chemistry/qc/dft/Makefile.am
40
41if COND_CCA
42include chemistry/qc/intcca/Makefile.am
43endif
44
45include chemistry/qc/intv3/Makefile.am
46include chemistry/qc/mbpt/Makefile.am
47
48if COND_LIBINT
49include chemistry/qc/mbptr12/Makefile.am
50endif
51
52include chemistry/qc/oint3/Makefile.am
53include chemistry/qc/psi/Makefile.am
54include chemistry/qc/scf/Makefile.am
55include chemistry/qc/wfn/Makefile.am
56include chemistry/solvent/Makefile.am
57include math/isosurf/Makefile.am
58include math/optimize/Makefile.am
59include math/scmat/Makefile.am
60include math/symmetry/Makefile.am
61include util/class/Makefile.am
62include util/container/Makefile.am
63include util/group/Makefile.am
64include util/keyval/Makefile.am
65include util/misc/Makefile.am
66include util/options/Makefile.am
67include util/psi3/libpsio/Makefile.am
68include util/ref/Makefile.am
69include util/render/Makefile.am
70include util/state/Makefile.am
71
Note: See TracBrowser for help on using the repository browser.