File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ LIBINT (version 2) - a library for the evaluation of molecular
2
+ integrals of many-body operators over Gaussian functions
3
+ Copyright (C) 2004-2014 Edward F. Valeev
4
+
5
+ This program is free software. Most of it can be redistributed and/or modified
6
+ under the terms of the GNU Library General Public License, version 2
7
+ (see the accompanying file COPYING; if you did not receive this file refer to
8
+ http://www.gnu.org/licenses/). Some source files are distributed under the terms of the
9
+ GNU General Public License, version 2. The applicable license is specified in each source file.
10
+ If not indicated, the applicable license is GNU LGPL, version 2 (not GPL).
11
+
12
+ This program is distributed in the hope that it will be useful,
13
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
14
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
+ GNU Library General Public License, version 2, for more details.
Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ exportdir::
58
58
-$(INSTALL ) $(INSTALLLIBOPT ) $(TOPDIR ) /src/bin/libint/cgshell_ordering.h $(TOPDIR ) /$(EXPORTDIR ) /include
59
59
-$(INSTALL ) $(INSTALLLIBOPT ) $(TOPDIR ) /include/libint2_config.h $(TOPDIR ) /$(EXPORTDIR ) /include/libint2_config.h.in
60
60
-$(INSTALL ) $(INSTALLLIBOPT ) $(SRCDIR ) /INSTALL.export $(TOPDIR ) /$(EXPORTDIR ) /INSTALL
61
- -$(INSTALL ) $(INSTALLLIBOPT ) $(SRCTOPDIR ) /LICENSE $(TOPDIR ) /$(EXPORTDIR ) /LICENSE
61
+ -$(INSTALL ) $(INSTALLLIBOPT ) $(SRCDIR ) /LICENSE.export $(TOPDIR ) /$(EXPORTDIR ) /LICENSE
62
62
-$(INSTALL ) $(INSTALLLIBOPT ) $(SRCTOPDIR ) /README $(TOPDIR ) /$(EXPORTDIR ) /README
63
- -$(INSTALL ) $(INSTALLLIBOPT ) $(SRCTOPDIR ) /COPYING $(TOPDIR ) /$(EXPORTDIR ) /COPYING
63
+ -$(INSTALL ) $(INSTALLLIBOPT ) $(SRCTOPDIR ) /COPYING.LIB $(TOPDIR ) /$(EXPORTDIR ) /COPYING
64
64
-$(INSTALL ) $(INSTALLLIBOPT ) $(SRCTOPDIR ) /CITATION $(TOPDIR ) /$(EXPORTDIR ) /CITATION
65
65
$(INSTALL ) $(INSTALLDIROPT ) $(TOPDIR ) /$(EXPORTDIR ) /tests
66
66
-$(INSTALL ) $(INSTALLLIBOPT ) $(SRCTOPDIR ) /tests/eri/test.cc $(TOPDIR ) /$(EXPORTDIR ) /tests/test_eri.cc
You can’t perform that action at this time.
0 commit comments