source: ThirdParty/mpqc_open/src/lib/Makefile.am@ 398fcd

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
Last change on this file since 398fcd was 47b463, checked in by Frederik Heber <heber@…>, 8 years ago

Added all crashing tests to XFAIL.

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