Changeset ce9681


Ignore:
Timestamp:
Mar 2, 2017, 12:28:36 PM (8 years ago)
Author:
Frederik Heber <heber@…>
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:
2e2505
Parents:
12add2
git-author:
Frederik Heber <heber@…> (02/09/17 15:08:59)
git-committer:
Frederik Heber <heber@…> (03/02/17 12:28:36)
Message:

mpqc is now compiled after MoleCuilder.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r12add2 rce9681  
    11ACLOCAL_AMFLAGS = -I m4
    22
    3 SUBDIRS = ThirdParty data/icons src src/unittests src/Tesselation/TriangleMatcher src/Bond/AdjacencyMatcher tests utils doc
     3SUBDIRS = ThirdParty data/icons src ThirdParty/mpqc_open src/unittests src/Tesselation/TriangleMatcher src/Bond/AdjacencyMatcher tests utils doc
    44
    55AUTOMAKE_OPTIONS = subdir-objects
  • ThirdParty/Makefile.am

    r12add2 rce9681  
    1010SUBDIRS += LinearAlgebra
    1111
    12 all-local:
    13         cd mpqc_open && $(MAKE) $(AM_MAKEFLAGS) all
    14 check-local:
    15         cd mpqc_open && $(MAKE) $(AM_MAKEFLAGS) check
    16 clean-local:
    17         cd mpqc_open && $(MAKE) $(AM_MAKEFLAGS) clean check_clean
    18 
    19 # Assuming the package knows how to install itself
    20 install-data-local:
    21         cd mpqc_open && $(MAKE) $(AM_MAKEFLAGS) install-data
    22 install-exec-local:
    23         cd mpqc_open && $(MAKE) $(AM_MAKEFLAGS) install-exec
    24 uninstall-local:
    25         cd mpqc_open && $(MAKE) $(AM_MAKEFLAGS) uninstall
    26 
    27 # Distribute files from here.
    28 EXTRA_DIST = \
    29         mpqc_open/bin \
    30         mpqc_open/doc \
    31         mpqc_open/include \
    32         mpqc_open/lib \
    33         mpqc_open/m4 \
    34         mpqc_open/src \
    35         mpqc_open/aclocal.m4 \
    36         mpqc_open/cca.m4 \
    37         mpqc_open/CHANGES \
    38         mpqc_open/CITATION \
    39         mpqc_open/configure \
    40         mpqc_open/configure.ac \
    41         mpqc_open/COPYING \
    42         mpqc_open/COPYING.LIB \
    43         mpqc_open/LICENSE \
    44         mpqc_open/Makefile \
    45         mpqc_open/README
    46 
    47 
Note: See TracChangeset for help on using the changeset viewer.