Skip to content

Commit eb2e0fc

Browse files
committed
New C++ API = bump to 2.1.0; not complete = beta
1 parent cbe62aa commit eb2e0fc

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CITATION

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ If you publish results using LIBINT, please cite it using:
44

55
An unmodified standard release:
66

7-
LIBINT: A library for the evaluation of molecular integrals of many-body operators over Gaussian functions, Version 2.0.5
7+
LIBINT: A library for the evaluation of molecular integrals of many-body operators over Gaussian functions, Version 2.1.0 (beta)
88
Edward F. Valeev, http://libint.valeyev.net/ .
99

1010
A modified release:
1111

12-
LIBINT: A library for the evaluation of molecular integrals of many-body operators over Gaussian functions, Version 2.0.5
12+
LIBINT: A library for the evaluation of molecular integrals of many-body operators over Gaussian functions, Version 2.1.0 (beta)
1313
Edward F. Valeev, http://libint.valeyev.net/ . Modified by An Author, institution, location, year.
1414

1515
The literature citation in bibtex format is:

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
define([libint_mmm_version],[2.0.5])
2-
define([libint_buildid],[stable])
1+
define([libint_mmm_version],[2.1.0])
2+
define([libint_buildid],[beta])
33
define([libint_so_version],[2:0:0])
44

55
dnl --------- Begin ---------

export/MakeRules.export

+4
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ install_inc:: $(TOPDIR)/lib/$(TARGET)
1111
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/include/libint2_iface.h $(DESTDIR)$(includedir)/$(NAME)$(VERSION)
1212
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/include/libint2_types.h $(DESTDIR)$(includedir)/$(NAME)$(VERSION)
1313
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/include/libint2_params.h $(DESTDIR)$(includedir)/$(NAME)$(VERSION)
14+
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/include/libint2_memory.h $(DESTDIR)$(includedir)/$(NAME)$(VERSION)
1415
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/include/cgshellinfo.h $(DESTDIR)$(includedir)/$(NAME)$(VERSION)
1516
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/include/cgshell_ordering.h $(DESTDIR)$(includedir)/$(NAME)$(VERSION)
1617
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/include/vector*.h $(DESTDIR)$(includedir)/$(NAME)$(VERSION)
1718
-$(INSTALL) $(INSTALLLIBOPT) $(TOPDIR)/include/libint2_config.h $(DESTDIR)$(includedir)/$(NAME)$(VERSION)
1819
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/include/boys.h $(DESTDIR)$(includedir)/$(NAME)$(VERSION)
20+
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/include/cxxapi.h $(DESTDIR)$(includedir)/$(NAME)$(VERSION)
21+
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/include/shell.h $(DESTDIR)$(includedir)/$(NAME)$(VERSION)
22+
-$(INSTALL) $(INSTALLLIBOPT) $(SRCTOPDIR)/include/engine.h $(DESTDIR)$(includedir)/$(NAME)$(VERSION)
1923

2024
install_pkgconfig::
2125
$(INSTALL) $(INSTALLDIROPT) $(pkgconfigdir)

export/configure.export

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
define([libint_mmm_version],[2.0.5])
2-
define([libint_buildid],[stable])
1+
define([libint_mmm_version],[2.1.0])
2+
define([libint_buildid],[beta])
33
define([libint_so_version],[2:0:0])
44

55
dnl --------- Begin ---------

0 commit comments

Comments
 (0)