Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,15 @@ examples/SCFenergy/testit.sh
examples/WriteTest/testit.sh
examples/hartreefock/Makefile.am
examples/DataSummary/test/
doc/
!doc/Doxygen
doc/*
!doc/Doxyfile
!doc/ABOUT_Algebra2.md
!doc/mqcpack_logo.png
!doc/AGENT_API_GUIDE.md
!doc/api/
doc/api/*
!doc/api/*.md
!doc/api/generate_procedure_index.py
!configure.ac
!Makefile.am
!examples/Build_Tests/Makefile.am
5 changes: 0 additions & 5 deletions .other_libs/build_fcns/Makefile.am_FormCHK

This file was deleted.

11 changes: 0 additions & 11 deletions .other_libs/build_fcns/Makefile.am_example_FormCHK

This file was deleted.

22 changes: 0 additions & 22 deletions .other_libs/build_fcns/Makefile.am_example_MatrixFile

This file was deleted.

6 changes: 4 additions & 2 deletions .other_libs/build_fcns/README
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
This directory contains 2 scripts required by the install script. The functionality fails when used in the sctipt.
It also contains data files written by the install script.
This directory contains helper scripts and saved local defaults used by
mqc_script. The canonical Autotools inputs are configure.ac, Makefile.am,
src/Makefile.am, and examples/Build_Tests/Makefile.am in the main source tree.
Generated configure and Makefile.in files are not maintained here.
24 changes: 0 additions & 24 deletions .other_libs/build_fcns/configure.ac_FormCHK

This file was deleted.

42 changes: 0 additions & 42 deletions .other_libs/build_fcns/configure.ac_MatrixFile

This file was deleted.

212 changes: 0 additions & 212 deletions .other_libs/gauopen/Int_specific

This file was deleted.

3 changes: 2 additions & 1 deletion .other_libs/gauopen/README
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
This file contains things put in it by the Install script - gauopen sources, objects, data files
The installer stores the selected external GauOpen directory in the ignored
`default` file. GauOpen sources and objects are not copied into this directory.
32 changes: 0 additions & 32 deletions .other_libs/gauopen/To_lower

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ AM_FCFLAGS = $(MQC_SPECIFIC_FCFLAGS)
AM_CPPFLAGS = $(MQC_CPPFLAGS)
SUBDIRS = src examples/Build_Tests
dist_doc_DATA = README.md

Loading
Loading